[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.385] [INFO] Initializing BusSpeedStateManager V2 [2025-08-26,12:41:44.389] [INFO] LocationSqlManager initialising [2025-08-26,12:41:44.390] [INFO] Location DB initialising [2025-08-26,12:41:44.399] [INFO] LocationSqlManager initialisation complete [2025-08-26,12:41:44.400] [DEBUG] UploadManager Init [2025-08-26,12:41:44.401] [DEBUG] UploadManager Init Complete [2025-08-26,12:41:44.403] [INFO] Initializing GPS... [2025-08-26,12:41:44.405] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_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-10-31,14:36:09.626] [INFO] Initializing BusSpeedStateManager V2 [2025-10-31,14:36:09.630] [INFO] LocationSqlManager initialising [2025-10-31,14:36:09.631] [INFO] Location DB initialising [2025-10-31,14:36:09.640] [INFO] LocationSqlManager initialisation complete [2025-10-31,14:36:09.640] [DEBUG] UploadManager Init [2025-10-31,14:36:09.641] [DEBUG] UploadManager Init Complete [2025-10-31,14:36:09.643] [INFO] Initializing GPS... [2025-10-31,14:36:09.645] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_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-10-31,15:51:56.798] [INFO] Initializing BusSpeedStateManager V2 [2025-10-31,15:51:56.804] [INFO] LocationSqlManager initialising [2025-10-31,15:51:56.805] [INFO] Location DB initialising [2025-10-31,15:51:56.816] [INFO] LocationSqlManager initialisation complete [2025-10-31,15:51:56.816] [DEBUG] UploadManager Init [2025-10-31,15:51:56.817] [DEBUG] UploadManager Init Complete [2025-10-31,15:51:56.819] [INFO] Initializing GPS... [2025-10-31,15:51:56.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' 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' [2025-10-31,15:56:47.938] [INFO] Initializing BusSpeedStateManager V2 [2025-10-31,15:56:47.942] [INFO] LocationSqlManager initialising [2025-10-31,15:56:47.942] [INFO] Location DB initialising [2025-10-31,15:56:47.952] [INFO] LocationSqlManager initialisation complete [2025-10-31,15:56:47.953] [DEBUG] UploadManager Init [2025-10-31,15:56:47.953] [DEBUG] UploadManager Init Complete [2025-10-31,15:56:47.957] [INFO] Initializing GPS... [2025-10-31,15:56:47.959] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 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' [2025-10-31,16:47:34.332] [INFO] Initializing BusSpeedStateManager V2 [2025-10-31,16:47:34.335] [INFO] LocationSqlManager initialising [2025-10-31,16:47:34.335] [INFO] Location DB initialising [2025-10-31,16:47:34.345] [INFO] LocationSqlManager initialisation complete [2025-10-31,16:47:34.345] [DEBUG] UploadManager Init [2025-10-31,16:47:34.346] [DEBUG] UploadManager Init Complete [2025-10-31,16:47:34.348] [INFO] Initializing GPS... [2025-10-31,16:47:34.350] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_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' [2025-10-31,17:19:02.322] [INFO] Initializing BusSpeedStateManager V2 [2025-10-31,17:19:02.326] [INFO] LocationSqlManager initialising [2025-10-31,17:19:02.327] [INFO] Location DB initialising [2025-10-31,17:19:02.337] [INFO] LocationSqlManager initialisation complete [2025-10-31,17:19:02.338] [DEBUG] UploadManager Init [2025-10-31,17:19:02.338] [DEBUG] UploadManager Init Complete [2025-10-31,17:19:02.341] [INFO] Initializing GPS... [2025-10-31,17:19:02.344] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_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/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' [2025-10-31,17:52:46.161] [INFO] Initializing BusSpeedStateManager V2 [2025-10-31,17:52:46.166] [INFO] LocationSqlManager initialising [2025-10-31,17:52:46.167] [INFO] Location DB initialising [2025-10-31,17:52:46.178] [INFO] LocationSqlManager initialisation complete [2025-10-31,17:52:46.180] [DEBUG] UploadManager Init [2025-10-31,17:52:46.180] [DEBUG] UploadManager Init Complete [2025-10-31,17:52:46.185] [INFO] Initializing GPS... [2025-10-31,17:52:46.188] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 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/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_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' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 23, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' 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-01,13:08:20.150] [INFO] Initializing BusSpeedStateManager V2 [2025-11-01,13:08:20.153] [INFO] LocationSqlManager initialising [2025-11-01,13:08:20.154] [INFO] Location DB initialising [2025-11-01,13:08:20.163] [INFO] LocationSqlManager initialisation complete [2025-11-01,13:08:20.164] [DEBUG] UploadManager Init [2025-11-01,13:08:20.164] [DEBUG] UploadManager Init Complete [2025-11-01,13:08:20.167] [INFO] Initializing GPS... [2025-11-01,13:08:20.169] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 23, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_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' 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/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 23, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' 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' 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' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 23, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' 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' [2025-11-03,11:46:34.467] [INFO] Initializing BusSpeedStateManager V2 [2025-11-03,11:46:34.471] [INFO] LocationSqlManager initialising [2025-11-03,11:46:34.472] [INFO] Location DB initialising [2025-11-03,11:46:34.483] [INFO] LocationSqlManager initialisation complete [2025-11-03,11:46:34.484] [DEBUG] UploadManager Init [2025-11-03,11:46:34.484] [DEBUG] UploadManager Init Complete [2025-11-03,11:46:34.487] [INFO] Initializing GPS... [2025-11-03,11:46:34.490] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 23, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' [2025-11-03,12:12:15.264] [INFO] Initializing BusSpeedStateManager V2 [2025-11-03,12:12:15.269] [INFO] LocationSqlManager initialising [2025-11-03,12:12:15.270] [INFO] Location DB initialising [2025-11-03,12:12:15.282] [INFO] LocationSqlManager initialisation complete [2025-11-03,12:12:15.283] [DEBUG] UploadManager Init [2025-11-03,12:12:15.283] [DEBUG] UploadManager Init Complete [2025-11-03,12:12:15.288] [INFO] Initializing GPS... [2025-11-03,12:12:15.290] [INFO] Starting location capture [2025-11-03,12:13:09.017] [INFO] Initializing BusSpeedStateManager V2 [2025-11-03,12:13:09.022] [INFO] LocationSqlManager initialising [2025-11-03,12:13:09.023] [INFO] Location DB initialising [2025-11-03,12:13:09.034] [INFO] LocationSqlManager initialisation complete [2025-11-03,12:13:09.035] [DEBUG] UploadManager Init [2025-11-03,12:13:09.036] [DEBUG] UploadManager Init Complete [2025-11-03,12:13:09.040] [INFO] Initializing GPS... [2025-11-03,12:13:09.043] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-03,12:18:17.328] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-03,12:13:08.474] [INFO] Initializing BusSpeedStateManager V2 [2025-11-03,12:13:08.477] [INFO] LocationSqlManager initialising [2025-11-03,12:13:08.478] [INFO] Location DB initialising [2025-11-03,12:13:08.487] [INFO] LocationSqlManager initialisation complete [2025-11-03,12:13:08.488] [DEBUG] UploadManager Init [2025-11-03,12:13:08.488] [DEBUG] UploadManager Init Complete [2025-11-03,12:13:08.491] [INFO] Initializing GPS... [2025-11-03,12:13:08.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' 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' [2025-11-03,12:30:38.194] [INFO] Initializing BusSpeedStateManager V2 [2025-11-03,12:30:38.198] [INFO] LocationSqlManager initialising [2025-11-03,12:30:38.199] [INFO] Location DB initialising [2025-11-03,12:30:38.208] [INFO] LocationSqlManager initialisation complete [2025-11-03,12:30:38.209] [DEBUG] UploadManager Init [2025-11-03,12:30:38.209] [DEBUG] UploadManager Init Complete [2025-11-03,12:30:38.212] [INFO] Initializing GPS... [2025-11-03,12:30:38.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' [2025-11-03,12:35:26.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 111] Connection refused')) [2025-11-03,12:38:41.391] [INFO] Initializing BusSpeedStateManager V2 [2025-11-03,12:38:41.398] [INFO] LocationSqlManager initialising [2025-11-03,12:38:41.399] [INFO] Location DB initialising [2025-11-03,12:38:41.411] [INFO] LocationSqlManager initialisation complete [2025-11-03,12:38:41.412] [DEBUG] UploadManager Init [2025-11-03,12:38:41.412] [DEBUG] UploadManager Init Complete [2025-11-03,12:38:41.417] [INFO] Initializing GPS... [2025-11-03,12:38: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' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 23, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' [2025-11-03,13:12:53.860] [INFO] Initializing BusSpeedStateManager V2 [2025-11-03,13:12:53.865] [INFO] LocationSqlManager initialising [2025-11-03,13:12:53.866] [INFO] Location DB initialising [2025-11-03,13:12:53.876] [INFO] LocationSqlManager initialisation complete [2025-11-03,13:12:53.877] [DEBUG] UploadManager Init [2025-11-03,13:12:53.877] [DEBUG] UploadManager Init Complete [2025-11-03,13:12:53.880] [INFO] Initializing GPS... [2025-11-03,13:12:53.882] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_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/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_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' [2025-11-03,15:23:56.942] [INFO] Initializing BusSpeedStateManager V2 [2025-11-03,15:23:56.946] [INFO] LocationSqlManager initialising [2025-11-03,15:23:56.947] [INFO] Location DB initialising [2025-11-03,15:23:56.956] [INFO] LocationSqlManager initialisation complete [2025-11-03,15:23:56.957] [DEBUG] UploadManager Init [2025-11-03,15:23:56.957] [DEBUG] UploadManager Init Complete [2025-11-03,15:23:56.960] [INFO] Initializing GPS... [2025-11-03,15:23:56.962] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 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/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_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/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-03,16:30:03.032] [INFO] Initializing BusSpeedStateManager V2 [2025-11-03,16:30:03.039] [INFO] LocationSqlManager initialising [2025-11-03,16:30:03.039] [INFO] Location DB initialising [2025-11-03,16:30:03.050] [INFO] LocationSqlManager initialisation complete [2025-11-03,16:30:03.052] [DEBUG] UploadManager Init [2025-11-03,16:30:03.052] [DEBUG] UploadManager Init Complete [2025-11-03,16:30:03.057] [INFO] Initializing GPS... [2025-11-03,16:30:03.061] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 23, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' 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/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 23, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 36, in main mac = get_device_mac(cg_) File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/device_mac_utils.py", line 13, in get_device_mac f = open(path, "r") FileNotFoundError: [Errno 2] No such file or directory: '/sys/class/net/eth0/address' [2025-11-04,12:35:00.089] [INFO] Initializing BusSpeedStateManager V2 [2025-11-04,12:35:00.094] [INFO] LocationSqlManager initialising [2025-11-04,12:35:00.095] [INFO] Location DB initialising [2025-11-04,12:35:00.105] [INFO] LocationSqlManager initialisation complete [2025-11-04,12:35:00.107] [DEBUG] UploadManager Init [2025-11-04,12:35:00.107] [DEBUG] UploadManager Init Complete [2025-11-04,12:35:00.111] [INFO] Initializing GPS... [2025-11-04,12:35:00.114] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 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' [2025-11-04,12:36:42.494] [INFO] Initializing BusSpeedStateManager V2 [2025-11-04,12:36:42.500] [INFO] LocationSqlManager initialising [2025-11-04,12:36:42.501] [INFO] Location DB initialising [2025-11-04,12:36:42.512] [INFO] LocationSqlManager initialisation complete [2025-11-04,12:36:42.513] [DEBUG] UploadManager Init [2025-11-04,12:36:42.514] [DEBUG] UploadManager Init Complete [2025-11-04,12:36:42.518] [INFO] Initializing GPS... [2025-11-04,12:36:42.521] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_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' [2025-11-04,13:00:05.300] [INFO] Initializing BusSpeedStateManager V2 [2025-11-04,13:00:05.306] [INFO] LocationSqlManager initialising [2025-11-04,13:00:05.307] [INFO] Location DB initialising [2025-11-04,13:00:05.318] [INFO] LocationSqlManager initialisation complete [2025-11-04,13:00:05.319] [DEBUG] UploadManager Init [2025-11-04,13:00:05.320] [DEBUG] UploadManager Init Complete [2025-11-04,13:00:05.324] [INFO] Initializing GPS... [2025-11-04,13:00:05.327] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-04,13:01:53.059] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,13:01:54.409] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-04,13:01:56.644] [DEBUG] Log Upload Complete! [2025-11-04,13:02:17.258] [INFO] Initializing BusSpeedStateManager V2 [2025-11-04,13:02:17.264] [INFO] LocationSqlManager initialising [2025-11-04,13:02:17.265] [INFO] Location DB initialising [2025-11-04,13:02:17.276] [INFO] LocationSqlManager initialisation complete [2025-11-04,13:02:17.277] [DEBUG] UploadManager Init [2025-11-04,13:02:17.277] [DEBUG] UploadManager Init Complete [2025-11-04,13:02:17.280] [INFO] Initializing GPS... [2025-11-04,13:02:17.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-11-04,13:02:17.006] [INFO] Initializing BusSpeedStateManager V2 [2025-11-04,13:02:17.011] [INFO] LocationSqlManager initialising [2025-11-04,13:02:17.011] [INFO] Location DB initialising [2025-11-04,13:02:17.020] [INFO] LocationSqlManager initialisation complete [2025-11-04,13:02:17.021] [DEBUG] UploadManager Init [2025-11-04,13:02:17.021] [DEBUG] UploadManager Init Complete [2025-11-04,13:02:17.024] [INFO] Initializing GPS... [2025-11-04,13:02:17.026] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-04,13:02:17.325] [INFO] Initializing BusSpeedStateManager V2 [2025-11-04,13:02:17.329] [INFO] LocationSqlManager initialising [2025-11-04,13:02:17.329] [INFO] Location DB initialising [2025-11-04,13:02:17.339] [INFO] LocationSqlManager initialisation complete [2025-11-04,13:02:17.340] [DEBUG] UploadManager Init [2025-11-04,13:02:17.340] [DEBUG] UploadManager Init Complete [2025-11-04,13:02:17.343] [INFO] Initializing GPS... [2025-11-04,13:02:17.345] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-04,15:49:13.425] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,15:49:15.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-11-04,15:49:19.365] [DEBUG] Log Upload Complete! [2025-11-04,15:52:13.384] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,15:52:14.909] [DEBUG] Remote Access Enabled [2025-11-04,15:52:16.053] [INFO] Server Address: 138.201.17.179 [2025-11-04,15:52:16.055] [INFO] Server Port: 7000 [2025-11-04,15:52:16.060] [DEBUG] Starting Remote Access! 2025-11-04 15:52:16.188 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-04 15:52:16.189 [I] [client/service.go:294] try to connect to server... 2025-11-04 15:52:17.105 [I] [client/service.go:286] [1bbdd4e0d13c53d3] login to server success, get run id [1bbdd4e0d13c53d3] 2025-11-04 15:52:17.106 [I] [proxy/proxy_manager.go:173] [1bbdd4e0d13c53d3] proxy added: [DNL01B4302] 2025-11-04 15:52:17.408 [I] [client/control.go:168] [1bbdd4e0d13c53d3] [DNL01B4302] start proxy success [2025-11-04,15:50:28.003] [INFO] Initializing BusSpeedStateManager V2 [2025-11-04,15:50:28.008] [INFO] LocationSqlManager initialising [2025-11-04,15:50:28.009] [INFO] Location DB initialising [2025-11-04,15:50:28.019] [INFO] LocationSqlManager initialisation complete [2025-11-04,15:50:28.019] [DEBUG] UploadManager Init [2025-11-04,15:50:28.020] [DEBUG] UploadManager Init Complete [2025-11-04,15:50:28.023] [INFO] Initializing GPS... [2025-11-04,15:50:28.025] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-04,16:02:46.307] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,16:02:47.933] [DEBUG] Remote Access Enabled [2025-11-04,16:02:49.178] [INFO] Server Address: 138.201.17.179 [2025-11-04,16:02:49.179] [INFO] Server Port: 7000 [2025-11-04,16:02:49.184] [DEBUG] Starting Remote Access! 2025-11-04 16:02:49.328 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-04 16:02:49.330 [I] [client/service.go:294] try to connect to server... 2025-11-04 16:02:50.240 [I] [client/service.go:286] [1b7fe8b50ac8fb8b] login to server success, get run id [1b7fe8b50ac8fb8b] 2025-11-04 16:02:50.241 [I] [proxy/proxy_manager.go:173] [1b7fe8b50ac8fb8b] proxy added: [DNL01B4302] 2025-11-04 16:02:50.559 [I] [client/control.go:168] [1b7fe8b50ac8fb8b] [DNL01B4302] start proxy success 2025-11-04 16:09:33.466 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:09:43.468 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:09:43.469 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:09:53.471 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:09:53.472 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:10:03.473 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:10:03.474 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:10:13.476 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:10:13.476 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:10:23.478 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:10:43.480 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:10:53.482 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:11:13.483 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:11:23.485 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:11:43.486 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:11:53.488 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:12:13.490 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:12:23.492 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:12:43.493 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:12:53.494 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:13:13.496 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:13:23.498 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:13:43.499 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:13:53.501 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:14:13.503 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:14:23.504 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:14:43.506 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:14:53.508 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:15:13.509 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:15:23.511 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:15:43.512 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:15:53.514 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:16:13.516 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:16:23.518 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:16:43.519 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:16:53.522 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:17:13.523 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:17:23.525 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:17:43.527 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:17:53.528 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:18:13.530 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:18:23.532 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:18:43.533 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:18:53.535 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:19:13.537 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:19:23.539 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:19:43.539 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:19:53.542 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:20:13.544 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:20:23.545 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:20:43.547 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:20:53.549 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:21:13.550 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:21:23.553 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:21:43.554 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:21:53.556 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-04 16:22:13.558 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:22:20.661 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-04 16:22:40.662 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 16:22:41.671 [I] [client/service.go:286] [1b7fe8b50ac8fb8b] login to server success, get run id [1b7fe8b50ac8fb8b] 2025-11-04 16:22:41.672 [I] [proxy/proxy_manager.go:173] [1b7fe8b50ac8fb8b] proxy added: [DNL01B4302] 2025-11-04 16:22:42.003 [I] [client/control.go:168] [1b7fe8b50ac8fb8b] [DNL01B4302] 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-04,16:35:02.442] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,16:35:04.134] [DEBUG] 6 processes running of frp type [2025-11-04,16:50:03.072] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,16:50:04.618] [DEBUG] 6 processes running of frp type [2025-11-04,17:05:03.090] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,17:05:04.852] [DEBUG] 6 processes running of frp type 2025-11-04 17:12:55.467 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 17:12:58.527 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-04 17:12:58.528 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 17:13:05.780 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-04 17:13:05.780 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 17:13:05.784 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-04 17:13:15.370 [I] [client/service.go:294] [1b7fe8b50ac8fb8b] try to connect to server... 2025-11-04 17:13:15.374 [W] [client/service.go:297] [1b7fe8b50ac8fb8b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2025-11-04,17:13:50.048] [INFO] Initializing BusSpeedStateManager V2 [2025-11-04,17:13:50.053] [INFO] LocationSqlManager initialising [2025-11-04,17:13:50.054] [INFO] Location DB initialising [2025-11-04,17:13:50.063] [INFO] LocationSqlManager initialisation complete [2025-11-04,17:13:50.064] [DEBUG] UploadManager Init [2025-11-04,17:13:50.065] [DEBUG] UploadManager Init Complete [2025-11-04,17:13:50.068] [INFO] Initializing GPS... [2025-11-04,17:13:50.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' [2025-11-04,17:18:38.626] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-04,17:35:02.447] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,17:35:03.995] [DEBUG] Remote Access Enabled [2025-11-04,17:35:05.279] [INFO] Server Address: 138.201.17.179 [2025-11-04,17:35:05.280] [INFO] Server Port: 7000 [2025-11-04,17:35:05.285] [DEBUG] Starting Remote Access! 2025-11-04 17:35:05.410 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-04 17:35:05.410 [I] [client/service.go:294] try to connect to server... 2025-11-04 17:35:06.328 [I] [client/service.go:286] [a7554aa25af7f9fc] login to server success, get run id [a7554aa25af7f9fc] 2025-11-04 17:35:06.329 [I] [proxy/proxy_manager.go:173] [a7554aa25af7f9fc] proxy added: [DNL01B4302] 2025-11-04 17:35:06.647 [I] [client/control.go:168] [a7554aa25af7f9fc] [DNL01B4302] start proxy success [2025-11-04,17:50:02.240] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,17:50:03.774] [DEBUG] 6 processes running of frp type [2025-11-04,17:57:13.142] [INFO] Initializing BusSpeedStateManager V2 [2025-11-04,17:57:13.147] [INFO] LocationSqlManager initialising [2025-11-04,17:57:13.148] [INFO] Location DB initialising [2025-11-04,17:57:13.157] [INFO] LocationSqlManager initialisation complete [2025-11-04,17:57:13.158] [DEBUG] UploadManager Init [2025-11-04,17:57:13.158] [DEBUG] UploadManager Init Complete [2025-11-04,17:57:13.161] [INFO] Initializing GPS... [2025-11-04,17:57:13.163] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-04,17:59:01.252] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,17:59:02.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( [2025-11-04,17:59:05.466] [DEBUG] Log Upload Complete! [2025-11-04,18:02:01.143] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,18:02:02.612] [DEBUG] Remote Access Enabled [2025-11-04,18:02:03.782] [INFO] Server Address: 138.201.17.179 [2025-11-04,18:02:03.782] [INFO] Server Port: 7000 [2025-11-04,18:02:03.786] [DEBUG] Starting Remote Access! 2025-11-04 18:02:03.923 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-04 18:02:03.924 [I] [client/service.go:294] try to connect to server... 2025-11-04 18:02:04.796 [I] [client/service.go:286] [538a37c66353a224] login to server success, get run id [538a37c66353a224] 2025-11-04 18:02:04.797 [I] [proxy/proxy_manager.go:173] [538a37c66353a224] proxy added: [DNL01B4302] 2025-11-04 18:02:05.084 [I] [client/control.go:168] [538a37c66353a224] [DNL01B4302] start proxy success [2025-11-04,18:05:02.688] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,18:05:04.158] [DEBUG] 6 processes running of frp type [2025-11-04,18:20:02.377] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,18:20:03.847] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-04,18:35:02.189] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,18:35:03.745] [DEBUG] 6 processes running of frp type [2025-11-04,18:50:02.650] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,18:50:04.121] [DEBUG] 6 processes running of frp type [2025-11-04,19:05:02.354] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,19:05:03.773] [DEBUG] 6 processes running of frp type [2025-11-04,19:20:02.919] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,19:20:04.331] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-04,19:35:02.339] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,19:35:03.918] [DEBUG] 6 processes running of frp type [2025-11-04,19:50:02.138] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,19:50:03.622] [DEBUG] 6 processes running of frp type [2025-11-04,20:05:02.747] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,20:05:04.246] [DEBUG] 6 processes running of frp type [2025-11-04,20:20:02.413] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,20:20:03.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-04,20:35:02.397] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,20:35:04.284] [DEBUG] 6 processes running of frp type [2025-11-04,20:50:02.215] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,20:50:03.769] [DEBUG] 6 processes running of frp type [2025-11-04,21:05:03.006] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,21:05:04.580] [DEBUG] 6 processes running of frp type [2025-11-04,21:20:02.843] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,21:20:04.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-11-04,21:35:02.767] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,21:35:04.269] [DEBUG] 6 processes running of frp type [2025-11-04,21:50:02.454] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,21:50:03.944] [DEBUG] 6 processes running of frp type [2025-11-04,22:05:02.063] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,22:05:03.601] [DEBUG] 6 processes running of frp type [2025-11-04,22:20:02.727] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,22:20:04.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' [2025-11-04,22:35:02.640] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,22:35:04.137] [DEBUG] 6 processes running of frp type [2025-11-04,22:50:02.399] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,22:50:03.835] [DEBUG] 6 processes running of frp type [2025-11-04,23:05:02.103] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,23:05:03.601] [DEBUG] 6 processes running of frp type [2025-11-04,23:20:02.842] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,23:20:04.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' [2025-11-04,23:35:02.655] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,23:35:04.088] [DEBUG] 6 processes running of frp type [2025-11-04,23:50:02.054] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-04,23:50:03.614] [DEBUG] 6 processes running of frp type [2025-11-05,00:05:02.752] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,00:05:04.320] [DEBUG] 6 processes running of frp type [2025-11-05,00:20:02.596] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,00:20:04.042] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-05,00:35:02.831] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,00:35:04.357] [DEBUG] 6 processes running of frp type [2025-11-05,00:50:02.483] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,00:50:03.942] [DEBUG] 6 processes running of frp type [2025-11-05,01:05:02.119] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,01:05:04.475] [DEBUG] 6 processes running of frp type [2025-11-05,01:20:02.634] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,01:20:04.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-05,01:35:02.620] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,01:35:04.210] [DEBUG] 6 processes running of frp type [2025-11-05,01:50:02.167] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,01:50:03.656] [DEBUG] 6 processes running of frp type [2025-11-05,02:05:02.977] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,02:05:04.640] [DEBUG] 6 processes running of frp type [2025-11-05,02:20:02.790] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,02:20:04.280] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-05,02:35:02.075] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,02:35:03.603] [DEBUG] 6 processes running of frp type [2025-11-05,02:50:02.678] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,02:50:04.164] [DEBUG] 6 processes running of frp type [2025-11-05,03:05:02.327] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,03:05:03.952] [DEBUG] 6 processes running of frp type [2025-11-05,03:20:02.260] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,03:20:03.753] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-05,03:35:02.034] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,03:35:03.563] [DEBUG] 6 processes running of frp type [2025-11-05,03:50:02.501] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,03:50:04.017] [DEBUG] 6 processes running of frp type [2025-11-05,04:05:02.149] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,04:05:03.740] [DEBUG] 6 processes running of frp type [2025-11-05,04:20:02.892] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,04:20:04.415] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-05,04:35:02.918] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,04:35:05.407] [DEBUG] 6 processes running of frp type [2025-11-05,04:50:02.470] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,04:50:04.017] [DEBUG] 6 processes running of frp type [2025-11-05,05:05:02.466] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,05:05:04.090] [DEBUG] 6 processes running of frp type [2025-11-05,05:20:02.543] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,05:20:04.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' [2025-11-05,05:35:02.887] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,05:35:04.628] [DEBUG] 6 processes running of frp type [2025-11-05,05:50:02.535] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,05:50:04.123] [DEBUG] 6 processes running of frp type [2025-11-05,06:05:02.367] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,06:05:03.947] [DEBUG] 6 processes running of frp type [2025-11-05,06:20:02.377] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,06:20:03.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-11-05,06:35:02.870] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,06:35:04.565] [DEBUG] 6 processes running of frp type [2025-11-05,06:50:02.083] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,06:50:03.638] [DEBUG] 6 processes running of frp type [2025-11-05,07:05:03.254] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,07:05:04.927] [DEBUG] 6 processes running of frp type [2025-11-05,07:20:02.286] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,07:20:03.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-05,07:35:02.780] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,07:35:04.614] [DEBUG] 6 processes running of frp type [2025-11-05,07:50:02.870] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,07:50:04.481] [DEBUG] 6 processes running of frp type [2025-11-05,08:02:02.973] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,08:02:04.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-11-05,08:02:11.510] [DEBUG] Log Upload Complete! [2025-11-05,08:05:02.890] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,08:05:04.461] [DEBUG] 6 processes running of frp type [2025-11-05,08:20:02.761] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,08:20:04.369] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-05,08:35:02.242] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,08:35:03.805] [DEBUG] 6 processes running of frp type [2025-11-05,08:50:02.851] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,08:50:04.485] [DEBUG] 6 processes running of frp type [2025-11-05,09:05:02.826] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,09:05:04.464] [DEBUG] 6 processes running of frp type [2025-11-05,09:20:02.782] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,09:20:04.486] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-05,09:35:02.240] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,09:35:03.964] [DEBUG] 6 processes running of frp type [2025-11-05,09:50:02.530] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,09:50:04.206] [DEBUG] 6 processes running of frp type [2025-11-05,10:05:02.677] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,10:05:04.229] [DEBUG] 6 processes running of frp type 2025-11-05 10:08:42.420 [I] [client/service.go:294] [538a37c66353a224] try to connect to server... 2025-11-05 10:08:45.452 [W] [client/service.go:297] [538a37c66353a224] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-05 10:08:45.453 [I] [client/service.go:294] [538a37c66353a224] try to connect to server... 2025-11-05 10:08:48.493 [W] [client/service.go:297] [538a37c66353a224] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-05 10:08:48.493 [I] [client/service.go:294] [538a37c66353a224] try to connect to server... 2025-11-05 10:08:51.532 [W] [client/service.go:297] [538a37c66353a224] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-05 10:08:59.935 [I] [client/service.go:294] [538a37c66353a224] try to connect to server... 2025-11-05 10:08:59.936 [W] [client/service.go:297] [538a37c66353a224] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 10:09:17.616 [I] [client/service.go:294] [538a37c66353a224] try to connect to server... 2025-11-05 10:09:17.618 [W] [client/service.go:297] [538a37c66353a224] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 10:09:37.619 [I] [client/service.go:294] [538a37c66353a224] try to connect to server... 2025-11-05 10:09:37.620 [W] [client/service.go:297] [538a37c66353a224] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 10:09:57.622 [I] [client/service.go:294] [538a37c66353a224] try to connect to server... 2025-11-05 10:09:57.623 [W] [client/service.go:297] [538a37c66353a224] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 10:10:17.624 [I] [client/service.go:294] [538a37c66353a224] try to connect to server... 2025-11-05 10:10:17.625 [W] [client/service.go:297] [538a37c66353a224] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 10:10:37.626 [I] [client/service.go:294] [538a37c66353a224] try to connect to server... 2025-11-05 10:10:37.627 [W] [client/service.go:297] [538a37c66353a224] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 10:10:57.628 [I] [client/service.go:294] [538a37c66353a224] try to connect to server... 2025-11-05 10:10:57.629 [W] [client/service.go:297] [538a37c66353a224] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 10:11:17.630 [I] [client/service.go:294] [538a37c66353a224] try to connect to server... 2025-11-05 10:11:17.631 [W] [client/service.go:297] [538a37c66353a224] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 10:11:37.633 [I] [client/service.go:294] [538a37c66353a224] try to connect to server... 2025-11-05 10:11:37.634 [W] [client/service.go:297] [538a37c66353a224] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 10:11:57.636 [I] [client/service.go:294] [538a37c66353a224] try to connect to server... 2025-11-05 10:11:57.637 [W] [client/service.go:297] [538a37c66353a224] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 10:12:17.638 [I] [client/service.go:294] [538a37c66353a224] try to connect to server... 2025-11-05 10:12:17.639 [W] [client/service.go:297] [538a37c66353a224] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 10:12:37.640 [I] [client/service.go:294] [538a37c66353a224] try to connect to server... 2025-11-05 10:12:37.641 [W] [client/service.go:297] [538a37c66353a224] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 10:12:57.642 [I] [client/service.go:294] [538a37c66353a224] try to connect to server... 2025-11-05 10:12:57.643 [W] [client/service.go:297] [538a37c66353a224] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 10:13:17.644 [I] [client/service.go:294] [538a37c66353a224] try to connect to server... 2025-11-05 10:13:17.646 [W] [client/service.go:297] [538a37c66353a224] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 10:13:37.647 [I] [client/service.go:294] [538a37c66353a224] try to connect to server... 2025-11-05 10:13:37.648 [W] [client/service.go:297] [538a37c66353a224] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 10:13:57.650 [I] [client/service.go:294] [538a37c66353a224] try to connect to server... 2025-11-05 10:13:58.542 [I] [client/service.go:286] [538a37c66353a224] login to server success, get run id [538a37c66353a224] 2025-11-05 10:13:58.544 [I] [proxy/proxy_manager.go:173] [538a37c66353a224] proxy added: [DNL01B4302] 2025-11-05 10:13:58.847 [I] [client/control.go:168] [538a37c66353a224] [DNL01B4302] start proxy success [2025-11-05,10:20:02.509] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,10:20:04.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-11-05,10:32:52.038] [INFO] Initializing BusSpeedStateManager V2 [2025-11-05,10:32:52.044] [INFO] LocationSqlManager initialising [2025-11-05,10:32:52.045] [INFO] Location DB initialising [2025-11-05,10:32:52.054] [INFO] LocationSqlManager initialisation complete [2025-11-05,10:32:52.055] [DEBUG] UploadManager Init [2025-11-05,10:32:52.055] [DEBUG] UploadManager Init Complete [2025-11-05,10:32:52.058] [INFO] Initializing GPS... [2025-11-05,10:32:52.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-05,10:34:40.241] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,10:34:41.702] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-05,10:34:44.451] [DEBUG] Log Upload Complete! [2025-11-05,10:37:40.324] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,10:37:41.790] [DEBUG] Remote Access Enabled [2025-11-05,10:37:42.944] [INFO] Server Address: 138.201.17.179 [2025-11-05,10:37:42.945] [INFO] Server Port: 7000 [2025-11-05,10:37:42.949] [DEBUG] Starting Remote Access! 2025-11-05 10:37:43.075 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-05 10:37:43.076 [I] [client/service.go:294] try to connect to server... 2025-11-05 10:37:43.995 [I] [client/service.go:286] [09b39c418b986507] login to server success, get run id [09b39c418b986507] 2025-11-05 10:37:43.995 [I] [proxy/proxy_manager.go:173] [09b39c418b986507] proxy added: [DNL01B4302] 2025-11-05 10:37:44.289 [I] [client/control.go:168] [09b39c418b986507] [DNL01B4302] start proxy success [2025-11-05,10:50:02.549] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,10:50:05.763] [DEBUG] 6 processes running of frp type [2025-11-05,11:05:02.911] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,11:05:04.499] [DEBUG] 6 processes running of frp type [2025-11-05,11:20:02.884] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,11:20:04.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-11-05 11:32:23.556 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:32:24.346 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-05 11:32:26.511 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:32:28.133 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-05 11:32:32.717 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:32:42.718 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-05 11:32:42.718 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:32:42.719 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 11:33:02.720 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:33:02.722 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 11:33:22.723 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:33:22.723 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 11:33:42.724 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:33:42.725 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 11:34:02.725 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:34:02.726 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 11:34:22.727 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:34:22.727 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 11:34:42.728 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:34:42.729 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 11:35:02.730 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:35:02.731 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 11:35:22.731 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:35:22.732 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 11:35:42.733 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:35:42.734 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 11:36:02.734 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:36:02.735 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 11:36:22.736 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:36:22.737 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 11:36:42.737 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:36:42.738 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 11:37:02.739 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:37:02.739 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 11:37:22.740 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:37:22.741 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 11:37:42.742 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:37:42.745 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-05 11:38:02.746 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:38:02.749 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 11:38:22.749 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:38:24.840 [I] [client/service.go:286] [09b39c418b986507] login to server success, get run id [09b39c418b986507] 2025-11-05 11:38:24.840 [I] [proxy/proxy_manager.go:173] [09b39c418b986507] proxy added: [DNL01B4302] 2025-11-05 11:38:26.201 [I] [client/control.go:168] [09b39c418b986507] [DNL01B4302] start proxy success [2025-11-05,11:50:02.631] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,11:50:04.158] [DEBUG] 6 processes running of frp type 2025-11-05 11:56:12.536 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:56:12.551 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 11:56:14.711 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:56:14.713 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 11:56:19.447 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:56:19.451 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 11:56:29.515 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:56:29.517 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 11:56:49.519 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:56:49.523 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 11:57:09.524 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:57:09.526 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 11:57:29.526 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:57:29.529 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 11:57:49.530 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:57:49.532 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 11:58:09.533 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:58:09.536 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 11:58:29.537 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:58:29.585 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 11:58:49.586 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:58:49.594 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 11:59:09.595 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:59:09.597 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 11:59:29.597 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:59:29.672 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 11:59:49.674 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 11:59:49.679 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:00:09.680 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:00:09.685 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:00:29.686 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:00:29.690 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:00:49.691 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:00:49.695 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:01:09.696 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:01:09.699 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:01:29.699 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:01:29.702 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:01:49.702 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:01:49.714 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:02:09.715 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:02:09.717 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:02:29.718 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:02:29.721 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:02:49.722 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:02:50.747 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:03:10.748 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:03:10.751 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:03:30.751 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:03:30.754 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:03:50.755 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:03:50.770 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:04:10.771 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:04:13.840 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:04:33.842 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:04:33.844 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:04:53.845 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:04:53.850 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2025-11-05,12:05:02.297] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-11-05 12:05:13.851 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:05:17.004 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:05:37.005 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:05:37.022 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:05:57.023 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:05:57.052 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:06:17.053 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:06:17.065 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:06:37.066 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:06:37.077 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:06:57.078 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:06:57.128 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:07:17.129 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:07:17.151 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:07:37.151 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:07:37.153 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:07:57.154 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:07:58.302 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:08:18.303 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:08:18.306 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:08:38.306 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:08:38.372 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:08:58.373 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:08:58.375 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:09:18.377 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:09:18.380 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:09:38.381 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:09:38.385 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:09:58.386 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:09:58.400 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:10:18.401 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:10:18.408 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:10:38.409 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:10:38.411 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:10:58.413 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:10:58.417 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-05 12:11:18.418 [I] [client/service.go:294] [09b39c418b986507] try to connect to server... 2025-11-05 12:11:18.419 [W] [client/service.go:297] [09b39c418b986507] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2025-11-05,12:11:48.084] [INFO] Initializing BusSpeedStateManager V2 [2025-11-05,12:11:48.090] [INFO] LocationSqlManager initialising [2025-11-05,12:11:48.090] [INFO] Location DB initialising [2025-11-05,12:11:48.099] [INFO] LocationSqlManager initialisation complete [2025-11-05,12:11:48.100] [DEBUG] UploadManager Init [2025-11-05,12:11:48.100] [DEBUG] UploadManager Init Complete [2025-11-05,12:11:48.103] [INFO] Initializing GPS... [2025-11-05,12:11:48.105] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-05,12:13:35.778] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,12:13:37.275] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-05,12:13:45.351] [DEBUG] Log Upload Complete! [2025-11-05,12:16:35.645] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,12:16:37.536] [DEBUG] Remote Access Enabled [2025-11-05,12:16:38.999] [INFO] Server Address: 138.201.17.179 [2025-11-05,12:16:39.000] [INFO] Server Port: 7000 [2025-11-05,12:16:39.004] [DEBUG] Starting Remote Access! 2025-11-05 12:16:39.139 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-05 12:16:39.139 [I] [client/service.go:294] try to connect to server... 2025-11-05 12:16:40.357 [I] [client/service.go:286] [d7f9e4145fc72ea2] login to server success, get run id [d7f9e4145fc72ea2] 2025-11-05 12:16:40.358 [I] [proxy/proxy_manager.go:173] [d7f9e4145fc72ea2] proxy added: [DNL01B4302] 2025-11-05 12:16:40.725 [I] [client/control.go:168] [d7f9e4145fc72ea2] [DNL01B4302] start proxy success [2025-11-05,12:20:01.721] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,12:20:03.719] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-05,12:30:22.554] [INFO] Initializing BusSpeedStateManager V2 [2025-11-05,12:30:22.561] [INFO] LocationSqlManager initialising [2025-11-05,12:30:22.561] [INFO] Location DB initialising [2025-11-05,12:30:22.570] [INFO] LocationSqlManager initialisation complete [2025-11-05,12:30:22.571] [DEBUG] UploadManager Init [2025-11-05,12:30:22.571] [DEBUG] UploadManager Init Complete [2025-11-05,12:30:22.574] [INFO] Initializing GPS... [2025-11-05,12:30:22.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' [2025-11-05,12:32:10.376] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,12:32:11.887] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-05,12:32:48.043] [DEBUG] Log Upload Complete! [2025-11-05,12:35:10.269] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,12:35:12.346] [DEBUG] Remote Access Enabled [2025-11-05,12:35:13.558] [INFO] Server Address: 138.201.17.179 [2025-11-05,12:35:13.560] [INFO] Server Port: 7000 [2025-11-05,12:35:13.569] [DEBUG] Starting Remote Access! 2025-11-05 12:35:13.747 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-05 12:35:13.748 [I] [client/service.go:294] try to connect to server... 2025-11-05 12:35:14.784 [I] [client/service.go:286] [847de8c75926f5de] login to server success, get run id [847de8c75926f5de] 2025-11-05 12:35:14.785 [I] [proxy/proxy_manager.go:173] [847de8c75926f5de] proxy added: [DNL01B4302] 2025-11-05 12:35:15.087 [I] [client/control.go:168] [847de8c75926f5de] [DNL01B4302] start proxy success [2025-11-05,12:50:03.310] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,12:50:04.886] [DEBUG] 6 processes running of frp type [2025-11-05,13:05:02.425] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,13:05:03.912] [DEBUG] 6 processes running of frp type [2025-11-05,13:20:02.223] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-05,13:20:03.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-05,13:07:03.866] [INFO] Initializing BusSpeedStateManager V2 [2025-11-05,13:07:03.870] [INFO] LocationSqlManager initialising [2025-11-05,13:07:03.871] [INFO] Location DB initialising [2025-11-05,13:07:03.881] [INFO] LocationSqlManager initialisation complete [2025-11-05,13:07:03.882] [DEBUG] UploadManager Init [2025-11-05,13:07:03.883] [DEBUG] UploadManager Init Complete [2025-11-05,13:07:03.887] [INFO] Initializing GPS... [2025-11-05,13:07:03.890] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-05,13:11:52.444] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-05,13:26:52.545] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-05,13:41:52.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-11-05,13:56:52.718] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-05,14:11:52.819] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-06,14:20:02.741] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,14:20:04.874] [DEBUG] Remote Access Enabled [2025-11-06,14:20:06.306] [INFO] Server Address: 138.201.17.179 [2025-11-06,14:20:06.307] [INFO] Server Port: 7000 [2025-11-06,14:20:06.312] [DEBUG] Starting Remote Access! 2025-11-06 14:20:06.443 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-06 14:20:06.444 [I] [client/service.go:294] try to connect to server... 2025-11-06 14:20:07.691 [I] [client/service.go:286] [7fbccde690c6b11c] login to server success, get run id [7fbccde690c6b11c] 2025-11-06 14:20:07.693 [I] [proxy/proxy_manager.go:173] [7fbccde690c6b11c] proxy added: [DNL01B4302] 2025-11-06 14:20:08.069 [I] [client/control.go:168] [7fbccde690c6b11c] [DNL01B4302] 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-06,14:35:07.401] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,14:35:09.353] [DEBUG] 6 processes running of frp type 2025-11-06 14:39:30.326 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:39:30.348 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:39:32.539 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:39:32.544 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:39:36.979 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:39:36.983 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:39:46.191 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:39:46.196 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:40:06.024 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:40:06.030 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:40:26.030 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:40:26.040 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:40:46.041 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:40:46.046 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:41:06.047 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:41:06.051 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:41:26.052 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:41:26.060 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:41:46.061 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:41:46.081 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:42:06.083 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:42:06.087 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:42:26.088 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:42:26.093 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:42:46.093 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:42:46.113 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:43:06.114 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:43:06.122 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:43:26.123 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:43:26.128 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:43:46.129 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:43:46.160 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:44:06.161 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:44:06.166 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:44:26.167 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:44:26.174 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:44:46.175 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:44:46.182 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:45:06.184 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:45:06.189 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:45:26.190 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:45:27.509 [I] [client/service.go:286] [7fbccde690c6b11c] login to server success, get run id [7fbccde690c6b11c] 2025-11-06 14:45:27.510 [I] [proxy/proxy_manager.go:173] [7fbccde690c6b11c] proxy added: [DNL01B4302] 2025-11-06 14:45:28.146 [I] [client/control.go:168] [7fbccde690c6b11c] [DNL01B4302] start proxy success 2025-11-06 14:46:36.950 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:46:36.958 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:46:39.084 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:46:39.090 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:46:43.482 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:46:43.486 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:46:52.854 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:46:52.858 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:47:12.675 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:47:12.680 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:47:32.682 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:47:32.687 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:47:52.688 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:47:52.692 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:48:12.694 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:48:12.700 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:48:32.701 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:48:32.707 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:48:52.708 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:48:52.714 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:49:12.716 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:49:12.720 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:49:32.722 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:49:32.728 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 14:49:52.729 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:49:58.805 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 14:50:18.807 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:50:18.808 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 14:50:38.809 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:50:38.811 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 14:50:58.812 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:50:58.814 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 14:51:18.815 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:51:18.817 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 14:51:38.818 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:51:38.819 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 14:51:58.821 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:51:58.822 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 14:52:18.823 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:52:18.824 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 14:52:38.825 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:52:38.830 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 14:52:58.831 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:52:58.840 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 14:53:18.841 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:53:18.848 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 14:53:38.849 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:53:38.854 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 14:53:58.855 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:53:58.861 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 14:54:18.861 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 14:54:23.304 [I] [client/service.go:286] [7fbccde690c6b11c] login to server success, get run id [7fbccde690c6b11c] 2025-11-06 14:54:23.305 [I] [proxy/proxy_manager.go:173] [7fbccde690c6b11c] proxy added: [DNL01B4302] 2025-11-06 14:54:24.344 [I] [client/control.go:168] [7fbccde690c6b11c] [DNL01B4302] start proxy success 2025-11-06 15:03:37.125 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:03:37.130 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:03:39.141 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:03:39.147 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:03:43.359 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:03:43.374 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:03:51.895 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:03:51.900 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:04:09.560 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:04:09.567 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:04:29.569 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:04:29.574 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:04:49.575 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:04:49.579 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2025-11-06,15:05:02.530] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-11-06 15:05:09.580 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:05:09.583 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:05:29.584 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:05:29.589 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:05:49.591 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:05:49.595 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:06:09.596 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:06:09.601 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:06:29.603 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:06:29.608 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:06:49.609 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:06:49.616 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:07:09.617 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:07:09.622 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:07:29.623 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:07:29.627 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:07:49.628 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:07:49.634 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:08:09.635 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:08:09.641 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:08:29.642 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:08:29.647 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:08:49.648 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:08:49.653 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:09:09.654 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:09:09.659 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:09:29.661 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:09:29.666 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:09:49.667 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:09:49.674 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:10:09.676 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:10:09.682 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:10:29.682 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:10:29.688 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:10:49.689 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:10:49.694 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:11:09.695 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:11:09.702 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:11:29.703 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:11:29.711 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:11:49.713 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:11:49.717 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:12:09.718 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:12:12.751 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 15:12:32.752 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:12:32.754 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 15:12:52.754 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:12:52.756 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 15:13:12.757 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:13:12.759 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 15:13:32.760 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:13:32.761 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 15:13:52.762 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:13:52.764 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 15:14:12.764 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:14:12.766 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 15:14:32.767 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:14:32.768 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 15:14:52.769 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:14:52.771 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 15:15:12.772 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:15:12.773 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 15:15:32.774 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:15:32.776 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 15:15:52.776 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:15:52.783 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 15:16:12.783 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:16:12.823 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 15:16:32.824 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:16:32.829 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 15:16:52.830 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:16:52.836 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:17:12.838 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:17:15.607 [I] [client/service.go:286] [7fbccde690c6b11c] login to server success, get run id [7fbccde690c6b11c] 2025-11-06 15:17:15.609 [I] [proxy/proxy_manager.go:173] [7fbccde690c6b11c] proxy added: [DNL01B4302] 2025-11-06 15:17:17.211 [I] [client/control.go:168] [7fbccde690c6b11c] [DNL01B4302] start proxy success [2025-11-06,15:20:02.125] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,15:20:03.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-06 15:30:31.906 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:30:31.925 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:30:34.029 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:30:34.034 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:30:38.311 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:30:38.316 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:30:47.323 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:30:47.327 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:31:06.309 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:31:06.315 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:31:26.316 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:31:26.329 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:31:46.330 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:31:46.336 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:32:06.338 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:32:06.343 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:32:26.345 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:32:26.361 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:32:46.363 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:32:46.368 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:33:06.369 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:33:06.376 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:33:26.378 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:33:26.383 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:33:46.384 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:33:46.389 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:34:06.390 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:34:06.408 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:34:26.409 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:34:26.419 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:34:46.420 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:34:46.425 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2025-11-06,15:35:02.744] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-11-06 15:35:06.426 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:35:06.429 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:35:26.430 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:35:26.434 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:35:46.435 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:35:46.439 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:36:06.440 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:36:06.471 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:36:26.473 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:36:26.480 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:36:46.482 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:36:46.752 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:37:06.753 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:37:06.765 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:37:26.767 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:37:26.772 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:37:46.773 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:37:46.779 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:38:06.780 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:38:06.786 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:38:26.787 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:38:26.794 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:38:46.796 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:38:46.800 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:39:06.802 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:39:06.811 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:39:26.813 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:39:26.818 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:39:46.820 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:39:46.825 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:40:06.826 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:40:06.832 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:40:26.834 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:40:26.853 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:40:46.854 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:40:46.862 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:41:06.863 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:41:16.865 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-06 15:41:36.867 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:41:44.033 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:42:04.035 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:42:04.039 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:42:24.040 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:42:24.044 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:42:44.046 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:42:44.064 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:43:04.065 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:43:04.072 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:43:24.073 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:43:24.101 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 15:43:44.103 [I] [client/service.go:294] [7fbccde690c6b11c] try to connect to server... 2025-11-06 15:43:44.104 [W] [client/service.go:297] [7fbccde690c6b11c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2025-11-06,15:44:13.675] [INFO] Initializing BusSpeedStateManager V2 [2025-11-06,15:44:13.682] [INFO] LocationSqlManager initialising [2025-11-06,15:44:13.683] [INFO] Location DB initialising [2025-11-06,15:44:13.694] [INFO] LocationSqlManager initialisation complete [2025-11-06,15:44:13.695] [DEBUG] UploadManager Init [2025-11-06,15:44:13.696] [DEBUG] UploadManager Init Complete [2025-11-06,15:44:13.700] [INFO] Initializing GPS... [2025-11-06,15:44:13.703] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-06,15:46:02.188] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,15:46:03.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-11-06,15:46:11.080] [DEBUG] Log Upload Complete! [2025-11-06,15:49:02.213] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,15:49:03.847] [DEBUG] Remote Access Enabled [2025-11-06,15:49:05.232] [INFO] Server Address: 138.201.17.179 [2025-11-06,15:49:05.233] [INFO] Server Port: 7000 [2025-11-06,15:49:05.245] [DEBUG] Starting Remote Access! 2025-11-06 15:49:05.401 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-06 15:49:05.402 [I] [client/service.go:294] try to connect to server... 2025-11-06 15:49:06.336 [I] [client/service.go:286] [8e215cf6829b6e04] login to server success, get run id [8e215cf6829b6e04] 2025-11-06 15:49:06.337 [I] [proxy/proxy_manager.go:173] [8e215cf6829b6e04] proxy added: [DNL01B4302] 2025-11-06 15:49:06.666 [I] [client/control.go:168] [8e215cf6829b6e04] [DNL01B4302] start proxy success [2025-11-06,15:50:02.285] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,15:50:04.047] [DEBUG] 6 processes running of frp type [2025-11-06,16:03:00.495] [INFO] Initializing BusSpeedStateManager V2 [2025-11-06,16:03:00.500] [INFO] LocationSqlManager initialising [2025-11-06,16:03:00.500] [INFO] Location DB initialising [2025-11-06,16:03:00.510] [INFO] LocationSqlManager initialisation complete [2025-11-06,16:03:00.510] [DEBUG] UploadManager Init [2025-11-06,16:03:00.511] [DEBUG] UploadManager Init Complete [2025-11-06,16:03:00.514] [INFO] Initializing GPS... [2025-11-06,16:03:00.516] [INFO] Starting location capture [2025-11-06,16:04:11.295] [INFO] Initializing BusSpeedStateManager V2 [2025-11-06,16:04:11.302] [INFO] LocationSqlManager initialising [2025-11-06,16:04:11.303] [INFO] Location DB initialising [2025-11-06,16:04:11.313] [INFO] LocationSqlManager initialisation complete [2025-11-06,16:04:11.314] [DEBUG] UploadManager Init [2025-11-06,16:04:11.314] [DEBUG] UploadManager Init Complete [2025-11-06,16:04:11.317] [INFO] Initializing GPS... [2025-11-06,16:04:11.320] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-06,16:08:59.737] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-06,16:20:03.154] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,16:20:05.017] [DEBUG] Remote Access Enabled [2025-11-06,16:20:06.577] [INFO] Server Address: 138.201.17.179 [2025-11-06,16:20:06.578] [INFO] Server Port: 7000 [2025-11-06,16:20:06.587] [DEBUG] Starting Remote Access! 2025-11-06 16:20:06.759 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-06 16:20:06.760 [I] [client/service.go:294] try to connect to server... 2025-11-06 16:20:07.840 [I] [client/service.go:286] [724dba1af4042fcf] login to server success, get run id [724dba1af4042fcf] 2025-11-06 16:20:07.841 [I] [proxy/proxy_manager.go:173] [724dba1af4042fcf] proxy added: [DNL01B4302] 2025-11-06 16:20:08.171 [I] [client/control.go:168] [724dba1af4042fcf] [DNL01B4302] 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-06,16:35:02.614] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,16:35:04.555] [DEBUG] 6 processes running of frp type [2025-11-06,16:50:02.475] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,16:50:09.794] [DEBUG] 6 processes running of frp type [2025-11-06,17:05:02.175] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,17:05:05.266] [DEBUG] 6 processes running of frp type [2025-11-06,17:20:02.562] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,17:20:04.341] [DEBUG] 6 processes running of frp type 2025-11-06 17:21:30.656 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:21:30.657 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 17:21:32.711 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:21:32.712 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 17:21:37.089 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:21:37.090 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 17:21:46.019 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:21:46.021 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 17:22:04.879 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:22:04.880 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 17:22:24.882 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:22:24.883 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 17:22:44.885 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:22:44.887 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 17:23:04.888 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:23:04.889 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 17:23:24.890 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:23:24.892 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 17:23:44.893 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:23:44.894 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 17:24:04.895 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:24:04.896 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 17:24:24.897 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:24:24.898 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 17:24:44.898 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:24:44.899 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 17:25:04.900 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:25:04.901 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 17:25:24.902 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:25:24.903 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 17:25:44.905 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:25:44.906 [W] [client/service.go:297] [724dba1af4042fcf] 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-11-06 17:26:04.907 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:26:04.908 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 17:26:24.910 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:26:24.914 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:26:44.915 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:26:44.925 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:27:04.926 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:27:04.931 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:27:24.933 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:27:24.937 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:27:44.938 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:27:44.957 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:28:04.959 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:28:04.966 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:28:24.968 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:28:24.975 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:28:44.976 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:28:44.981 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:29:04.983 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:29:04.987 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:29:24.989 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:29:24.994 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:29:44.995 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:29:45.073 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:30:05.074 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:30:05.079 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:30:25.080 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:30:25.088 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:30:45.089 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:30:45.096 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:31:05.097 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:31:05.104 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:31:25.105 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:31:25.113 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:31:45.114 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:31:45.121 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:32:05.123 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:32:05.127 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:32:25.128 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:32:25.133 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:32:45.134 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:32:45.138 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:33:05.140 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:33:05.145 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:33:25.146 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:33:25.166 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:33:45.167 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:33:45.174 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:34:05.175 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:34:05.189 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:34:25.191 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:34:25.211 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 17:34:45.212 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:34:45.219 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2025-11-06,17:35:02.385] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2025-11-06 17:35:05.220 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:35:05.225 [W] [client/service.go:297] [724dba1af4042fcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-11-06 17:35:25.226 [I] [client/service.go:294] [724dba1af4042fcf] try to connect to server... 2025-11-06 17:35:26.224 [I] [client/service.go:286] [724dba1af4042fcf] login to server success, get run id [724dba1af4042fcf] 2025-11-06 17:35:26.225 [I] [proxy/proxy_manager.go:173] [724dba1af4042fcf] proxy added: [DNL01B4302] 2025-11-06 17:35:26.556 [I] [client/control.go:168] [724dba1af4042fcf] [DNL01B4302] start proxy success [2025-11-06,17:50:02.560] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,17:50:04.238] [DEBUG] 6 processes running of frp type [2025-11-06,18:00:42.132] [INFO] Initializing BusSpeedStateManager V2 [2025-11-06,18:00:42.138] [INFO] LocationSqlManager initialising [2025-11-06,18:00:42.139] [INFO] Location DB initialising [2025-11-06,18:00:42.150] [INFO] LocationSqlManager initialisation complete [2025-11-06,18:00:42.152] [DEBUG] UploadManager Init [2025-11-06,18:00:42.152] [DEBUG] UploadManager Init Complete [2025-11-06,18:00:42.156] [INFO] Initializing GPS... [2025-11-06,18:00:42.159] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-06,18:02:29.983] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,18:02:31.611] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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-06,18:02:37.538] [DEBUG] Log Upload Complete! [2025-11-06,18:05:30.261] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,18:05:32.229] [DEBUG] Remote Access Enabled [2025-11-06,18:05:33.931] [INFO] Server Address: 138.201.17.179 [2025-11-06,18:05:33.932] [INFO] Server Port: 7000 [2025-11-06,18:05:33.942] [DEBUG] Starting Remote Access! 2025-11-06 18:05:34.119 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-11-06 18:05:34.120 [I] [client/service.go:294] try to connect to server... 2025-11-06 18:05:35.244 [I] [client/service.go:286] [a23c231c580aadcf] login to server success, get run id [a23c231c580aadcf] 2025-11-06 18:05:35.245 [I] [proxy/proxy_manager.go:173] [a23c231c580aadcf] proxy added: [DNL01B4302] 2025-11-06 18:05:35.621 [I] [client/control.go:168] [a23c231c580aadcf] [DNL01B4302] start proxy success 2025-11-06 18:11:18.177 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:11:28.179 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-06 18:11:28.179 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:11:38.181 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-06 18:11:38.182 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:11:48.184 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-06 18:11:48.184 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:11:54.262 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:12:13.599 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:12:16.635 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:12:36.637 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:12:39.275 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:12:59.276 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:13:02.316 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:13:22.318 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:13:25.355 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:13:45.356 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:13:48.395 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:14:08.396 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:14:11.435 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:14:31.436 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:14:34.475 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:14:54.476 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:14:57.515 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:15:17.517 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:15:20.555 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:15:40.556 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:15:43.594 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:16:03.595 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:16:06.635 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:16:26.635 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:16:29.674 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:16:49.675 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:16:52.715 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:17:12.715 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:17:15.754 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:17:35.756 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:17:38.798 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:17:58.800 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:18:01.835 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:18:21.837 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:18:24.875 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:18:44.876 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:18:47.915 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:19:07.916 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:19:10.049 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:19:30.051 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:19:30.554 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:19:50.555 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:19:53.595 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:20:13.596 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:20:16.634 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:20:36.635 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:20:39.675 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:20:59.677 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:21:02.715 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:21:22.716 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:21:25.755 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:21:45.756 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:21:48.795 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:22:08.796 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:22:11.835 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:22:31.836 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:22:34.875 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:22:54.876 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:22:57.915 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:23:17.916 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:23:20.955 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:23:40.955 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:23:43.995 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:24:03.996 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:24:07.035 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:24:27.036 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:24:30.075 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:24:50.076 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:24:53.115 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:25:13.116 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:25:16.154 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-06 18:25:36.155 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:25:36.156 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 18:25:56.158 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:25:56.159 [W] [client/service.go:297] [a23c231c580aadcf] 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-11-06 18:26:16.161 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:26:16.162 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 18:26:36.163 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:26:36.164 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 18:26:56.165 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:26:56.167 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 18:27:16.168 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:27:16.169 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 18:27:36.170 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:27:36.171 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 18:27:56.172 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:27:56.182 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 18:28:16.184 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:28:16.190 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 18:28:36.191 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:28:36.198 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 18:28:56.199 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:28:56.236 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 18:29:16.237 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:29:16.253 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 18:29:36.254 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:29:36.264 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 18:29:56.265 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:29:56.271 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 18:30:16.272 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:30:16.279 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-11-06 18:30:36.281 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:30:37.778 [I] [client/service.go:286] [a23c231c580aadcf] login to server success, get run id [a23c231c580aadcf] 2025-11-06 18:30:37.779 [I] [proxy/proxy_manager.go:173] [a23c231c580aadcf] proxy added: [DNL01B4302] 2025-11-06 18:30:38.100 [I] [client/control.go:168] [a23c231c580aadcf] [DNL01B4302] start proxy success [2025-11-06,18:35:02.638] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,18:35:09.575] [DEBUG] 6 processes running of frp type [2025-11-06,18:50:02.148] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,18:50:09.102] [DEBUG] 6 processes running of frp type 2025-11-06 18:58:05.666 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:58:15.668 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-06 18:58:15.668 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:58:15.669 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 18:58:20.032 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:58:20.033 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 18:58:29.284 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:58:29.286 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 18:58:48.669 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:58:48.671 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 18:59:08.672 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:59:08.673 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 18:59:28.675 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:59:28.676 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 18:59:48.677 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 18:59:48.679 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 19:00:08.680 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 19:00:08.681 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 19:00:28.683 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 19:00:28.688 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 19:00:48.689 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 19:00:48.702 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 19:01:08.704 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 19:01:08.709 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 19:01:28.709 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 19:01:28.727 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 19:01:48.728 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 19:01:48.733 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-06 19:02:08.734 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-06 19:02:09.644 [I] [client/service.go:286] [a23c231c580aadcf] login to server success, get run id [a23c231c580aadcf] 2025-11-06 19:02:09.646 [I] [proxy/proxy_manager.go:173] [a23c231c580aadcf] proxy added: [DNL01B4302] 2025-11-06 19:02:09.995 [I] [client/control.go:168] [a23c231c580aadcf] [DNL01B4302] start proxy success [2025-11-06,19:05:02.448] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,19:05:04.049] [DEBUG] 6 processes running of frp type [2025-11-06,19:20:02.592] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,19:20:04.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-11-06,19:35:02.877] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,19:35:04.584] [DEBUG] 6 processes running of frp type [2025-11-06,19:50:02.367] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,19:50:05.031] [DEBUG] 6 processes running of frp type [2025-11-06,20:05:07.283] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,20:05:09.624] [DEBUG] 6 processes running of frp type [2025-11-06,20:20:02.883] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,20:20:05.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' [2025-11-06,20:35:03.211] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,20:35:05.240] [DEBUG] 6 processes running of frp type [2025-11-06,20:50:02.850] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,20:50:04.724] [DEBUG] 6 processes running of frp type [2025-11-06,21:05:01.931] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,21:05:05.862] [DEBUG] 6 processes running of frp type [2025-11-06,21:20:02.433] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,21:20:04.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-11-06,21:35:03.118] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,21:35:05.253] [DEBUG] 6 processes running of frp type [2025-11-06,21:50:02.467] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,21:50:04.339] [DEBUG] 6 processes running of frp type [2025-11-06,22:05:02.717] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,22:05:06.756] [DEBUG] 6 processes running of frp type [2025-11-06,22:20:02.076] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,22:20:04.331] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-06,22:35:03.088] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,22:35:04.876] [DEBUG] 6 processes running of frp type [2025-11-06,22:50:02.504] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,22:50:04.767] [DEBUG] 6 processes running of frp type [2025-11-06,23:05:02.201] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,23:05:04.193] [DEBUG] 6 processes running of frp type [2025-11-06,23:20:02.396] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,23:20:04.408] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-06,23:35:02.493] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,23:35:04.879] [DEBUG] 6 processes running of frp type [2025-11-06,23:50:02.515] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-06,23:50:04.667] [DEBUG] 6 processes running of frp type [2025-11-07,00:05:03.103] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,00:05:09.937] [DEBUG] 6 processes running of frp type [2025-11-07,00:20:02.138] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,00:20:04.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-07,00:35:03.215] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,00:35:05.302] [DEBUG] 6 processes running of frp type [2025-11-07,00:50:03.045] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,00:50:05.143] [DEBUG] 6 processes running of frp type [2025-11-07,01:05:02.406] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,01:05:05.615] [DEBUG] 6 processes running of frp type [2025-11-07,01:20:02.878] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,01:20:04.742] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,01:35:02.894] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,01:35:04.888] [DEBUG] 6 processes running of frp type [2025-11-07,01:50:02.682] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,01:50:04.364] [DEBUG] 6 processes running of frp type [2025-11-07,02:05:02.613] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,02:05:04.679] [DEBUG] 6 processes running of frp type [2025-11-07,02:20:03.065] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,02:20:05.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-11-07,02:35:03.064] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,02:35:04.886] [DEBUG] 6 processes running of frp type [2025-11-07,02:50:02.137] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,02:50:04.086] [DEBUG] 6 processes running of frp type [2025-11-07,03:05:02.793] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,03:05:04.568] [DEBUG] 6 processes running of frp type [2025-11-07,03:20:02.863] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,03:20:04.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-07,03:35:02.811] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,03:35:07.095] [DEBUG] 6 processes running of frp type [2025-11-07,03:50:02.670] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,03:50:04.370] [DEBUG] 6 processes running of frp type [2025-11-07,04:05:02.703] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,04:05:04.657] [DEBUG] 6 processes running of frp type [2025-11-07,04:20:02.920] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,04:20:04.816] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,04:35:02.955] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,04:35:05.537] [DEBUG] 6 processes running of frp type [2025-11-07,04:50:02.943] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,04:50:04.837] [DEBUG] 6 processes running of frp type [2025-11-07,05:05:01.943] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,05:05:03.951] [DEBUG] 6 processes running of frp type [2025-11-07,05:20:02.324] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,05:20:04.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-07,05:35:02.900] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,05:35:04.561] [DEBUG] 6 processes running of frp type [2025-11-07,05:50:02.109] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,05:50:04.528] [DEBUG] 6 processes running of frp type [2025-11-07,06:05:02.695] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,06:05:04.575] [DEBUG] 6 processes running of frp type [2025-11-07,06:20:02.818] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,06:20:04.797] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,06:35:02.673] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,06:35:05.609] [DEBUG] 6 processes running of frp type [2025-11-07,06:50:02.485] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,06:50:04.467] [DEBUG] 6 processes running of frp type [2025-11-07,07:05:02.922] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,07:05:05.330] [DEBUG] 6 processes running of frp type [2025-11-07,07:20:02.841] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,07:20:04.742] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,07:35:03.072] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,07:35:04.998] [DEBUG] 6 processes running of frp type [2025-11-07,07:50:02.733] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,07:50:04.748] [DEBUG] 6 processes running of frp type [2025-11-07,08:02:02.072] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,08:02:03.692] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-11-07,08:02:06.971] [DEBUG] Log Upload Complete! [2025-11-07,08:05:02.072] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,08:05:03.942] [DEBUG] 6 processes running of frp type [2025-11-07,08:20:02.270] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,08:20:04.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-07,08:35:03.041] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,08:35:04.945] [DEBUG] 6 processes running of frp type [2025-11-07,08:50:02.594] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,08:50:04.431] [DEBUG] 6 processes running of frp type [2025-11-07,09:05:02.926] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,09:05:04.954] [DEBUG] 6 processes running of frp type [2025-11-07,09:20:02.207] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,09:20:04.119] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,09:35:02.527] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,09:35:04.573] [DEBUG] 6 processes running of frp type [2025-11-07,09:50:02.595] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,09:50:04.749] [DEBUG] 6 processes running of frp type [2025-11-07,10:05:02.304] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,10:05:03.953] [DEBUG] 6 processes running of frp type [2025-11-07,10:20:02.151] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,10:20:04.135] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,10:35:02.364] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,10:35:09.715] [DEBUG] 6 processes running of frp type [2025-11-07,10:50:02.290] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,10:50:05.760] [DEBUG] 6 processes running of frp type 2025-11-07 10:59:22.442 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 10:59:24.602 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-11-07 10:59:24.603 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 10:59:34.605 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-07 10:59:34.605 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 10:59:34.605 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 10:59:43.638 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 10:59:43.640 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:00:03.071 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:00:03.072 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:00:23.073 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:00:23.074 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:00:43.076 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:00:43.078 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:01:03.079 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:01:03.080 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:01:23.082 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:01:23.083 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:01:43.084 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:01:43.085 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:02:03.086 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:02:03.088 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:02:23.089 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:02:23.090 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:02:43.091 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:02:43.092 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:03:03.094 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:03:03.097 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:03:23.098 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:03:23.103 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:03:43.104 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:03:44.331 [I] [client/service.go:286] [a23c231c580aadcf] login to server success, get run id [a23c231c580aadcf] 2025-11-07 11:03:44.333 [I] [proxy/proxy_manager.go:173] [a23c231c580aadcf] proxy added: [DNL01B4302] 2025-11-07 11:03:44.742 [I] [client/control.go:168] [a23c231c580aadcf] [DNL01B4302] start proxy success [2025-11-07,11:05:02.108] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,11:05:03.870] [DEBUG] 6 processes running of frp type [2025-11-07,11:20:02.126] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,11:20:03.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-07 11:30:10.251 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:30:10.253 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:30:12.409 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:30:12.410 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:30:17.075 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:30:17.076 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:30:26.635 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:30:26.636 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:30:46.230 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:30:46.232 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:31:06.233 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:31:06.236 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:31:26.238 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:31:26.239 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:31:46.240 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:31:46.241 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:32:06.242 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:32:06.244 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:32:26.245 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:32:26.246 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:32:46.247 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:32:46.248 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:33:06.249 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:33:06.251 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:33:26.252 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:33:26.260 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:33:46.260 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:33:46.268 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:34:06.270 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:34:06.279 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 11:34:26.281 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 11:34:27.321 [I] [client/service.go:286] [a23c231c580aadcf] login to server success, get run id [a23c231c580aadcf] 2025-11-07 11:34:27.322 [I] [proxy/proxy_manager.go:173] [a23c231c580aadcf] proxy added: [DNL01B4302] 2025-11-07 11:34:27.655 [I] [client/control.go:168] [a23c231c580aadcf] [DNL01B4302] start proxy success [2025-11-07,11:35:03.437] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,11:35:05.278] [DEBUG] 6 processes running of frp type [2025-11-07,11:50:02.595] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,11:50:04.282] [DEBUG] 6 processes running of frp type [2025-11-07,12:05:02.609] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,12:05:04.478] [DEBUG] 6 processes running of frp type 2025-11-07 12:05:56.860 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:05:56.861 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:05:58.924 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:05:58.926 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:06:03.229 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:06:03.230 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:06:12.451 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:06:15.648 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:06:34.267 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:06:34.281 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:06:54.283 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:06:57.465 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:07:17.466 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:07:20.722 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:07:40.723 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:07:43.966 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:08:03.967 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:08:07.007 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:08:27.008 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:08:30.057 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:08:50.058 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:08:53.356 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:09:13.357 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:09:16.552 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:09:36.554 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:09:46.556 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-07 12:10:06.558 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:10:16.559 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-07 12:10:36.561 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:10:46.562 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-07 12:11:06.564 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:11:16.565 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-07 12:11:36.567 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:11:43.753 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:12:03.754 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:12:10.892 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:12:30.893 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:12:40.894 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-11-07 12:13:00.896 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:13:00.928 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:13:20.929 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:13:21.581 [I] [client/service.go:286] [a23c231c580aadcf] login to server success, get run id [a23c231c580aadcf] 2025-11-07 12:13:21.582 [I] [proxy/proxy_manager.go:173] [a23c231c580aadcf] proxy added: [DNL01B4302] 2025-11-07 12:13:21.766 [I] [client/control.go:168] [a23c231c580aadcf] [DNL01B4302] start proxy success [2025-11-07,12:20:03.001] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,12:20:04.915] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,12:35:03.145] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-11-07,12:35:04.826] [DEBUG] 6 processes running of frp type 2025-11-07 12:46:16.595 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:46:16.597 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:46:18.789 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:46:18.789 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:46:23.340 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:46:23.341 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:46:32.501 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:46:32.502 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:46:51.105 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:46:51.105 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:47:11.107 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:47:11.107 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:47:31.108 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:47:31.110 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:47:51.111 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:47:51.112 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:48:11.113 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:48:11.115 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:48:31.116 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:48:31.117 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:48:51.119 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:48:51.120 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:49:11.121 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:49:11.122 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:49:31.123 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:49:31.125 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:49:51.127 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:49:51.128 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:50:11.129 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:50:11.130 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:50:31.132 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:50:31.134 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:50:51.134 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:50:51.136 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:51:11.137 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:51:11.138 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:51:31.140 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:51:31.141 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:51:51.143 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:51:51.144 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:52:11.145 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:52:11.146 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:52:31.148 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:52:31.149 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:52:51.150 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:52:51.151 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:53:11.153 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:53:11.154 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:53:31.155 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:53:31.156 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:53:51.157 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:53:51.158 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:54:11.159 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:54:11.161 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:54:31.162 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:54:31.163 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:54:51.164 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:54:51.165 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:55:11.167 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:55:11.168 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:55:31.169 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:55:31.171 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:55:51.171 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:55:51.173 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:56:11.175 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:56:11.176 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:56:31.177 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:56:31.178 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:56:51.179 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:56:51.181 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:57:11.182 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:57:11.183 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:57:31.185 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:57:31.186 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:57:51.187 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:57:51.189 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:58:11.190 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:58:11.192 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:58:31.192 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:58:31.194 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:58:51.194 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:58:51.196 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:59:11.197 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:59:11.198 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:59:31.199 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:59:31.201 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 12:59:51.202 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 12:59:51.203 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:00:11.204 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:00:11.205 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:00:31.207 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:00:31.208 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:00:51.209 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:00:51.211 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:01:11.212 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:01:11.213 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:01:31.215 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:01:31.217 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:01:51.218 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:01:51.219 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:02:11.221 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:02:11.222 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:02:31.223 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:02:31.224 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:02:51.225 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:02:51.226 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:03:11.228 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:03:11.229 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:03:31.230 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:03:31.231 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:03:51.233 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:03:51.234 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:04:11.235 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:04:11.237 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:04:31.238 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:04:31.239 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:04:51.241 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:04:51.242 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:05:11.243 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:05:11.244 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:05:31.245 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:05:31.247 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:05:51.247 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:05:51.248 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:06:11.249 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:06:11.251 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:06:31.252 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:06:31.253 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:06:51.254 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:06:51.256 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:07:11.257 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:07:11.258 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:07:31.259 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:07:31.261 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:07:51.263 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:07:51.264 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:08:11.265 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:08:11.267 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:08:31.267 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:08:31.268 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:08:51.270 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:08:51.271 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:09:11.272 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:09:11.272 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:09:31.273 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:09:31.275 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:09:51.276 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:09:51.277 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:10:11.278 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:10:11.279 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:10:31.280 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:10:31.282 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:10:51.283 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:10:51.284 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:11:11.285 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:11:11.286 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:11:31.286 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:11:31.288 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:11:51.289 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:11:51.290 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:12:11.291 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:12:11.292 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:12:31.293 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:12:31.294 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:12:51.295 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:12:51.296 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:13:11.297 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:13:11.298 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:13:31.300 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:13:31.301 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:13:51.303 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:13:51.304 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:14:11.305 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:14:11.306 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:14:31.307 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:14:31.308 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:14:51.310 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:14:51.311 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:15:11.313 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:15:11.314 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:15:31.316 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:15:31.317 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:15:51.318 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:15:51.320 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:16:11.321 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:16:11.322 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:16:31.323 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:16:31.324 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:16:51.326 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:16:51.327 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:17:11.328 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:17:11.330 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:17:31.331 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:17:31.333 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:17:51.334 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:17:51.335 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:18:11.337 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:18:11.338 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:18:31.340 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:18:31.341 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:18:51.342 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:18:51.343 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:19:11.344 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:19:11.345 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:19:31.346 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:19:31.348 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:19:51.348 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:19:51.350 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:20:11.351 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:20:11.352 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:20:31.353 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:20:31.355 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:20:51.355 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:20:51.357 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:21:11.357 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:21:11.358 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:21:31.359 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:21:31.361 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:21:51.362 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:21:51.364 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:22:11.365 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:22:11.366 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:22:31.367 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:22:31.369 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:22:51.370 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:22:51.371 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:23:11.373 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:23:11.374 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:23:31.375 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:23:31.378 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:23:51.379 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:23:51.381 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:24:11.382 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:24:11.383 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:24:31.385 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:24:31.387 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:24:51.387 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:24:51.388 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:25:11.389 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:25:11.390 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:25:31.391 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:25:31.393 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:25:51.394 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:25:51.395 [W] [client/service.go:297] [a23c231c580aadcf] 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-11-07 13:26:11.397 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:26:11.398 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:26:31.400 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:26:31.401 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:26:51.401 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:26:51.403 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:27:11.404 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:27:11.405 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:27:31.406 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:27:31.407 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:27:51.409 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:27:51.410 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:28:11.412 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:28:11.413 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:28:31.414 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:28:31.416 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:28:51.417 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:28:51.418 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:29:11.420 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:29:11.421 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:29:31.422 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:29:31.424 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:29:51.425 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:29:51.427 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:30:11.428 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:30:11.429 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:30:31.430 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:30:31.431 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:30:51.433 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:30:51.434 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:31:11.435 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:31:11.436 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:31:31.438 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:31:31.439 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:31:51.439 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:31:51.441 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:32:11.441 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:32:11.442 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:32:31.444 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:32:31.445 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:32:51.445 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:32:51.447 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:33:11.448 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:33:11.449 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:33:31.451 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:33:31.452 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:33:51.453 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:33:51.454 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:34:11.455 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:34:11.457 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:34:31.457 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:34:31.459 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:34:51.459 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:34:51.461 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:35:11.461 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:35:11.463 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:35:31.464 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:35:31.465 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:35:51.466 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:35:51.468 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:36:11.469 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:36:11.470 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:36:31.472 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:36:31.473 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:36:51.475 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:36:51.476 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:37:11.477 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:37:11.478 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:37:31.479 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:37:31.481 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:37:51.482 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:37:51.483 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:38:11.485 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:38:11.486 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:38:31.487 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:38:31.489 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:38:51.490 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:38:51.491 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:39:11.492 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:39:11.493 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:39:31.494 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:39:31.496 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:39:51.497 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:39:51.498 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:40:11.498 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:40:11.500 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:40:31.501 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:40:31.502 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:40:51.503 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:40:51.504 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:41:11.506 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:41:11.507 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:41:31.508 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:41:31.510 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:41:51.511 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:41:51.512 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:42:11.513 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:42:11.514 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:42:31.515 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:42:31.516 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:42:51.517 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:42:51.518 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:43:11.520 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:43:11.521 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:43:31.522 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:43:31.524 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:43:51.526 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:43:51.527 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:44:11.528 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:44:11.529 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:44:31.530 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:44:31.531 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:44:51.532 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:44:51.533 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:45:11.534 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:45:11.535 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:45:31.537 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:45:31.539 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:45:51.539 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:45:51.540 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:46:11.541 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:46:11.542 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:46:31.543 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:46:31.544 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:46:51.545 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:46:51.546 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:47:11.547 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:47:11.548 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:47:31.549 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:47:31.550 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:47:51.552 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:47:51.553 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:48:11.553 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:48:11.555 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:48:31.556 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:48:31.557 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:48:51.558 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:48:51.559 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:49:11.561 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:49:11.562 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:49:31.562 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:49:31.564 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:49:51.565 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:49:51.567 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:50:11.568 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:50:11.569 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:50:31.571 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:50:31.572 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:50:51.573 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:50:51.574 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:51:11.575 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:51:11.576 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:51:31.577 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:51:31.578 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:51:51.579 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:51:51.580 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:52:11.581 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:52:11.582 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:52:31.583 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:52:31.584 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:52:51.585 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:52:51.587 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:53:11.587 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:53:11.588 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:53:31.590 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:53:31.591 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:53:51.592 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:53:51.594 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:54:11.595 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:54:11.596 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:54:31.598 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:54:31.599 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:54:51.600 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:54:51.602 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:55:11.602 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:55:11.604 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:55:31.604 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:55:31.606 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:55:51.607 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:55:51.609 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:56:11.610 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:56:11.611 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:56:31.612 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:56:31.614 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:56:51.615 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:56:51.616 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:57:11.617 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:57:11.618 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:57:31.619 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:57:31.621 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:57:51.622 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:57:51.623 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:58:11.624 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:58:11.625 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:58:31.626 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:58:31.627 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:58:51.628 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:58:51.629 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:59:11.630 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:59:11.631 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:59:31.632 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:59:31.633 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 13:59:51.635 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 13:59:51.636 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:00:11.637 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:00:11.638 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:00:31.639 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:00:31.640 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:00:51.641 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:00:51.642 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:01:11.643 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:01:11.644 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:01:31.645 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:01:31.647 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:01:51.648 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:01:51.649 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:02:11.650 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:02:11.652 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:02:31.653 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:02:31.654 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:02:51.655 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:02:51.656 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:03:11.657 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:03:11.658 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:03:31.660 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:03:31.661 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:03:51.662 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:03:51.663 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:04:11.665 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:04:11.666 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:04:31.668 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:04:31.669 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:04:51.670 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:04:51.672 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:05:11.673 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:05:11.674 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:05:31.675 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:05:31.677 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:05:51.678 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:05:51.680 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:06:11.681 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:06:11.683 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:06:31.684 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:06:31.685 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:06:51.686 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:06:51.687 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:07:11.688 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:07:11.689 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:07:31.690 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:07:31.692 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:07:51.693 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:07:51.694 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:08:11.696 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:08:11.697 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:08:31.698 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:08:31.700 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:08:51.701 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:08:51.702 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:09:11.704 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:09:11.705 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:09:31.706 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:09:31.708 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:09:51.709 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:09:51.711 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:10:11.712 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:10:11.713 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:10:31.714 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:10:31.715 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:10:51.716 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:10:51.717 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:11:11.719 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:11:11.720 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:11:31.721 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:11:31.723 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:11:51.724 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:11:51.725 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:12:11.726 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:12:11.727 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:12:31.728 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:12:31.729 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:12:51.730 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:12:51.731 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:13:11.732 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:13:11.733 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:13:31.734 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:13:31.736 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:13:51.736 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:13:51.737 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:14:11.738 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:14:11.740 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:14:31.741 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:14:31.742 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:14:51.743 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:14:51.744 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:15:11.745 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:15:11.747 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:15:31.748 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:15:31.750 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:15:51.751 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:15:51.753 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:16:11.754 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:16:11.755 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:16:31.757 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:16:31.758 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:16:51.759 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:16:51.760 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:17:11.762 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:17:11.763 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:17:31.764 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:17:31.765 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:17:51.767 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:17:51.768 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:18:11.769 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:18:11.771 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:18:31.771 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:18:31.773 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:18:51.774 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:18:51.775 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:19:11.777 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:19:11.778 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:19:31.779 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:19:31.781 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:19:51.781 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:19:51.783 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:20:11.784 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:20:11.785 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:20:31.786 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:20:31.788 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:20:51.789 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:20:51.790 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:21:11.791 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:21:11.793 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:21:31.794 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:21:31.795 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:21:51.797 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:21:51.798 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:22:11.799 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:22:11.800 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:22:31.801 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:22:31.803 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:22:51.804 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:22:51.806 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:23:11.807 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:23:11.808 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:23:31.809 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:23:31.811 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:23:51.812 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:23:51.813 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:24:11.814 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:24:11.815 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:24:31.817 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:24:31.818 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:24:51.819 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:24:51.820 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:25:11.822 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:25:11.823 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:25:31.824 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:25:31.826 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:25:51.827 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:25:51.828 [W] [client/service.go:297] [a23c231c580aadcf] 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-11-07 14:26:11.829 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:26:11.831 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:26:31.832 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:26:31.833 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:26:51.834 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:26:51.835 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:27:11.837 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:27:11.838 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:27:31.839 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:27:31.840 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:27:51.842 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:27:51.843 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:28:11.845 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:28:11.846 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:28:31.847 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:28:31.848 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:28:51.850 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:28:51.851 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:29:11.853 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:29:11.854 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:29:31.856 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:29:31.857 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:29:51.859 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:29:51.860 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:30:11.861 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:30:11.863 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:30:31.863 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:30:31.865 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:30:51.866 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:30:51.867 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:31:11.868 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:31:11.869 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:31:31.871 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:31:31.872 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:31:51.874 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:31:51.875 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:32:11.876 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:32:11.877 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:32:31.879 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:32:31.880 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:32:51.881 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:32:51.882 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:33:11.883 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:33:11.885 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:33:31.886 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:33:31.888 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:33:51.888 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:33:51.890 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:34:11.890 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:34:11.892 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:34:31.893 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:34:31.895 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:34:51.896 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:34:51.897 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:35:11.898 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:35:11.900 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:35:31.902 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:35:31.904 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:35:51.904 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:35:51.905 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:36:11.906 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:36:11.907 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:36:31.908 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:36:31.910 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:36:51.911 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:36:51.912 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:37:11.913 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:37:11.914 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:37:31.916 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:37:31.918 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:37:51.918 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:37:51.920 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:38:11.920 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:38:11.921 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:38:31.922 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:38:31.924 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:38:51.924 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:38:51.925 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:39:11.927 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:39:11.927 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:39:31.929 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:39:31.931 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:39:51.932 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:39:51.934 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:40:11.935 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:40:11.935 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:40:31.936 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:40:31.938 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:40:51.938 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:40:51.940 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:41:11.940 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:41:11.942 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:41:31.942 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:41:31.944 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:41:51.945 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:41:51.946 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:42:11.948 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:42:11.949 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:42:31.950 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:42:31.952 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:42:51.952 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:42:51.954 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:43:11.954 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:43:11.956 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:43:31.957 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:43:31.958 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:43:51.959 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:43:51.961 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:44:11.962 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:44:11.963 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:44:31.965 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:44:31.966 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:44:51.967 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:44:51.968 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:45:11.969 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:45:11.971 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:45:31.972 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:45:31.973 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:45:51.974 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:45:51.976 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:46:11.977 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:46:11.978 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:46:31.980 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:46:31.981 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:46:51.982 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:46:51.983 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:47:11.984 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:47:11.986 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:47:31.987 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:47:31.988 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:47:51.989 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:47:51.991 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:48:11.992 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:48:11.993 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:48:31.994 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:48:31.995 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:48:51.996 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:48:51.998 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:49:11.999 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:49:12.000 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:49:32.001 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:49:32.002 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:49:52.003 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:49:52.004 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:50:12.006 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:50:12.007 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:50:32.008 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:50:32.009 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:50:52.010 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:50:52.011 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:51:12.012 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:51:12.013 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:51:32.015 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:51:32.016 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:51:52.016 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:51:52.018 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:52:12.019 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:52:12.021 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:52:32.022 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:52:32.024 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:52:52.024 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:52:52.026 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:53:12.028 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:53:12.029 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:53:32.030 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:53:32.031 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:53:52.033 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:53:52.034 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:54:12.036 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:54:12.037 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:54:32.038 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:54:32.039 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:54:52.039 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:54:52.041 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:55:12.043 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:55:12.044 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:55:32.045 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:55:32.047 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:55:52.048 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:55:52.050 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:56:12.050 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:56:12.052 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:56:32.052 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:56:32.053 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:56:52.054 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:56:52.055 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:57:12.056 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:57:12.058 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:57:32.058 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:57:32.060 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:57:52.061 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:57:52.063 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:58:12.064 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:58:12.065 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:58:32.066 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:58:32.068 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:58:52.068 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:58:52.070 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:59:12.071 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:59:12.072 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:59:32.074 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:59:32.075 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 14:59:52.076 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 14:59:52.078 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:00:12.078 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:00:12.080 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:00:32.081 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:00:32.082 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:00:52.082 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:00:52.084 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:01:12.085 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:01:12.086 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:01:32.087 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:01:32.089 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:01:52.090 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:01:52.092 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:02:12.092 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:02:12.093 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:02:32.094 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:02:32.095 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:02:52.096 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:02:52.097 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:03:12.098 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:03:12.099 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:03:32.101 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:03:32.103 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:03:52.104 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:03:52.105 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:04:12.106 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:04:12.108 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:04:32.109 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:04:32.110 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:04:52.112 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:04:52.113 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:05:12.113 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:05:12.115 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:05:32.116 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:05:32.118 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:05:52.118 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:05:52.119 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:06:12.121 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:06:12.122 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:06:32.124 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:06:32.125 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:06:52.126 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:06:52.127 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:07:12.128 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:07:12.129 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:07:32.130 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:07:32.132 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:07:52.133 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:07:52.134 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:08:12.135 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:08:12.136 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:08:32.137 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:08:32.139 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:08:52.140 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:08:52.142 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:09:12.142 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:09:12.144 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:09:32.145 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:09:32.146 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:09:52.148 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:09:52.149 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:10:12.150 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:10:12.150 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:10:32.151 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:10:32.152 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:10:52.153 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:10:52.154 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:11:12.155 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:11:12.157 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:11:32.158 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:11:32.160 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:11:52.161 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:11:52.163 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:12:12.163 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:12:12.164 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:12:32.166 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:12:32.167 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:12:52.168 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:12:52.169 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:13:12.170 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:13:12.171 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:13:32.173 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:13:32.175 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:13:52.175 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:13:52.177 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:14:12.178 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:14:12.179 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:14:32.181 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:14:32.182 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:14:52.183 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:14:52.185 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:15:12.186 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:15:12.187 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:15:32.188 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:15:32.190 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:15:52.191 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:15:52.192 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:16:12.193 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:16:12.194 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:16:32.196 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:16:32.197 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:16:52.197 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:16:52.199 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:17:12.200 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:17:12.201 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:17:32.201 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:17:32.203 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:17:52.204 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:17:52.205 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:18:12.207 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:18:12.207 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:18:32.208 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:18:32.210 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:18:52.212 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:18:52.213 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:19:12.214 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:19:12.215 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:19:32.215 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:19:32.217 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:19:52.218 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:19:52.220 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:20:12.221 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:20:12.222 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:20:32.223 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:20:32.224 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:20:52.225 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:20:52.226 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:21:12.228 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:21:12.229 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:21:32.230 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:21:32.231 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:21:52.232 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:21:52.234 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:22:12.234 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:22:12.236 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:22:32.236 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:22:32.238 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:22:52.239 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:22:52.240 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:23:12.241 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:23:12.242 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:23:32.243 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:23:32.246 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:23:52.246 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:23:52.248 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:24:12.249 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:24:12.250 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:24:32.251 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:24:32.253 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:24:52.253 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:24:52.255 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:25:12.256 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:25:12.257 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:25:32.258 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:25:32.260 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:25:52.261 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:25:52.262 [W] [client/service.go:297] [a23c231c580aadcf] 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-11-07 15:26:12.263 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:26:12.265 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:26:32.266 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:26:32.267 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:26:52.268 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:26:52.270 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:27:12.270 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:27:12.272 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:27:32.272 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:27:32.274 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:27:52.275 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:27:52.276 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:28:12.277 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:28:12.278 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:28:32.280 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:28:32.281 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:28:52.282 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:28:52.284 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:29:12.285 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:29:12.286 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:29:32.288 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:29:32.289 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:29:52.289 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:29:52.291 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:30:12.291 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:30:12.293 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:30:32.293 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:30:32.294 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:30:52.295 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:30:52.296 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:31:12.298 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:31:12.299 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:31:32.300 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:31:32.301 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:31:52.302 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:31:52.303 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:32:12.305 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:32:12.306 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:32:32.307 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:32:32.308 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:32:52.309 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:32:52.310 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:33:12.311 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:33:12.313 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:33:32.314 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:33:32.316 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:33:52.317 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:33:52.318 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:34:12.320 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:34:12.321 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:34:32.322 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:34:32.324 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:34:52.325 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:34:52.326 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:35:12.328 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:35:12.329 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:35:32.330 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:35:32.331 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:35:52.332 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:35:52.333 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:36:12.335 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:36:12.336 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:36:32.338 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:36:32.339 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:36:52.341 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:36:52.342 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:37:12.343 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:37:12.344 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:37:32.346 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:37:32.348 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:37:52.349 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:37:52.351 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:38:12.352 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:38:12.353 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:38:32.354 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:38:32.356 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:38:52.357 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:38:52.359 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:39:12.360 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:39:12.361 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:39:32.362 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:39:32.365 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:39:52.366 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:39:52.368 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:40:12.369 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:40:12.370 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:40:32.371 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:40:32.373 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:40:52.374 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:40:52.375 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:41:12.377 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:41:12.378 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:41:32.380 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:41:32.381 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:41:52.383 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:41:52.384 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:42:12.385 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:42:12.387 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:42:32.388 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:42:32.390 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:42:52.390 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:42:52.391 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:43:12.392 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:43:12.394 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:43:32.394 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:43:32.398 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:43:52.399 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:43:52.400 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:44:12.401 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:44:12.403 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:44:32.404 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:44:32.405 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:44:52.405 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:44:52.406 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:45:12.408 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:45:12.409 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:45:32.410 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:45:32.423 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:45:52.425 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:45:52.426 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:46:12.427 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:46:12.428 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:46:32.428 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:46:32.430 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:46:52.431 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:46:52.432 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:47:12.433 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:47:12.434 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:47:32.435 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:47:32.439 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:47:52.441 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:47:52.442 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:48:12.443 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:48:12.444 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:48:32.445 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:48:32.447 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:48:52.447 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:48:52.448 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:49:12.450 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:49:12.451 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:49:32.453 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:49:32.473 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:49:52.475 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:49:52.476 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:50:12.478 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:50:12.479 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:50:32.480 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:50:32.481 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:50:52.482 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:50:52.483 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:51:12.484 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:51:12.485 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:51:32.486 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:51:32.489 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:51:52.490 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:51:52.492 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:52:12.493 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:52:12.494 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:52:32.494 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:52:32.495 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:52:52.497 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:52:52.498 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:53:12.500 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:53:12.501 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:53:32.503 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:53:32.505 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:53:52.506 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:53:52.508 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:54:12.509 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:54:12.511 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:54:32.512 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:54:32.512 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:54:52.513 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:54:52.515 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:55:12.516 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:55:12.517 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:55:32.517 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:55:32.520 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:55:52.522 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:55:52.523 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:56:12.524 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:56:12.525 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:56:32.526 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:56:32.527 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:56:52.528 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:56:52.530 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:57:12.531 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:57:12.532 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:57:32.532 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:57:32.536 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:57:52.537 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:57:52.539 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:58:12.540 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:58:12.540 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:58:32.541 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:58:32.543 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:58:52.544 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:58:52.545 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:59:12.547 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:59:12.547 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:59:32.550 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:59:32.552 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 15:59:52.553 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 15:59:52.555 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:00:12.556 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:00:12.557 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:00:32.558 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:00:32.560 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:00:52.561 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:00:52.562 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:01:12.563 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:01:12.565 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:01:32.567 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:01:32.569 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:01:52.571 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:01:52.572 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:02:12.574 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:02:12.575 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:02:32.577 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:02:32.578 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:02:52.579 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:02:52.581 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:03:12.582 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:03:12.584 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:03:32.586 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:03:32.587 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:03:52.588 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:03:52.589 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:04:12.590 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:04:12.592 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:04:32.593 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:04:32.594 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:04:52.595 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:04:52.596 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:05:12.597 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:05:12.598 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:05:32.601 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:05:32.602 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:05:52.603 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:05:52.605 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:06:12.607 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:06:12.609 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:06:32.610 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:06:32.611 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:06:52.612 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:06:52.613 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:07:12.614 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:07:12.615 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:07:32.616 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:07:32.618 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:07:52.619 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:07:52.620 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:08:12.621 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:08:12.622 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:08:32.624 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:08:32.625 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:08:52.626 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:08:52.627 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:09:12.629 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:09:12.630 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:09:32.631 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:09:32.633 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:09:52.634 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:09:52.636 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:10:12.637 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:10:12.638 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:10:32.639 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:10:32.640 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:10:52.641 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:10:52.643 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:11:12.644 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:11:12.646 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:11:32.646 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:11:32.648 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:11:52.650 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:11:52.651 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:12:12.653 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:12:12.654 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:12:32.655 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:12:32.656 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:12:52.657 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:12:52.659 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:13:12.660 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:13:12.661 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:13:32.662 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:13:32.666 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:13:52.667 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:13:52.669 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:14:12.670 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:14:12.672 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:14:32.673 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:14:32.674 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:14:52.675 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:14:52.676 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:15:12.678 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:15:12.679 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:15:32.681 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:15:32.683 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:15:52.684 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:15:52.686 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:16:12.687 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:16:12.688 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:16:32.690 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:16:32.691 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:16:52.692 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:16:52.693 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:17:12.694 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:17:12.695 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:17:32.696 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:17:32.701 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:17:52.702 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:17:52.704 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:18:12.705 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:18:12.706 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:18:32.707 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:18:32.708 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:18:52.710 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:18:52.711 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:19:12.712 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:19:12.714 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:19:32.716 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:19:32.718 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:19:52.720 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:19:52.721 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:20:12.722 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:20:12.723 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:20:32.725 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:20:32.726 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:20:52.727 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:20:52.728 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:21:12.729 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:21:12.730 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:21:32.732 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:21:32.734 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:21:52.735 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:21:52.736 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:22:12.737 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:22:12.738 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:22:32.740 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:22:32.741 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:22:52.741 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:22:52.742 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:23:12.743 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:23:12.744 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:23:32.746 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:23:32.749 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:23:52.751 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:23:52.752 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:24:12.753 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:24:12.755 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:24:32.757 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:24:32.758 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:24:52.759 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:24:52.760 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:25:12.762 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:25:12.763 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:25:32.764 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:25:32.768 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:25:52.770 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:25:52.771 [W] [client/service.go:297] [a23c231c580aadcf] 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-11-07 16:26:12.773 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:26:12.774 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:26:32.775 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:26:32.776 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:26:52.777 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:26:52.779 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:27:12.779 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:27:12.781 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:27:32.781 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:27:32.785 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:27:52.786 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:27:52.787 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:28:12.788 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:28:12.789 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:28:32.791 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:28:32.792 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:28:52.793 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:28:52.794 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:29:12.795 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:29:12.796 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:29:32.798 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:29:32.800 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:29:52.801 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:29:52.803 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:30:12.804 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:30:12.805 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:30:32.807 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:30:32.808 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:30:52.809 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:30:52.811 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:31:12.811 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:31:12.812 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:31:32.813 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:31:32.816 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:31:52.818 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:31:52.820 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:32:12.821 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:32:12.822 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:32:32.823 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:32:32.824 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:32:52.826 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:32:52.827 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:33:12.828 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:33:12.829 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:33:32.831 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:33:32.833 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:33:52.833 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:33:52.835 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:34:12.835 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:34:12.837 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:34:32.837 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:34:32.839 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:34:52.840 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:34:52.841 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:35:12.842 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:35:12.843 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:35:32.845 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:35:32.847 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:35:52.848 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:35:52.850 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:36:12.850 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:36:12.851 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:36:32.853 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:36:32.854 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:36:52.855 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:36:52.857 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:37:12.857 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:37:12.858 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:37:32.860 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:37:32.863 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:37:52.864 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:37:52.866 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:38:12.867 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:38:12.869 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:38:32.870 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:38:32.872 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:38:52.872 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:38:52.874 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:39:12.875 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:39:12.876 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:39:32.879 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:39:32.880 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:39:52.881 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:39:52.882 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:40:12.883 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:40:12.884 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:40:32.885 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:40:32.887 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:40:52.888 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:40:52.889 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:41:12.890 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:41:12.892 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:41:32.893 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:41:32.896 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:41:52.898 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:41:52.900 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:42:12.901 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:42:12.902 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:42:32.903 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:42:32.905 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:42:52.906 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:42:52.907 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:43:12.908 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:43:12.909 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:43:32.910 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:43:32.913 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:43:52.914 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:43:52.916 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:44:12.916 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:44:12.918 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:44:32.919 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:44:32.920 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:44:52.921 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:44:52.922 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:45:12.924 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:45:12.925 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:45:32.928 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:45:32.930 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:45:52.931 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:45:52.933 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:46:12.933 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:46:12.935 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:46:32.935 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:46:32.936 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:46:52.937 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:46:52.938 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:47:12.939 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:47:12.941 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:47:32.942 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:47:32.944 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:47:52.945 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:47:52.946 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:48:12.947 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:48:12.948 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:48:32.949 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:48:32.950 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:48:52.951 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:48:52.952 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:49:12.953 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:49:12.954 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:49:32.954 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:49:32.956 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:49:52.958 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:49:52.960 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:50:12.962 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:50:12.963 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:50:32.963 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:50:32.964 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:50:52.965 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:50:52.966 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:51:12.967 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:51:12.968 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:51:32.970 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:51:32.971 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:51:52.973 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:51:52.974 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:52:12.975 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:52:12.976 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:52:32.978 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:52:32.979 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:52:52.980 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:52:52.981 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:53:12.982 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:53:12.983 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:53:32.984 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:53:32.987 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:53:52.989 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:53:52.990 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:54:12.991 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:54:12.992 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:54:32.993 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:54:32.995 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:54:52.996 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:54:52.997 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:55:12.999 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:55:13.000 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:55:33.000 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:55:33.002 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:55:53.003 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:55:53.005 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:56:13.006 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:56:13.007 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:56:33.008 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:56:33.009 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:56:53.010 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:56:53.012 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:57:13.013 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:57:13.014 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:57:33.017 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:57:33.019 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:57:53.020 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:57:53.021 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:58:13.022 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:58:13.023 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:58:33.024 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:58:33.026 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:58:53.027 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:58:53.028 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:59:13.029 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:59:13.031 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:59:33.032 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:59:33.034 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 16:59:53.035 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 16:59:53.036 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:00:13.036 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:00:13.038 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:00:33.039 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:00:33.040 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:00:53.041 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:00:53.042 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:01:13.043 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:01:13.044 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:01:33.046 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:01:33.048 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:01:53.050 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:01:53.051 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:02:13.052 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:02:13.054 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:02:33.055 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:02:33.056 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:02:53.057 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:02:53.058 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:03:13.059 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:03:13.061 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:03:33.061 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:03:33.065 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:03:53.067 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:03:53.068 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:04:13.068 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:04:13.070 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:04:33.070 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:04:33.072 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:04:53.073 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:04:53.074 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:05:13.075 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:05:13.077 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:05:33.077 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:05:33.081 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:05:53.083 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:05:53.084 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:06:13.085 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:06:13.086 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:06:33.087 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:06:33.089 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:06:53.090 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:06:53.092 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:07:13.093 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:07:13.095 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:07:33.096 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:07:33.101 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:07:53.102 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:07:53.104 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:08:13.105 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:08:13.106 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:08:33.108 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:08:33.109 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:08:53.110 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:08:53.112 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:09:13.113 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:09:13.114 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:09:33.116 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:09:33.119 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:09:53.120 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:09:53.122 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:10:13.123 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:10:13.124 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:10:33.125 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:10:33.126 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:10:53.127 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:10:53.128 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:11:13.129 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:11:13.131 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:11:33.133 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:11:33.135 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:11:53.136 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:11:53.137 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:12:13.138 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:12:13.139 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:12:33.140 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:12:33.141 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:12:53.142 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:12:53.143 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:13:13.144 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:13:13.145 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:13:33.147 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:13:33.149 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:13:53.150 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:13:53.151 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:14:13.152 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:14:13.153 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:14:33.154 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:14:33.156 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:14:53.157 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:14:53.158 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:15:13.160 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:15:13.161 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:15:33.161 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:15:33.165 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:15:53.167 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:15:53.168 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:16:13.170 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:16:13.171 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:16:33.172 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:16:33.173 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:16:53.174 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:16:53.175 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:17:13.176 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:17:13.177 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:17:33.179 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:17:33.181 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:17:53.183 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:17:53.184 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:18:13.184 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:18:13.186 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:18:33.186 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:18:33.188 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:18:53.189 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:18:53.190 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:19:13.191 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:19:13.192 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:19:33.195 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:19:33.196 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:19:53.198 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:19:53.200 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:20:13.200 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:20:13.202 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:20:33.204 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:20:33.205 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:20:53.206 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:20:53.208 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:21:13.209 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:21:13.210 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:21:33.212 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:21:33.215 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:21:53.216 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:21:53.217 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:22:13.219 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:22:13.220 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:22:33.221 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:22:33.222 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:22:53.223 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:22:53.224 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:23:13.225 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:23:13.226 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:23:33.227 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:23:33.230 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:23:53.231 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:23:53.233 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:24:13.234 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:24:13.236 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:24:33.237 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:24:33.239 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:24:53.239 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:24:53.241 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:25:13.242 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:25:13.243 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:25:33.245 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:25:33.247 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:25:53.248 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:25:53.250 [W] [client/service.go:297] [a23c231c580aadcf] 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-11-07 17:26:13.251 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:26:13.252 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:26:33.253 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:26:33.254 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:26:53.254 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:26:53.256 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:27:13.257 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:27:13.258 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:27:33.259 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:27:33.261 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:27:53.262 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:27:53.263 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:28:13.264 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:28:13.266 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:28:33.267 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:28:33.268 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:28:53.269 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:28:53.270 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:29:13.271 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:29:13.273 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:29:33.274 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:29:33.275 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:29:53.276 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:29:53.278 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:30:13.278 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:30:13.279 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:30:33.280 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:30:33.281 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:30:53.283 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:30:53.284 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:31:13.284 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:31:13.286 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:31:33.286 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:31:33.289 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:31:53.290 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:31:53.292 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:32:13.293 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:32:13.294 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:32:33.296 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:32:33.297 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:32:53.299 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:32:53.300 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:33:13.302 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:33:13.303 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:33:33.305 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:33:33.308 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:33:53.310 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:33:53.311 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:34:13.312 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:34:13.314 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:34:33.315 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:34:33.316 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:34:53.317 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:34:53.318 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:35:13.319 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:35:13.321 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:35:33.321 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:35:33.324 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:35:53.325 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:35:53.326 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:36:13.327 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:36:13.329 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:36:33.330 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:36:33.331 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:36:53.332 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:36:53.333 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:37:13.334 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:37:13.336 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:37:33.337 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:37:33.340 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:37:53.341 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:37:53.342 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:38:13.343 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:38:13.345 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:38:33.346 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:38:33.347 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:38:53.348 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:38:53.349 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:39:13.351 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:39:13.352 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:39:33.354 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:39:33.356 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:39:53.357 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:39:53.358 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:40:13.359 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:40:13.360 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:40:33.361 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:40:33.362 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:40:53.364 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:40:53.365 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:41:13.367 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:41:13.368 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:41:33.370 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:41:33.373 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:41:53.373 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:41:53.374 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:42:13.376 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:42:13.377 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:42:33.378 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:42:33.379 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:42:53.381 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:42:53.382 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:43:13.383 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:43:13.384 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:43:33.385 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:43:33.388 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:43:53.390 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:43:53.391 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:44:13.392 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:44:13.393 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:44:33.394 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:44:33.395 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:44:53.397 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:44:53.398 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:45:13.399 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:45:13.400 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:45:33.401 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:45:33.405 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:45:53.406 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:45:53.407 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:46:13.407 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:46:13.409 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:46:33.410 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:46:33.411 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:46:53.412 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:46:53.413 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:47:13.415 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:47:13.416 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:47:33.418 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:47:33.420 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:47:53.421 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:47:53.422 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:48:13.423 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:48:13.425 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:48:33.426 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:48:33.427 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:48:53.428 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:48:53.430 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:49:13.431 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:49:13.432 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:49:33.434 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:49:33.436 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:49:53.437 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:49:53.439 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:50:13.440 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:50:13.442 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:50:33.443 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:50:33.444 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:50:53.445 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:50:53.447 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:51:13.447 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:51:13.449 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:51:33.451 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:51:33.453 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:51:53.454 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:51:53.456 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:52:13.457 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:52:13.458 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:52:33.459 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:52:33.460 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:52:53.462 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:52:53.463 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:53:13.464 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:53:13.465 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:53:33.467 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:53:33.469 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:53:53.471 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:53:53.472 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:54:13.473 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:54:13.474 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:54:33.475 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:54:33.477 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:54:53.477 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:54:53.479 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:55:13.479 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:55:13.480 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:55:33.481 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:55:33.482 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:55:53.484 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:55:53.486 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:56:13.486 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:56:13.487 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:56:33.488 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:56:33.489 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:56:53.490 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:56:53.492 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:57:13.493 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:57:13.494 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:57:33.495 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:57:33.497 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:57:53.498 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:57:53.500 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:58:13.501 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:58:13.502 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:58:33.504 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:58:33.505 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:58:53.507 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:58:53.508 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:59:13.509 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:59:13.510 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:59:33.512 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:59:33.514 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-11-07 17:59:53.516 [I] [client/service.go:294] [a23c231c580aadcf] try to connect to server... 2025-11-07 17:59:53.517 [W] [client/service.go:297] [a23c231c580aadcf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2025-11-07,18:00:41.754] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:41.758] [INFO] LocationSqlManager initialising [2025-11-07,18:00:41.759] [INFO] Location DB initialising [2025-11-07,18:00:41.768] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:41.769] [DEBUG] UploadManager Init [2025-11-07,18:00:41.769] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:41.771] [INFO] Initializing GPS... [2025-11-07,18:00:41.773] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:05:30.466] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:20:30.585] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:35:30.681] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:50:30.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')) [2025-11-07,19:05:30.905] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:20:30.937] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:35:30.952] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,19:50:31.075] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:05:31.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')) [2025-11-07,20:20:31.258] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,20:35:31.381] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:50:31.507] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:05:31.530] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:20:31.607] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,21:35:31.727] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:50:31.848] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:05:31.873] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:20:31.995] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,22:35:32.016] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:50:32.128] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,23:05:32.232] [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-08,18:00:39.589] [INFO] Initializing BusSpeedStateManager V2 [2025-11-08,18:00:39.594] [INFO] LocationSqlManager initialising [2025-11-08,18:00:39.594] [INFO] Location DB initialising [2025-11-08,18:00:39.603] [INFO] LocationSqlManager initialisation complete [2025-11-08,18:00:39.604] [DEBUG] UploadManager Init [2025-11-08,18:00:39.604] [DEBUG] UploadManager Init Complete [2025-11-08,18:00:39.607] [INFO] Initializing GPS... [2025-11-08,18:00:39.609] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-08,18:05:28.128] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-08,18:20:28.237] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-08,18:35:28.264] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-08,18:50:28.322] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-08,19:05:28.348] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-08,19:20:28.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-08,19:35:28.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-11-08,19:50:28.606] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-08,20:05:28.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')) [2025-11-08,20:20:28.839] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-08,20:35:28.896] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-08,20:50:28.908] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-08,21:05:28.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-11-08,21:20:28.993] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-08,21:35:29.114] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-08,21:50:29.142] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-08,22:05:29.239] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-08,22:20:29.332] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-08,22:35:29.426] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-08,22:50:29.455] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-08,23:05:29.563] [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-09,18:00:40.175] [INFO] Initializing BusSpeedStateManager V2 [2025-11-09,18:00:40.182] [INFO] LocationSqlManager initialising [2025-11-09,18:00:40.183] [INFO] Location DB initialising [2025-11-09,18:00:40.193] [INFO] LocationSqlManager initialisation complete [2025-11-09,18:00:40.194] [DEBUG] UploadManager Init [2025-11-09,18:00:40.194] [DEBUG] UploadManager Init Complete [2025-11-09,18:00:40.197] [INFO] Initializing GPS... [2025-11-09,18:00:40.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-09,18:05:28.430] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-09,18:20:28.521] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-09,18:35:28.639] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-09,18:50:28.673] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-09,19:05:28.793] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-09,19:20:28.821] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-09,19:35:28.894] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-09,19:50:28.921] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-09,20:05:28.977] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-09,20:20:29.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-09,20:35:29.180] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-09,20:50:29.304] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-09,21:05:29.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-09,21:20:29.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-09,21:35:29.505] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-09,21:50:29.607] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-09,22:05:29.710] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-09,22:20:29.830] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-09,22:35:29.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')) [2025-11-09,22:50:29.945] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-09,23:05:29.953] [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-10,18:00:39.832] [INFO] Initializing BusSpeedStateManager V2 [2025-11-10,18:00:39.836] [INFO] LocationSqlManager initialising [2025-11-10,18:00:39.837] [INFO] Location DB initialising [2025-11-10,18:00:39.846] [INFO] LocationSqlManager initialisation complete [2025-11-10,18:00:39.847] [DEBUG] UploadManager Init [2025-11-10,18:00:39.848] [DEBUG] UploadManager Init Complete [2025-11-10,18:00:39.850] [INFO] Initializing GPS... [2025-11-10,18:00:39.852] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:05:28.374] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-10,18:20:28.436] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-10,18:35:28.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')) [2025-11-10,18:50:28.626] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-10,19:05:28.738] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-10,19:20:28.857] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-10,19:35:28.940] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-10,19:50:28.992] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-10,20:05:29.113] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-10,20:20:29.234] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-10,20:35:29.351] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-10,20:50:29.372] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-10,21:05:29.491] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-10,21:20:29.565] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-10,21:35:29.593] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-10,21:50:29.628] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-10,22:05:29.650] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-10,22:20:29.677] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-10,22:35:29.730] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-10,22:50:29.797] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-10,23:05:29.874] [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-11,18:00:40.321] [INFO] Initializing BusSpeedStateManager V2 [2025-11-11,18:00:40.326] [INFO] LocationSqlManager initialising [2025-11-11,18:00:40.326] [INFO] Location DB initialising [2025-11-11,18:00:40.335] [INFO] LocationSqlManager initialisation complete [2025-11-11,18:00:40.336] [DEBUG] UploadManager Init [2025-11-11,18:00:40.337] [DEBUG] UploadManager Init Complete [2025-11-11,18:00:40.339] [INFO] Initializing GPS... [2025-11-11,18:00:40.341] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-11,18:05:29.039] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-11,18:20:29.064] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-11,18:35:29.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')) [2025-11-11,18:50:29.206] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-11,19:05:29.229] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-11,19:20:29.350] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-11,19:35:29.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-11-11,19:50:29.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-11-11,20:05:29.516] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-11,20:20:29.612] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-11,20:35:29.644] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-11,20:50:29.712] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-11,21:05:29.832] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-11,21:20:29.953] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-11,21:35:30.039] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-11,21:50:30.070] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-11,22:05:30.142] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-11,22:20:30.265] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-11,22:35:30.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-11,22:50:30.362] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-11,23:05:30.468] [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-12,18:00:39.188] [INFO] Initializing BusSpeedStateManager V2 [2025-11-12,18:00:39.194] [INFO] LocationSqlManager initialising [2025-11-12,18:00:39.195] [INFO] Location DB initialising [2025-11-12,18:00:39.205] [INFO] LocationSqlManager initialisation complete [2025-11-12,18:00:39.206] [DEBUG] UploadManager Init [2025-11-12,18:00:39.207] [DEBUG] UploadManager Init Complete [2025-11-12,18:00:39.210] [INFO] Initializing GPS... [2025-11-12,18:00:39.212] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:05:27.961] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-12,18:20:28.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:35:28.067] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-12,18:50:28.091] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-12,19:05:28.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-12,19:20:28.299] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-12,19:35:28.363] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-12,19:50:28.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-11-12,20:05:28.497] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-12,20:20:28.603] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-12,20:35:28.636] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-12,20:50:28.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')) [2025-11-12,21:05:28.865] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-12,21:20:28.985] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-12,21:35:29.101] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-12,21:50:29.146] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-12,22:05:29.192] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-12,22:20:29.256] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-12,22:35:29.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')) [2025-11-12,22:50:29.487] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-12,23:05:29.499] [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-13,18:00:40.645] [INFO] Initializing BusSpeedStateManager V2 [2025-11-13,18:00:40.655] [INFO] LocationSqlManager initialising [2025-11-13,18:00:40.656] [INFO] Location DB initialising [2025-11-13,18:00:40.671] [INFO] LocationSqlManager initialisation complete [2025-11-13,18:00:40.673] [DEBUG] UploadManager Init [2025-11-13,18:00:40.674] [DEBUG] UploadManager Init Complete [2025-11-13,18:00:40.681] [INFO] Initializing GPS... [2025-11-13,18:00: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-11-13,18:05:29.480] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-13,18:20:29.524] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-13,18:35:29.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-11-13,18:50:29.763] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-13,19:05:29.860] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-13,19:20:29.984] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-13,19:35:30.098] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-13,19:50:30.220] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-13,20:05:30.240] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-13,20:20:30.353] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-13,20:35:30.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')) [2025-11-13,20:50:30.478] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-13,21:05:30.603] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-13,21:20:30.694] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-13,21:35:30.814] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-13,21:50:30.932] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-13,22:05:31.045] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-13,22: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-11-13,22:35:31.196] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-13,22:50:31.278] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-13,23:05:31.301] [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-14,18:00:40.507] [INFO] Initializing BusSpeedStateManager V2 [2025-11-14,18:00:40.511] [INFO] LocationSqlManager initialising [2025-11-14,18:00:40.512] [INFO] Location DB initialising [2025-11-14,18:00:40.521] [INFO] LocationSqlManager initialisation complete [2025-11-14,18:00:40.522] [DEBUG] UploadManager Init [2025-11-14,18:00:40.523] [DEBUG] UploadManager Init Complete [2025-11-14,18:00:40.525] [INFO] Initializing GPS... [2025-11-14,18:00:40.527] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:05:29.274] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-14,18:20:29.305] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-14,18:35:29.410] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-14,18:50:29.437] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-14,19:05:29.536] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-14,19:20:29.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' [2025-11-14,19:35:29.657] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-14,19:50:29.757] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-14,20:05:29.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-11-14,20:20:29.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:29.927] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-14,20:50:29.969] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-14,21:05:29.996] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-14,21:20:30.059] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-14,21:35:30.087] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-14,21:50:30.133] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-14,22:05:30.180] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-14,22:20:30.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:35:30.320] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-14,22:50:30.409] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-14,23:05:30.423] [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-15,18:00:39.307] [INFO] Initializing BusSpeedStateManager V2 [2025-11-15,18:00:39.312] [INFO] LocationSqlManager initialising [2025-11-15,18:00:39.313] [INFO] Location DB initialising [2025-11-15,18:00:39.322] [INFO] LocationSqlManager initialisation complete [2025-11-15,18:00:39.323] [DEBUG] UploadManager Init [2025-11-15,18:00:39.323] [DEBUG] UploadManager Init Complete [2025-11-15,18:00:39.326] [INFO] Initializing GPS... [2025-11-15,18:00:39.328] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:05:28.058] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-15,18:20:28.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:28.155] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-15,18:50:28.223] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-15,19:05:28.250] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-15,19:20:28.372] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-15,19:35:28.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-11-15,19:50:28.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')) [2025-11-15,20:05:28.533] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-15,20:20:28.643] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-15,20:35:28.767] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-15,20:50:28.881] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-15,21:05:28.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')) [2025-11-15,21:20:29.037] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-15,21:35:29.063] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-15,21:50:29.183] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-15,22:05:29.303] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-15,22:20:29.329] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-15,22:35:29.439] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-15,22:50:29.460] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-15,23:05:29.485] [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-16,18:00:39.797] [INFO] Initializing BusSpeedStateManager V2 [2025-11-16,18:00:39.802] [INFO] LocationSqlManager initialising [2025-11-16,18:00:39.802] [INFO] Location DB initialising [2025-11-16,18:00:39.812] [INFO] LocationSqlManager initialisation complete [2025-11-16,18:00:39.812] [DEBUG] UploadManager Init [2025-11-16,18:00:39.813] [DEBUG] UploadManager Init Complete [2025-11-16,18:00:39.815] [INFO] Initializing GPS... [2025-11-16,18:00:39.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-16,18:05:28.273] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-16,18:20:28.341] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-16,18:35:28.416] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-16,18:50:28.487] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-16,19:05:28.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-16,19:20:28.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:28.721] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-16,19:50:28.742] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-16,20:05:28.817] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-16,20:20:28.936] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:29.056] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-16,20:50:29.163] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-16,21:05:29.284] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-16,21:20:29.404] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-16,21:35:29.506] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-16,21:50:29.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')) [2025-11-16,22:05:29.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-11-16,22:20:29.719] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:29.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')) [2025-11-16,22:50:29.935] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-16,23:05:30.038] [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-17,18:00:40.937] [INFO] Initializing BusSpeedStateManager V2 [2025-11-17,18:00:40.943] [INFO] LocationSqlManager initialising [2025-11-17,18:00:40.944] [INFO] Location DB initialising [2025-11-17,18:00:40.953] [INFO] LocationSqlManager initialisation complete [2025-11-17,18:00:40.954] [DEBUG] UploadManager Init [2025-11-17,18:00:40.955] [DEBUG] UploadManager Init Complete [2025-11-17,18:00:40.958] [INFO] Initializing GPS... [2025-11-17,18:00:40.960] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-17,18:05:29.551] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-17,18:20:29.670] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:29.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')) [2025-11-17,18:50:29.853] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-17,19:05:29.900] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-17,19:20:30.006] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:30.126] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-17,19:50:30.223] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-17,20:05:30.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')) [2025-11-17,20:20:30.382] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-17,20:35:30.502] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-17,20:50:30.519] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-17,21:05:30.640] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-17,21:20:30.760] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-17,21:35:30.844] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-17,21:50:30.942] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-17,22:05:30.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')) [2025-11-17,22:20:31.084] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-17,22:35:31.122] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-17,22:50:31.228] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-17,23:05:31.234] [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-18,18:00:38.511] [INFO] Initializing BusSpeedStateManager V2 [2025-11-18,18:00:38.518] [INFO] LocationSqlManager initialising [2025-11-18,18:00:38.519] [INFO] Location DB initialising [2025-11-18,18:00:38.530] [INFO] LocationSqlManager initialisation complete [2025-11-18,18:00:38.532] [DEBUG] UploadManager Init [2025-11-18,18:00:38.532] [DEBUG] UploadManager Init Complete [2025-11-18,18:00:38.537] [INFO] Initializing GPS... [2025-11-18,18:00:38.540] [INFO] Starting location capture [2025-11-18,18:01:40.595] [INFO] Initializing BusSpeedStateManager V2 [2025-11-18,18:01:40.600] [INFO] LocationSqlManager initialising [2025-11-18,18:01:40.600] [INFO] Location DB initialising [2025-11-18,18:01:40.610] [INFO] LocationSqlManager initialisation complete [2025-11-18,18:01:40.611] [DEBUG] UploadManager Init [2025-11-18,18:01:40.611] [DEBUG] UploadManager Init Complete [2025-11-18,18:01:40.614] [INFO] Initializing GPS... [2025-11-18,18:01:40.616] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,18:06:29.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')) [2025-11-18,18:21:29.128] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:36:29.249] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-18,18:51:29.283] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-18,19:06:29.408] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-18,19:21:29.533] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:36:29.657] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-18,19:51:29.781] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-18,20:06:29.869] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-18,20:21:29.994] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,20:36:30.118] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-18,20:51:30.241] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-18,21:06:30.263] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-18,21:21:30.327] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-18,21:36:30.381] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-18,21:51:30.441] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-18,22:06:30.521] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-18,22:21:30.570] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-18,22:36:30.631] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-18,22:51:30.751] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-18,23:06:30.855] [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' [2025-11-07,18:00:25.375] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.380] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.381] [INFO] Location DB initialising [2025-11-07,18:00:25.390] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.391] [DEBUG] UploadManager Init [2025-11-07,18:00:25.391] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.394] [INFO] Initializing GPS... [2025-11-07,18:00:25.396] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:05:13.924] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:00:25.293] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.299] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.300] [INFO] Location DB initialising [2025-11-07,18:00:25.310] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.311] [DEBUG] UploadManager Init [2025-11-07,18:00:25.311] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.314] [INFO] Initializing GPS... [2025-11-07,18:00:25.316] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,18:00:25.310] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.314] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.315] [INFO] Location DB initialising [2025-11-07,18:00:25.324] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.325] [DEBUG] UploadManager Init [2025-11-07,18:00:25.325] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.328] [INFO] Initializing GPS... [2025-11-07,18:00:25.330] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,18:05:14.113] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:20:14.225] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:35:14.246] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:50:14.294] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:05:14.414] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:20:14.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,19:35:14.638] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,18:00:25.099] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.103] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.104] [INFO] Location DB initialising [2025-11-07,18:00:25.113] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.114] [DEBUG] UploadManager Init [2025-11-07,18:00:25.114] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.117] [INFO] Initializing GPS... [2025-11-07,18:00:25.119] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:05:13.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')) [2025-11-07,18:20:13.833] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:35:13.857] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:50:13.970] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,19:05:14.021] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:20:14.142] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,19:35:14.257] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:50:14.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-11-07,20:05:14.381] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:20:14.402] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:35:14.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')) [2025-11-07,20:50:14.568] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:05:14.688] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:20:14.773] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,21:35:14.896] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:50:14.917] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:05:14.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')) [2025-11-07,22:20:15.079] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:35:15.137] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:50:15.259] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,23:05:15.368] [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-07,18:00:25.252] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.257] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.257] [INFO] Location DB initialising [2025-11-07,18:00:25.267] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.267] [DEBUG] UploadManager Init [2025-11-07,18:00:25.268] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.270] [INFO] Initializing GPS... [2025-11-07,18:00:25.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-11-07,18:05:13.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-11-07,18:20:13.683] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:35:13.809] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,18:50:13.929] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:05:14.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-11-07,19:20:14.134] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:35:14.155] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,19:50:14.222] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:05:14.348] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:20:14.460] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:35:14.502] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:50:14.531] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:05:14.651] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:20:14.702] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:35:14.822] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:50:14.846] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:05:14.966] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:20:14.992] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:35:15.063] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:50:15.174] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,23:05:15.282] [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' [2025-11-07,18:00:24.948] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:24.953] [INFO] LocationSqlManager initialising [2025-11-07,18:00:24.953] [INFO] Location DB initialising [2025-11-07,18:00:24.964] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:24.966] [DEBUG] UploadManager Init [2025-11-07,18:00:24.966] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:24.971] [INFO] Initializing GPS... [2025-11-07,18:00:24.973] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:05:14.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')) [2025-11-07,18:20:14.139] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:00:25.523] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.528] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.528] [INFO] Location DB initialising [2025-11-07,18:00:25.538] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.538] [DEBUG] UploadManager Init [2025-11-07,18:00:25.538] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.541] [INFO] Initializing GPS... [2025-11-07,18:00:25.543] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,18:05:13.956] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:20:14.027] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:35:14.054] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:50:14.135] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:05:14.164] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:20:14.195] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,19:35:14.284] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:50:14.354] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:05:14.467] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:20:14.494] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,20:35:14.606] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:50:14.630] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:05:14.650] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:20:14.666] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:35:14.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')) [2025-11-07,21:50:14.806] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:05:14.839] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:20:14.904] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:35:14.920] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:50:15.043] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,23:05:15.096] [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-07,18:00:25.713] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.720] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.721] [INFO] Location DB initialising [2025-11-07,18:00:25.733] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.734] [DEBUG] UploadManager Init [2025-11-07,18:00:25.735] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.739] [INFO] Initializing GPS... [2025-11-07,18:00:25.742] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:05:14.112] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:20:14.219] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:35:14.332] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:50:14.437] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:05:14.460] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:20:14.488] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:35:14.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-07,19:50:14.738] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:05:14.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-11-07,20:20:14.880] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:00:25.430] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.437] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.438] [INFO] Location DB initialising [2025-11-07,18:00:25.449] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.450] [DEBUG] UploadManager Init [2025-11-07,18:00:25.451] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.455] [INFO] Initializing GPS... [2025-11-07,18:00:25.458] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:05:14.119] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,18:20:14.238] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,18:35:14.362] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:50:14.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-11-07,19:05:14.610] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:20:14.734] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:35:14.755] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,19:50:14.802] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:05:14.922] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:20:15.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,20:35:15.158] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:50:15.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-11-07,21:05:15.390] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:20:15.477] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:35:15.576] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:50:15.696] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:05:15.718] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:20:15.829] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:35:15.950] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:50:15.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-11-07,23:05:16.080] [ERROR] Cloud md5sum error Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_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-07,18:00:25.284] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.292] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.293] [INFO] Location DB initialising [2025-11-07,18:00:25.303] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.305] [DEBUG] UploadManager Init [2025-11-07,18:00:25.305] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.310] [INFO] Initializing GPS... [2025-11-07,18:00:25.313] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:05:13.702] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:20:13.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:35:13.885] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:50:14.006] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,19:05:14.035] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:20:14.155] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,19:35:14.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')) [2025-11-07,19:50:14.385] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:05:14.509] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:20:14.531] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:35:14.628] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:50:14.709] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:05:14.732] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:20:14.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,21:35:14.972] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:50:15.037] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:05:15.051] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:20:15.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,22:35:15.194] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:50:15.296] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,23:05:15.328] [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-07,18:00:25.306] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.313] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.313] [INFO] Location DB initialising [2025-11-07,18:00:25.324] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.325] [DEBUG] UploadManager Init [2025-11-07,18:00:25.325] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.328] [INFO] Initializing GPS... [2025-11-07,18:00:25.331] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:05:13.995] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,18:20:14.115] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:35:14.236] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:50:14.354] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:05:14.447] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:20:14.478] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:35:14.523] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:50:14.642] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:05:14.668] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:20:14.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,20:35:14.777] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:50:14.834] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:05:14.857] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:20:14.934] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,21:35:15.057] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:50:15.182] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:05:15.298] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:20:15.320] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:35:15.417] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:50:15.534] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,23:05:15.584] [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' [2025-11-07,18:00:25.060] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.067] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.068] [INFO] Location DB initialising [2025-11-07,18:00:25.079] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.082] [DEBUG] UploadManager Init [2025-11-07,18:00:25.083] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.090] [INFO] Initializing GPS... [2025-11-07,18:00:25.094] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:05:13.908] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:00:25.096] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.101] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.101] [INFO] Location DB initialising [2025-11-07,18:00:25.110] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.111] [DEBUG] UploadManager Init [2025-11-07,18:00:25.112] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.114] [INFO] Initializing GPS... [2025-11-07,18:00:25.116] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:00:25.568] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.575] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.576] [INFO] Location DB initialising [2025-11-07,18:00:25.587] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.588] [DEBUG] UploadManager Init [2025-11-07,18:00:25.589] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.594] [INFO] Initializing GPS... [2025-11-07,18:00:25.596] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,18:05:13.997] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:20:14.023] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:35:14.123] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,18:50:14.248] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:05:14.344] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:20:14.387] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:35:14.508] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:50:14.628] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:05:14.749] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:20:14.782] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:35:14.806] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:50:14.928] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:05:14.952] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:20:15.066] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:35:15.185] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:50:15.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')) [2025-11-07,22:05:15.276] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:20:15.301] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:35:15.321] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:50:15.441] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,23:05:15.485] [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-07,18:00:25.135] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.139] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.140] [INFO] Location DB initialising [2025-11-07,18:00:25.150] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.150] [DEBUG] UploadManager Init [2025-11-07,18:00:25.151] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.153] [INFO] Initializing GPS... [2025-11-07,18:00:25.155] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:05:13.872] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:20:13.927] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:35:13.973] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,18:50:14.046] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,19:05:14.086] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:20:14.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,19:35:14.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')) [2025-11-07,19:50:14.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-07,20:05:14.393] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:20:14.518] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:35:14.585] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:50:14.697] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:05:14.782] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:20:14.884] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:35:14.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-11-07,21:50:14.935] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:05:15.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-11-07,22:20:15.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,22:35:15.195] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:50:15.218] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,23:05:15.230] [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' [2025-11-07,18:00:25.478] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.483] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.483] [INFO] Location DB initialising [2025-11-07,18:00:25.493] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.493] [DEBUG] UploadManager Init [2025-11-07,18:00:25.494] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.497] [INFO] Initializing GPS... [2025-11-07,18:00:25.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-11-07,18:05:14.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-11-07,18:20:14.153] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:35:14.249] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:50:14.295] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:05:14.341] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:20:14.364] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,19:35:14.463] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:50:14.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')) [2025-11-07,20:05:14.519] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:20:14.597] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:35:14.665] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:50:14.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-11-07,21:05:14.804] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:20:14.827] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,21:35:14.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')) [2025-11-07,21:50:15.002] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:05:15.094] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:20:15.201] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:35:15.321] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:50:15.343] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,23:05:15.449] [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-07,18:00:25.365] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.370] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.371] [INFO] Location DB initialising [2025-11-07,18:00:25.380] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.381] [DEBUG] UploadManager Init [2025-11-07,18:00:25.381] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.384] [INFO] Initializing GPS... [2025-11-07,18:00:25.386] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:05:13.786] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,18:20:13.906] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:35:13.943] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,18:50:14.016] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,19:05:14.085] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:20:14.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,19:35:14.256] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:50:14.376] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:05:14.496] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:20:14.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,20:35:14.642] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:50:14.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')) [2025-11-07,21:05:14.786] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:20:14.864] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:35:14.989] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:50:15.113] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:05:15.146] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:20:15.172] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:35:15.245] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:50:15.319] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,23:05:15.425] [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-07,18:00:25.482] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.487] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.488] [INFO] Location DB initialising [2025-11-07,18:00:25.497] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.498] [DEBUG] UploadManager Init [2025-11-07,18:00:25.499] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.502] [INFO] Initializing GPS... [2025-11-07,18:00:25.504] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,18:05:14.110] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:20:14.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:35:14.306] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,18:50:14.419] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,19:05:14.449] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,19:20:14.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,19:35:14.574] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:50:14.694] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:05:14.722] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:20:14.767] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:35:14.886] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:50:14.901] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:05:14.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')) [2025-11-07,21:20:15.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,21:35:15.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')) [2025-11-07,21:50:15.234] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:05:15.303] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:20:15.345] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:35:15.430] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:50:15.498] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,23:05:15.605] [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-07,18:00:25.279] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.286] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.287] [INFO] Location DB initialising [2025-11-07,18:00:25.299] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.300] [DEBUG] UploadManager Init [2025-11-07,18:00:25.300] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.304] [INFO] Initializing GPS... [2025-11-07,18:00:25.306] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:05:13.850] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,18:20:13.969] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:35:14.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-11-07,18:50:14.128] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,19:05:14.251] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:20:14.282] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:35:14.396] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:50:14.416] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:05:14.446] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:20:14.559] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:35:14.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-11-07,20:50:14.736] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:05:14.828] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:20:14.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,21:35:14.915] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:50:14.996] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:05:15.068] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:20:15.092] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:35:15.152] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:50:15.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')) [2025-11-07,23:05:15.283] [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-07,18:00:26.058] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:26.065] [INFO] LocationSqlManager initialising [2025-11-07,18:00:26.066] [INFO] Location DB initialising [2025-11-07,18:00:26.077] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:26.078] [DEBUG] UploadManager Init [2025-11-07,18:00:26.079] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:26.084] [INFO] Initializing GPS... [2025-11-07,18:00:26.086] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,18:05:14.748] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:20:14.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' [2025-11-07,18:35:14.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-11-07,18:50:15.017] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:05:15.137] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:20:15.257] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:35:15.377] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:50:15.488] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:05:15.607] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:20:15.684] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:35:15.789] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:50:15.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-11-07,21:05:16.023] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:20:16.108] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:35:16.171] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:50:16.234] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:05:16.259] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:20:16.376] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,22:35:16.476] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:50:16.596] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,23:05:16.699] [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-07,18:00:25.314] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.319] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.320] [INFO] Location DB initialising [2025-11-07,18:00:25.329] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.330] [DEBUG] UploadManager Init [2025-11-07,18:00:25.331] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.334] [INFO] Initializing GPS... [2025-11-07,18:00:25.336] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,18:05:13.858] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:20:13.977] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,18:35:14.024] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:50:14.081] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,19:05:14.104] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,19:20:14.224] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:35:14.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-07,19:50:14.320] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:05:14.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-11-07,20:20:14.458] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:35:14.506] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:50:14.519] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:05:14.639] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:20:14.759] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,21:35:14.857] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:50:14.973] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:05:15.070] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:20:15.092] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:35:15.182] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:50:15.292] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,23:05:15.400] [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-07,18:00:24.893] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:24.898] [INFO] LocationSqlManager initialising [2025-11-07,18:00:24.898] [INFO] Location DB initialising [2025-11-07,18:00:24.907] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:24.908] [DEBUG] UploadManager Init [2025-11-07,18:00:24.909] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:24.911] [INFO] Initializing GPS... [2025-11-07,18:00:24.914] [INFO] Starting location capture [2025-11-07,18:00:25.529] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.535] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.536] [INFO] Location DB initialising [2025-11-07,18:00:25.548] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.549] [DEBUG] UploadManager Init [2025-11-07,18:00:25.550] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.554] [INFO] Initializing GPS... [2025-11-07,18:00:25.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-07,18:05:14.022] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,18:20:14.046] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:35:14.099] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,18:50:14.196] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:05:14.252] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:20:14.376] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,19:35:14.411] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:50:14.467] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:05:14.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')) [2025-11-07,20:20:14.610] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:35:14.702] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:50:14.814] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:05:14.842] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:20:14.965] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,21:35:15.091] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:50:15.213] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:05:15.227] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:20:15.260] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:35:15.315] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:50:15.338] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,23:05:15.445] [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-07,18:00:25.387] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.391] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.392] [INFO] Location DB initialising [2025-11-07,18:00:25.401] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.402] [DEBUG] UploadManager Init [2025-11-07,18:00:25.403] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.407] [INFO] Initializing GPS... [2025-11-07,18:00:25.410] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,18:05:14.031] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,18:20:14.151] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:35:14.180] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:50:14.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')) [2025-11-07,19:05:14.418] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:20:14.534] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:35:14.583] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:50:14.662] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:05:14.689] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:20:14.810] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:35:14.929] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:50:15.043] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:05:15.167] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:20:15.188] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:35:15.308] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:50:15.429] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:05:15.549] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:20:15.631] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,22:35:15.671] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:50:15.739] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,23:05:15.831] [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-07,18:00:25.457] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.462] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.462] [INFO] Location DB initialising [2025-11-07,18:00:25.472] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.473] [DEBUG] UploadManager Init [2025-11-07,18:00:25.474] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.477] [INFO] Initializing GPS... [2025-11-07,18:00:25.479] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:05:14.013] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:20:14.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:35:14.142] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,18:50:14.172] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:05:14.229] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:20:14.316] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:35:14.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-11-07,19:50:14.548] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:05:14.668] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:20:14.704] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:35:14.791] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:50:14.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-11-07,21:05:14.960] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:20:15.081] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,21:35:15.183] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:50:15.303] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:05:15.424] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:20:15.545] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:35:15.644] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:50:15.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')) [2025-11-07,23:05:15.769] [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-07,18:00:25.344] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.349] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.349] [INFO] Location DB initialising [2025-11-07,18:00:25.359] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.360] [DEBUG] UploadManager Init [2025-11-07,18:00:25.360] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.363] [INFO] Initializing GPS... [2025-11-07,18:00:25.365] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:05:13.847] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:20:13.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:35:14.076] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:50:14.119] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,19:05:14.201] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:20:14.321] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,19:35:14.433] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:50:14.554] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:05:14.674] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:20:14.697] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:35:14.722] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:50:14.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')) [2025-11-07,21:05:14.931] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:20:15.004] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:35:15.115] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:50:15.207] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:05:15.331] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:20:15.451] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,22:35:15.574] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:50:15.610] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,23:05:15.622] [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-07,18:00:25.180] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.185] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.185] [INFO] Location DB initialising [2025-11-07,18:00:25.195] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.195] [DEBUG] UploadManager Init [2025-11-07,18:00:25.196] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.198] [INFO] Initializing GPS... [2025-11-07,18:00:25.200] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,18:05:13.858] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:20:13.881] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,18:35:14.005] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:50:14.098] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:05:14.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')) [2025-11-07,19:20:14.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,19:35:14.331] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,19:50:14.402] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:05:14.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-11-07,20:20:14.556] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:35:14.626] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:50:14.702] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:05:14.820] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:20:14.927] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:35:14.950] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:50:15.070] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:05:15.172] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:20:15.293] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:35:15.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-11-07,22:50:15.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-11-07,23:05:15.520] [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' [2025-11-07,18:00:25.021] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.025] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.026] [INFO] Location DB initialising [2025-11-07,18:00:25.035] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.036] [DEBUG] UploadManager Init [2025-11-07,18:00:25.036] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.039] [INFO] Initializing GPS... [2025-11-07,18:00:25.041] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,18:05:13.924] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:20:13.950] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:35:13.973] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,18:50:14.093] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:05:14.116] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:20:14.195] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,19:35:14.252] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:50:14.273] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:05:14.328] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:20:14.449] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,20:35:14.570] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,20:50:14.583] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:05:14.639] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:20:14.759] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-11-07,21:35:14.859] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:50:14.882] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:05:14.907] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:20:14.979] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:35:15.099] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:50:15.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-07,23:05:15.308] [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-07,18:00:25.099] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.105] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.106] [INFO] Location DB initialising [2025-11-07,18:00:25.115] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.116] [DEBUG] UploadManager Init [2025-11-07,18:00:25.116] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.119] [INFO] Initializing GPS... [2025-11-07,18:00:25.120] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:05:13.906] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:20:13.950] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,18:35:14.071] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,18:50:14.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')) [2025-11-07,19:05:14.232] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,19:20:14.296] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:35:14.318] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,19:50:14.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-11-07,20:05:14.556] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:20:14.600] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:35:14.712] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,20:50:14.726] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:05:14.832] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,21:20:14.896] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:35:15.017] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,21:50:15.095] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:05:15.132] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,22:20:15.252] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:35:15.374] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,22:50:15.436] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-07,23:05:15.520] [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' [2025-11-07,18:00:25.516] [INFO] Initializing BusSpeedStateManager V2 [2025-11-07,18:00:25.521] [INFO] LocationSqlManager initialising [2025-11-07,18:00:25.521] [INFO] Location DB initialising [2025-11-07,18:00:25.531] [INFO] LocationSqlManager initialisation complete [2025-11-07,18:00:25.531] [DEBUG] UploadManager Init [2025-11-07,18:00:25.532] [DEBUG] UploadManager Init Complete [2025-11-07,18:00:25.534] [INFO] Initializing GPS... [2025-11-07,18:00:25.536] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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,18:05:14.376] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-11-07,18:20:14.396] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-10,08:02:02.263] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,08:02:04.012] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:24.109] [DEBUG] Log Upload Complete! [2025-12-10,08:05:02.586] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,08:05:09.775] [DEBUG] Remote Access Enabled [2025-12-10,08:05:11.085] [INFO] Server Address: 138.201.17.179 [2025-12-10,08:05:11.086] [INFO] Server Port: 7000 [2025-12-10,08:05:11.091] [DEBUG] Starting Remote Access! 2025-12-10 08:05:11.126 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-10 08:05:11.127 [I] [client/service.go:294] try to connect to server... 2025-12-10 08:05:11.797 [I] [client/service.go:286] [00d71f137222af65] login to server success, get run id [00d71f137222af65] 2025-12-10 08:05:11.798 [I] [proxy/proxy_manager.go:173] [00d71f137222af65] proxy added: [DNL01B4302] 2025-12-10 08:05:12.106 [I] [client/control.go:168] [00d71f137222af65] [DNL01B4302] start proxy success [2025-12-10,08:07:12.920] [INFO] downloaded zip passenger_count [2025-12-10,08:07:13.216] [INFO] extraction successful [2025-12-10,08:07:13.391] [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' 2025-12-10 08:25:00.683 [I] [client/service.go:294] [00d71f137222af65] try to connect to server... 2025-12-10 08:25:00.685 [W] [client/service.go:297] [00d71f137222af65] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 08:25:02.714 [I] [client/service.go:294] [00d71f137222af65] try to connect to server... 2025-12-10 08:25:02.715 [W] [client/service.go:297] [00d71f137222af65] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 08:25:06.810 [I] [client/service.go:294] [00d71f137222af65] try to connect to server... 2025-12-10 08:25:06.811 [W] [client/service.go:297] [00d71f137222af65] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 08:25:15.248 [I] [client/service.go:294] [00d71f137222af65] try to connect to server... 2025-12-10 08:25:15.249 [W] [client/service.go:297] [00d71f137222af65] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 08:25:32.374 [I] [client/service.go:294] [00d71f137222af65] try to connect to server... 2025-12-10 08:25:32.375 [W] [client/service.go:297] [00d71f137222af65] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 08:25:52.376 [I] [client/service.go:294] [00d71f137222af65] try to connect to server... 2025-12-10 08:25:52.378 [W] [client/service.go:297] [00d71f137222af65] 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-10 08:26:12.379 [I] [client/service.go:294] [00d71f137222af65] try to connect to server... 2025-12-10 08:26:12.982 [I] [client/service.go:286] [00d71f137222af65] login to server success, get run id [00d71f137222af65] 2025-12-10 08:26:12.983 [I] [proxy/proxy_manager.go:173] [00d71f137222af65] proxy added: [DNL01B4302] 2025-12-10 08:26:13.188 [I] [client/control.go:168] [00d71f137222af65] [DNL01B4302] start proxy success 2025-12-10 08:28:53.349 [I] [client/service.go:294] [00d71f137222af65] try to connect to server... 2025-12-10 08:28:53.364 [W] [client/service.go:297] [00d71f137222af65] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-10 08:28:55.501 [I] [client/service.go:294] [00d71f137222af65] try to connect to server... 2025-12-10 08:28:55.506 [W] [client/service.go:297] [00d71f137222af65] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-10 08:29:00.150 [I] [client/service.go:294] [00d71f137222af65] try to connect to server... 2025-12-10 08:29:00.154 [W] [client/service.go:297] [00d71f137222af65] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-10 08:29:09.464 [I] [client/service.go:294] [00d71f137222af65] try to connect to server... 2025-12-10 08:29:10.367 [I] [client/service.go:286] [00d71f137222af65] login to server success, get run id [00d71f137222af65] 2025-12-10 08:29:10.368 [I] [proxy/proxy_manager.go:173] [00d71f137222af65] proxy added: [DNL01B4302] 2025-12-10 08:29:11.304 [I] [client/control.go:168] [00d71f137222af65] [DNL01B4302] start proxy success [2025-12-10,08:35:02.933] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,08:35:04.734] [DEBUG] 6 processes running of frp type [2025-12-10,08:42:57.600] [INFO] Initializing BusSpeedStateManager V2 [2025-12-10,08:42:57.607] [INFO] LocationSqlManager initialising [2025-12-10,08:42:57.608] [INFO] Location DB initialising [2025-12-10,08:42:57.619] [INFO] LocationSqlManager initialisation complete [2025-12-10,08:42:57.620] [DEBUG] UploadManager Init [2025-12-10,08:42:57.621] [DEBUG] UploadManager Init Complete [2025-12-10,08:42:57.625] [INFO] Initializing GPS... [2025-12-10,08:42:57.628] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,08:44:46.086] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,08:44:47.959] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:44:53.677] [DEBUG] Log Upload Complete! [2025-12-10,08:47:46.191] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,08:47:47.979] [DEBUG] Remote Access Enabled [2025-12-10,08:47:49.501] [INFO] Server Address: 138.201.17.179 [2025-12-10,08:47:49.502] [INFO] Server Port: 7000 [2025-12-10,08:47:49.511] [DEBUG] Starting Remote Access! 2025-12-10 08:47:49.696 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-10 08:47:49.697 [I] [client/service.go:294] try to connect to server... 2025-12-10 08:47:50.675 [I] [client/service.go:286] [4251825461a395bf] login to server success, get run id [4251825461a395bf] 2025-12-10 08:47:50.676 [I] [proxy/proxy_manager.go:173] [4251825461a395bf] proxy added: [DNL01B4302] 2025-12-10 08:47:51.021 [I] [client/control.go:168] [4251825461a395bf] [DNL01B4302] start proxy success [2025-12-10,08:50:01.995] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,08:50:03.892] [DEBUG] 6 processes running of frp type [2025-12-10,09:05:02.282] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,09:05:04.065] [DEBUG] 6 processes running of frp type [2025-12-10,09:20:02.440] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,09:20:04.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-10 09:27:25.245 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:27:27.407 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-10 09:27:27.408 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:27:37.410 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 09:27:37.410 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:27:37.411 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:27:46.731 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:27:46.732 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:28:06.732 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:28:06.734 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:28:26.735 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:28:26.735 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:28:46.736 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:28:46.737 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:29:06.738 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:29:06.740 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:29:26.741 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:29:26.742 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:29:46.744 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:29:46.745 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:30:06.746 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:30:06.747 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:30:26.748 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:30:26.750 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:30:46.751 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:30:46.751 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:31:06.752 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:31:06.753 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:31:26.754 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:31:26.755 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:31:46.757 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:31:46.758 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:32:06.759 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:32:06.760 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:32:26.761 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:32:26.762 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:32:46.764 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:32:46.766 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:33:06.767 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:33:06.768 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:33:26.770 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:33:26.771 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:33:46.773 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:33:46.774 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:34:06.775 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:34:06.777 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:34:26.777 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:34:26.779 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:34:46.780 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:34:46.781 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:35:06.782 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:35:06.783 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:35:26.784 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:35:26.785 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:35:46.787 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:35:46.789 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:36:06.790 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:36:06.792 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:36:26.792 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:36:26.794 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:36:46.796 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:36:46.797 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:37:06.797 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:37:06.799 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:37:26.800 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:37:26.801 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:37:46.803 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:37:46.803 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:38:06.804 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:38:06.805 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:38:26.807 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:38:26.809 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:38:46.810 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:38:46.811 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:39:06.812 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:39:06.813 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:39:26.815 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:39:26.816 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:39:46.818 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:39:46.819 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:40:06.820 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:40:06.821 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:40:26.822 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:40:26.823 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:40:46.825 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:40:46.826 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:41:06.827 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:41:06.828 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:41:26.829 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:41:26.830 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:41:46.832 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:41:46.833 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:42:06.834 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:42:06.836 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:42:26.837 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:42:26.838 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:42:46.838 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:42:46.840 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:43:06.841 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:43:06.842 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:43:26.844 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:43:26.845 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:43:46.846 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:43:46.847 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:44:06.848 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:44:06.850 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:44:26.852 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:44:26.853 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:44:46.854 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:44:46.856 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:45:06.857 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:45:06.858 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:45:26.859 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:45:26.860 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:45:46.861 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:45:46.863 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:46:06.864 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:46:06.865 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:46:26.867 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:46:26.868 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:46:46.869 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:46:46.874 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-10 09:47:06.876 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:47:09.039 [I] [client/service.go:286] [4251825461a395bf] login to server success, get run id [4251825461a395bf] 2025-12-10 09:47:09.041 [I] [proxy/proxy_manager.go:173] [4251825461a395bf] proxy added: [DNL01B4302] 2025-12-10 09:47:09.913 [I] [client/control.go:168] [4251825461a395bf] [DNL01B4302] start proxy success [2025-12-10,09:50:02.293] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,09:50:04.303] [DEBUG] 6 processes running of frp type 2025-12-10 09:59:56.874 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:59:56.876 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 09:59:58.926 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 09:59:58.927 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 10:00:03.283 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 10:00:03.284 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 10:00:12.601 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 10:00:12.602 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 10:00:32.603 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 10:00:32.604 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 10:00:52.605 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 10:00:52.606 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 10:01:12.607 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 10:01:12.609 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 10:01:32.610 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 10:01:32.611 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 10:01:52.612 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 10:01:52.613 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 10:02:12.614 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 10:02:12.615 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 10:02:32.616 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 10:02:32.617 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 10:02:52.618 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 10:02:52.619 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 10:03:12.621 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 10:03:12.625 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 10:03:32.626 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 10:03:32.631 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 10:03:52.632 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 10:03:52.637 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 10:04:12.638 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 10:04:12.643 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 10:04:32.643 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 10:04:32.664 [W] [client/service.go:297] [4251825461a395bf] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-10 10:04:52.665 [I] [client/service.go:294] [4251825461a395bf] try to connect to server... 2025-12-10 10:04:54.927 [I] [client/service.go:286] [4251825461a395bf] login to server success, get run id [4251825461a395bf] 2025-12-10 10:04:54.929 [I] [proxy/proxy_manager.go:173] [4251825461a395bf] proxy added: [DNL01B4302] 2025-12-10 10:04:55.673 [I] [client/control.go:168] [4251825461a395bf] [DNL01B4302] start proxy success [2025-12-10,10:05:02.912] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,10:05:04.620] [DEBUG] 6 processes running of frp type [2025-12-10,09:16:40.397] [INFO] Initializing BusSpeedStateManager V2 [2025-12-10,09:16:40.403] [INFO] LocationSqlManager initialising [2025-12-10,09:16:40.404] [INFO] Location DB initialising [2025-12-10,09:16:40.415] [INFO] LocationSqlManager initialisation complete [2025-12-10,09:16:40.417] [DEBUG] UploadManager Init [2025-12-10,09:16:40.418] [DEBUG] UploadManager Init Complete [2025-12-10,09:16:40.423] [INFO] Initializing GPS... [2025-12-10,09:16:40.426] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:21:29.318] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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,14:50:02.928] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,14:50:04.969] [DEBUG] Remote Access Enabled [2025-12-10,14:50:06.276] [INFO] Server Address: 138.201.17.179 [2025-12-10,14:50:06.277] [INFO] Server Port: 7000 [2025-12-10,14:50:06.283] [DEBUG] Starting Remote Access! 2025-12-10 14:50:06.417 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-10 14:50:06.417 [I] [client/service.go:294] try to connect to server... 2025-12-10 14:50:07.395 [I] [client/service.go:286] [68166283c92eb6de] login to server success, get run id [68166283c92eb6de] 2025-12-10 14:50:07.397 [I] [proxy/proxy_manager.go:173] [68166283c92eb6de] proxy added: [DNL01B4302] 2025-12-10 14:50:07.770 [I] [client/control.go:168] [68166283c92eb6de] [DNL01B4302] start proxy success 2025-12-10 14:55:52.833 [I] [client/service.go:294] [68166283c92eb6de] try to connect to server... 2025-12-10 14:56:02.836 [W] [client/service.go:297] [68166283c92eb6de] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 14:56:02.837 [I] [client/service.go:294] [68166283c92eb6de] try to connect to server... 2025-12-10 14:56:12.839 [W] [client/service.go:297] [68166283c92eb6de] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 14:56:12.839 [I] [client/service.go:294] [68166283c92eb6de] try to connect to server... 2025-12-10 14:56:22.841 [W] [client/service.go:297] [68166283c92eb6de] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 14:56:22.842 [I] [client/service.go:294] [68166283c92eb6de] try to connect to server... 2025-12-10 14:56:28.076 [I] [client/service.go:286] [68166283c92eb6de] login to server success, get run id [68166283c92eb6de] 2025-12-10 14:56:28.077 [I] [proxy/proxy_manager.go:173] [68166283c92eb6de] proxy added: [DNL01B4302] 2025-12-10 14:56:29.734 [I] [client/control.go:168] [68166283c92eb6de] [DNL01B4302] start proxy success [2025-12-10,15:05:02.512] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,15:05:04.668] [DEBUG] 6 processes running of frp type [2025-12-10,15:20:01.958] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,15:20:03.829] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,15:35:02.565] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,15:35:05.091] [DEBUG] 6 processes running of frp type [2025-12-10,15:50:03.283] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,15:50:05.447] [DEBUG] 6 processes running of frp type 2025-12-10 15:59:35.972 [I] [client/service.go:294] [68166283c92eb6de] try to connect to server... 2025-12-10 15:59:49.293 [W] [client/service.go:297] [68166283c92eb6de] connect to server error: session shutdown 2025-12-10 15:59:49.293 [I] [client/service.go:294] [68166283c92eb6de] try to connect to server... 2025-12-10 15:59:50.278 [I] [client/service.go:286] [68166283c92eb6de] login to server success, get run id [68166283c92eb6de] 2025-12-10 15:59:50.279 [I] [proxy/proxy_manager.go:173] [68166283c92eb6de] proxy added: [DNL01B4302] 2025-12-10 15:59:50.676 [I] [client/control.go:168] [68166283c92eb6de] [DNL01B4302] start proxy success [2025-12-10,16:05:02.914] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,16:05:04.745] [DEBUG] 6 processes running of frp type [2025-12-10,16:20:02.491] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,16:20:05.433] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,16:35:02.294] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,16:35:04.136] [DEBUG] 6 processes running of frp type [2025-12-10,16:50:02.920] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,16:50:04.855] [DEBUG] 6 processes running of frp type [2025-12-10,17:05:02.381] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,17:05:04.330] [DEBUG] 6 processes running of frp type [2025-12-10,17:20:02.644] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,17:20:04.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-10,17:35:02.643] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,17:35:04.550] [DEBUG] 6 processes running of frp type [2025-12-10,17:50:03.334] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,17:50:05.230] [DEBUG] 6 processes running of frp type [2025-12-10,18:00:41.338] [INFO] Initializing BusSpeedStateManager V2 [2025-12-10,18:00:41.343] [INFO] LocationSqlManager initialising [2025-12-10,18:00:41.343] [INFO] Location DB initialising [2025-12-10,18:00:41.353] [INFO] LocationSqlManager initialisation complete [2025-12-10,18:00:41.354] [DEBUG] UploadManager Init [2025-12-10,18:00:41.354] [DEBUG] UploadManager Init Complete [2025-12-10,18:00:41.357] [INFO] Initializing GPS... [2025-12-10,18:00:41.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' [2025-12-10,18:02:29.957] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,18:02:32.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( [2025-12-10,18:03:57.491] [DEBUG] Log Upload Complete! [2025-12-10,18:05:30.390] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,18:05:32.565] [DEBUG] Remote Access Enabled [2025-12-10,18:05:34.269] [INFO] Server Address: 138.201.17.179 [2025-12-10,18:05:34.271] [INFO] Server Port: 7000 [2025-12-10,18:05:34.280] [DEBUG] Starting Remote Access! 2025-12-10 18:05:34.493 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-10 18:05:34.494 [I] [client/service.go:294] try to connect to server... 2025-12-10 18:05:35.721 [I] [client/service.go:286] [431a8ff2d1f92d85] login to server success, get run id [431a8ff2d1f92d85] 2025-12-10 18:05:35.722 [I] [proxy/proxy_manager.go:173] [431a8ff2d1f92d85] proxy added: [DNL01B4302] 2025-12-10 18:05:36.072 [I] [client/control.go:168] [431a8ff2d1f92d85] [DNL01B4302] start proxy success [2025-12-10,18:20:02.202] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,18:20:04.264] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,18:35:02.896] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,18:35:04.815] [DEBUG] 6 processes running of frp type [2025-12-10,18:50:02.498] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,18:50:04.394] [DEBUG] 6 processes running of frp type [2025-12-10,19:05:03.034] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,19:05:04.975] [DEBUG] 6 processes running of frp type [2025-12-10,19:20:02.320] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,19:20:04.268] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-10,19:35:03.147] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,19:35:05.409] [DEBUG] 6 processes running of frp type [2025-12-10,19:50:03.229] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,19:50:07.101] [DEBUG] 6 processes running of frp type [2025-12-10,20:05:02.498] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,20:05:04.652] [DEBUG] 6 processes running of frp type [2025-12-10,20:20:01.961] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,20:20:04.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-10,20:35:02.467] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,20:35:04.913] [DEBUG] 6 processes running of frp type [2025-12-10,20:50:02.810] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,20:50:07.543] [DEBUG] 6 processes running of frp type [2025-12-10,21:05:03.251] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,21:05:05.480] [DEBUG] 6 processes running of frp type [2025-12-10,21:20:02.741] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,21:20:04.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-10,21:35:02.151] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,21:35:05.550] [DEBUG] 6 processes running of frp type [2025-12-10,21:50:03.196] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,21:50:05.786] [DEBUG] 6 processes running of frp type [2025-12-10,22:05:02.394] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,22:05:04.636] [DEBUG] 6 processes running of frp type [2025-12-10,22:20:02.922] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,22:20:04.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-10,22:35:02.289] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,22:35:04.118] [DEBUG] 6 processes running of frp type [2025-12-10,22:50:02.684] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,22:50:04.510] [DEBUG] 6 processes running of frp type 2025-12-10 22:57:19.910 [I] [client/service.go:294] [431a8ff2d1f92d85] try to connect to server... 2025-12-10 22:57:29.912 [W] [client/service.go:297] [431a8ff2d1f92d85] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-10 22:57:29.913 [I] [client/service.go:294] [431a8ff2d1f92d85] try to connect to server... 2025-12-10 22:57:36.679 [I] [client/service.go:286] [431a8ff2d1f92d85] login to server success, get run id [431a8ff2d1f92d85] 2025-12-10 22:57:36.680 [I] [proxy/proxy_manager.go:173] [431a8ff2d1f92d85] proxy added: [DNL01B4302] 2025-12-10 22:58:08.859 [I] [client/control.go:168] [431a8ff2d1f92d85] [DNL01B4302] start proxy success 2025-12-10 22:58:08.859 [W] [client/control.go:166] [431a8ff2d1f92d85] [DNL01B4302] start error: status not wait start, ignore start message 2025-12-10 22:58:10.419 [I] [client/service.go:294] [431a8ff2d1f92d85] try to connect to server... 2025-12-10 22:58:20.080 [I] [client/service.go:286] [431a8ff2d1f92d85] login to server success, get run id [431a8ff2d1f92d85] 2025-12-10 22:58:20.081 [I] [proxy/proxy_manager.go:173] [431a8ff2d1f92d85] proxy added: [DNL01B4302] 2025-12-10 22:58:20.783 [I] [client/control.go:168] [431a8ff2d1f92d85] [DNL01B4302] start proxy success 2025-12-10 22:58:59.032 [I] [client/service.go:294] [431a8ff2d1f92d85] try to connect to server... 2025-12-10 22:59:14.157 [I] [client/service.go:286] [431a8ff2d1f92d85] login to server success, get run id [431a8ff2d1f92d85] 2025-12-10 22:59:14.159 [I] [proxy/proxy_manager.go:173] [431a8ff2d1f92d85] proxy added: [DNL01B4302] 2025-12-10 22:59:14.998 [I] [client/control.go:168] [431a8ff2d1f92d85] [DNL01B4302] start proxy success 2025-12-10 22:59:43.221 [I] [client/service.go:294] [431a8ff2d1f92d85] try to connect to server... 2025-12-10 22:59:48.277 [I] [client/service.go:286] [431a8ff2d1f92d85] login to server success, get run id [431a8ff2d1f92d85] 2025-12-10 22:59:48.280 [I] [proxy/proxy_manager.go:173] [431a8ff2d1f92d85] proxy added: [DNL01B4302] 2025-12-10 22:59:48.957 [I] [client/control.go:168] [431a8ff2d1f92d85] [DNL01B4302] start proxy success [2025-12-10,23:05:03.286] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,23:05:05.839] [DEBUG] 6 processes running of frp type [2025-12-10,23:20:02.126] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,23:20:03.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,23:35:03.276] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,23:35:05.175] [DEBUG] 6 processes running of frp type [2025-12-10,23:50:02.907] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-10,23:50:04.742] [DEBUG] 6 processes running of frp type [2025-12-11,00:05:02.277] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,00:05:04.336] [DEBUG] 6 processes running of frp type [2025-12-11,00:20:02.600] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,00:20:04.531] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,00:35:03.078] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,00:35:04.858] [DEBUG] 6 processes running of frp type [2025-12-11,00:50:02.500] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,00:50:04.479] [DEBUG] 6 processes running of frp type [2025-12-11,01:05:02.763] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,01:05:04.608] [DEBUG] 6 processes running of frp type [2025-12-11,01:20:02.809] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,01:20:04.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-11,01:35:02.965] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,01:35:04.773] [DEBUG] 6 processes running of frp type [2025-12-11,01:50:02.754] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,01:50:04.477] [DEBUG] 6 processes running of frp type [2025-12-11,02:05:02.777] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,02:05:04.603] [DEBUG] 6 processes running of frp type [2025-12-11,02:20:02.814] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,02:20:04.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-12-11,02:35:02.832] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,02:35:04.859] [DEBUG] 6 processes running of frp type [2025-12-11,02:50:02.107] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,02:50:03.954] [DEBUG] 6 processes running of frp type [2025-12-11,03:05:02.097] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,03:05:03.866] [DEBUG] 6 processes running of frp type [2025-12-11,03:20:02.225] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,03:20:04.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-11,03:35:02.626] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,03:35:04.480] [DEBUG] 6 processes running of frp type [2025-12-11,03:50:02.584] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,03:50:04.493] [DEBUG] 6 processes running of frp type [2025-12-11,04:05:02.770] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,04:05:04.678] [DEBUG] 6 processes running of frp type [2025-12-11,04:20:02.911] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,04:20:04.627] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,04:35:02.477] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,04:35:04.165] [DEBUG] 6 processes running of frp type [2025-12-11,04:50:02.838] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,04:50:04.813] [DEBUG] 6 processes running of frp type [2025-12-11,05:05:02.089] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,05:05:03.816] [DEBUG] 6 processes running of frp type [2025-12-11,05:20:02.127] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,05:20:04.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-11,05:35:02.595] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,05:35:04.383] [DEBUG] 6 processes running of frp type [2025-12-11,05:50:02.249] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,05:50:04.132] [DEBUG] 6 processes running of frp type [2025-12-11,06:05:02.720] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,06:05:04.992] [DEBUG] 6 processes running of frp type [2025-12-11,06:20:02.274] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,06:20:03.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,06:35:04.041] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,06:35:09.133] [DEBUG] 6 processes running of frp type [2025-12-11,06:50:02.628] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,06:50:04.569] [DEBUG] 6 processes running of frp type [2025-12-11,07:05:02.881] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,07:05:04.659] [DEBUG] 6 processes running of frp type [2025-12-11,07:20:03.210] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,07:20:05.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-11,07:35:02.425] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,07:35:04.220] [DEBUG] 6 processes running of frp type [2025-12-11,07:50:03.236] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,07:50:04.972] [DEBUG] 6 processes running of frp type [2025-12-11,08:02:02.244] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,08:02:03.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-11,08:02:11.140] [DEBUG] Log Upload Complete! [2025-12-11,08:05:02.530] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,08:05:04.390] [DEBUG] 6 processes running of frp type [2025-12-11,08:20:02.719] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,08:20:04.565] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,08:35:03.134] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,08:35:04.926] [DEBUG] 6 processes running of frp type [2025-12-11,08:50:02.993] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,08:50:04.741] [DEBUG] 6 processes running of frp type [2025-12-11,09:05:02.195] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,09:05:03.958] [DEBUG] 6 processes running of frp type [2025-12-11,09:20:02.310] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,09:20:04.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-11,09:35:03.067] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,09:35:05.077] [DEBUG] 6 processes running of frp type [2025-12-11,09:50:02.988] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,09:50:04.770] [DEBUG] 6 processes running of frp type [2025-12-11,10:05:02.253] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,10:05:04.091] [DEBUG] 6 processes running of frp type [2025-12-11,10:20:02.495] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,10:20:04.439] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,10:35:02.661] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,10:35:04.437] [DEBUG] 6 processes running of frp type [2025-12-11,10:50:03.061] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,10:50:04.974] [DEBUG] 6 processes running of frp type [2025-12-11,11:05:02.366] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,11:05:04.209] [DEBUG] 6 processes running of frp type [2025-12-11,11:20:02.545] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,11:20:04.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-11,11:35:02.259] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,11:35:04.165] [DEBUG] 6 processes running of frp type [2025-12-11,11:50:02.719] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,11:50:04.617] [DEBUG] 6 processes running of frp type [2025-12-11,12:05:03.227] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,12:05:05.084] [DEBUG] 6 processes running of frp type [2025-12-11,12:20:02.762] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,12:20:04.929] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,12:35:02.141] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,12:35:03.801] [DEBUG] 6 processes running of frp type 2025-12-11 12:43:09.139 [I] [client/service.go:294] [431a8ff2d1f92d85] try to connect to server... 2025-12-11 12:43:19.141 [W] [client/service.go:297] [431a8ff2d1f92d85] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-11 12:43:19.142 [I] [client/service.go:294] [431a8ff2d1f92d85] try to connect to server... 2025-12-11 12:43:20.344 [I] [client/service.go:286] [431a8ff2d1f92d85] login to server success, get run id [431a8ff2d1f92d85] 2025-12-11 12:43:20.345 [I] [proxy/proxy_manager.go:173] [431a8ff2d1f92d85] proxy added: [DNL01B4302] 2025-12-11 12:43:21.438 [I] [client/control.go:168] [431a8ff2d1f92d85] [DNL01B4302] start proxy success 2025-12-11 12:48:02.361 [I] [client/service.go:294] [431a8ff2d1f92d85] try to connect to server... 2025-12-11 12:48:09.175 [I] [client/service.go:286] [431a8ff2d1f92d85] login to server success, get run id [431a8ff2d1f92d85] 2025-12-11 12:48:09.177 [I] [proxy/proxy_manager.go:173] [431a8ff2d1f92d85] proxy added: [DNL01B4302] 2025-12-11 12:48:09.534 [I] [client/control.go:168] [431a8ff2d1f92d85] [DNL01B4302] start proxy success [2025-12-11,12:50:02.539] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,12:50:04.371] [DEBUG] 6 processes running of frp type [2025-12-11,13:05:03.085] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,13:05:04.835] [DEBUG] 6 processes running of frp type [2025-12-11,13:20:02.095] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,13:20:03.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-11,13:35:02.687] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,13:35:04.468] [DEBUG] 6 processes running of frp type [2025-12-11,13:50:03.104] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,13:50:04.783] [DEBUG] 6 processes running of frp type [2025-12-11,14:05:02.284] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,14:05:04.043] [DEBUG] 6 processes running of frp type [2025-12-11,14:20:02.321] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,14:20:04.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' [2025-12-11,14:35:03.709] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,14:35:05.962] [DEBUG] 6 processes running of frp type [2025-12-11,14:50:02.719] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,14:50:04.447] [DEBUG] 6 processes running of frp type [2025-12-11,15:05:03.204] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,15:05:04.920] [DEBUG] 6 processes running of frp type [2025-12-11,15:20:02.371] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,15:20:04.210] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,15:35:02.782] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,15:35:04.561] [DEBUG] 6 processes running of frp type [2025-12-11,15:50:01.938] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,15:50:03.566] [DEBUG] 6 processes running of frp type [2025-12-11,16:05:02.940] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,16:05:04.617] [DEBUG] 6 processes running of frp type [2025-12-11,16:20:03.537] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,16:20:07.112] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,16:35:05.945] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,16:35:11.291] [DEBUG] 6 processes running of frp type [2025-12-11,16:50:02.884] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,16:50:04.723] [DEBUG] 6 processes running of frp type [2025-12-11,17:05:03.160] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,17:05:05.084] [DEBUG] 6 processes running of frp type [2025-12-11,17:20:02.298] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,17:20:04.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-11,17:35:02.026] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,17:35:03.928] [DEBUG] 6 processes running of frp type [2025-12-11,17:50:02.567] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,17:50:04.501] [DEBUG] 6 processes running of frp type [2025-12-11,18:00:42.271] [INFO] Initializing BusSpeedStateManager V2 [2025-12-11,18:00:42.279] [INFO] LocationSqlManager initialising [2025-12-11,18:00:42.280] [INFO] Location DB initialising [2025-12-11,18:00:42.291] [INFO] LocationSqlManager initialisation complete [2025-12-11,18:00:42.292] [DEBUG] UploadManager Init [2025-12-11,18:00:42.292] [DEBUG] UploadManager Init Complete [2025-12-11,18:00:42.297] [INFO] Initializing GPS... [2025-12-11,18:00:42.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' [2025-12-11,18:02:30.824] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,18:02:32.605] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:43.995] [DEBUG] Log Upload Complete! [2025-12-11,18:05:30.813] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,18:05:32.658] [DEBUG] Remote Access Enabled [2025-12-11,18:05:34.049] [INFO] Server Address: 138.201.17.179 [2025-12-11,18:05:34.050] [INFO] Server Port: 7000 [2025-12-11,18:05:34.059] [DEBUG] Starting Remote Access! 2025-12-11 18:05:34.243 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-11 18:05:34.244 [I] [client/service.go:294] try to connect to server... 2025-12-11 18:05:35.313 [I] [client/service.go:286] [fe408682e9c8f6d1] login to server success, get run id [fe408682e9c8f6d1] 2025-12-11 18:05:35.314 [I] [proxy/proxy_manager.go:173] [fe408682e9c8f6d1] proxy added: [DNL01B4302] 2025-12-11 18:05:35.663 [I] [client/control.go:168] [fe408682e9c8f6d1] [DNL01B4302] start proxy success [2025-12-11,18:20:02.348] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,18:20:04.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-12-11,18:35:01.971] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,18:35:03.798] [DEBUG] 6 processes running of frp type [2025-12-11,18:50:02.687] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,18:50:04.559] [DEBUG] 6 processes running of frp type [2025-12-11,19:05:02.975] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,19:05:04.939] [DEBUG] 6 processes running of frp type [2025-12-11,19:20:02.276] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,19:20:04.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-11,19:35:02.353] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,19:35:04.126] [DEBUG] 6 processes running of frp type [2025-12-11,19:50:02.647] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,19:50:04.765] [DEBUG] 6 processes running of frp type [2025-12-11,20:05:02.320] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,20:05:04.464] [DEBUG] 6 processes running of frp type [2025-12-11,20:20:03.024] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,20:20:05.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' [2025-12-11,20:35:02.186] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,20:35:04.326] [DEBUG] 6 processes running of frp type [2025-12-11,20:50:03.290] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,20:50:05.486] [DEBUG] 6 processes running of frp type [2025-12-11,21:05:02.736] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,21:05:04.963] [DEBUG] 6 processes running of frp type [2025-12-11,21:20:02.214] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,21:20:04.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' [2025-12-11,21:35:02.541] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,21:35:04.459] [DEBUG] 6 processes running of frp type [2025-12-11,21:50:02.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,21:50:03.792] [DEBUG] 6 processes running of frp type [2025-12-11,22:05:02.105] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,22:05:03.872] [DEBUG] 6 processes running of frp type [2025-12-11,22:20:02.050] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,22:20:03.934] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-11,22:35:02.801] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,22:35:04.637] [DEBUG] 6 processes running of frp type [2025-12-11,22:50:02.011] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,22:50:03.827] [DEBUG] 6 processes running of frp type [2025-12-11,23:05:02.064] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,23:05:03.823] [DEBUG] 6 processes running of frp type [2025-12-11,23:20:02.068] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,23:20:03.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-12-11,23:35:02.352] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,23:35:04.137] [DEBUG] 6 processes running of frp type [2025-12-11,23:50:02.879] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-11,23:50:04.631] [DEBUG] 6 processes running of frp type [2025-12-12,00:05:03.131] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,00:05:04.927] [DEBUG] 6 processes running of frp type [2025-12-12,00:20:02.491] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,00:20:04.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' [2025-12-12,00:35:02.569] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,00:35:04.365] [DEBUG] 6 processes running of frp type [2025-12-12,00:50:02.554] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,00:50:04.266] [DEBUG] 6 processes running of frp type [2025-12-12,01:05:02.546] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,01:05:04.208] [DEBUG] 6 processes running of frp type [2025-12-12,01:20:02.370] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,01:20:04.114] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,01:35:02.562] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,01:35:04.401] [DEBUG] 6 processes running of frp type [2025-12-12,01:50:02.482] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,01:50:04.203] [DEBUG] 6 processes running of frp type [2025-12-12,02:05:02.467] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,02:05:04.228] [DEBUG] 6 processes running of frp type [2025-12-12,02:20:02.428] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,02:20:04.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-12-12,02:35:03.084] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,02:35:04.895] [DEBUG] 6 processes running of frp type [2025-12-12,02:50:02.249] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,02:50:04.886] [DEBUG] 6 processes running of frp type [2025-12-12,03:05:02.155] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,03:05:03.885] [DEBUG] 6 processes running of frp type [2025-12-12,03:20:02.121] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,03:20:04.207] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,03:35:02.047] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,03:35:03.821] [DEBUG] 6 processes running of frp type [2025-12-12,03:50:03.161] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,03:50:04.970] [DEBUG] 6 processes running of frp type [2025-12-12,04:05:02.226] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,04:05:03.969] [DEBUG] 6 processes running of frp type [2025-12-12,04:20:02.164] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,04:20:03.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-12,04:35:02.276] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,04:35:04.003] [DEBUG] 6 processes running of frp type [2025-12-12,04:50:02.588] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,04:50:04.280] [DEBUG] 6 processes running of frp type [2025-12-12,05:05:03.020] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,05:05:04.734] [DEBUG] 6 processes running of frp type [2025-12-12,05:20:02.874] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,05:20:04.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-12,05:35:02.525] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,05:35:04.566] [DEBUG] 6 processes running of frp type [2025-12-12,05:50:02.687] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,05:50:04.410] [DEBUG] 6 processes running of frp type [2025-12-12,06:05:02.667] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,06:05:04.605] [DEBUG] 6 processes running of frp type [2025-12-12,06:20:03.182] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,06:20:05.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-12,06:35:02.267] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,06:35:04.818] [DEBUG] 6 processes running of frp type [2025-12-12,06:50:02.785] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,06:50:04.574] [DEBUG] 6 processes running of frp type [2025-12-12,07:05:03.183] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,07:05:05.035] [DEBUG] 6 processes running of frp type [2025-12-12,07:20:02.301] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,07:20:04.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,07:35:03.094] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,07:35:04.914] [DEBUG] 6 processes running of frp type [2025-12-12,07:50:02.654] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,07:50:04.463] [DEBUG] 6 processes running of frp type [2025-12-12,08:02:02.792] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,08:02:04.527] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-12,08:02:17.402] [DEBUG] Log Upload Complete! [2025-12-12,08:05:02.755] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,08:05:04.683] [DEBUG] 6 processes running of frp type [2025-12-12,08:20:02.068] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,08:20:03.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-12-12,08:35:02.694] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,08:35:04.468] [DEBUG] 6 processes running of frp type [2025-12-12,08:50:02.268] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,08:50:04.084] [DEBUG] 6 processes running of frp type [2025-12-12,09:05:02.634] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,09:05:04.427] [DEBUG] 6 processes running of frp type [2025-12-12,09:20:02.777] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,09:20:04.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-12,09:35:02.448] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,09:35:04.181] [DEBUG] 6 processes running of frp type [2025-12-12,09:50:02.264] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,09:50:04.099] [DEBUG] 6 processes running of frp type [2025-12-12,10:05:02.356] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,10:05:04.197] [DEBUG] 6 processes running of frp type [2025-12-12,10:20:02.641] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,10:20:04.472] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,10:35:02.813] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,10:35:05.689] [DEBUG] 6 processes running of frp type [2025-12-12,10:50:02.436] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,10:50:04.323] [DEBUG] 6 processes running of frp type [2025-12-12,11:05:02.654] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,11:05:04.527] [DEBUG] 6 processes running of frp type [2025-12-12,11:20:02.847] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,11:20:04.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' [2025-12-12,11:35:03.260] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,11:35:05.321] [DEBUG] 6 processes running of frp type [2025-12-12,11:50:02.953] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,11:50:04.993] [DEBUG] 6 processes running of frp type [2025-12-12,12:05:02.476] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,12:05:04.384] [DEBUG] 6 processes running of frp type [2025-12-12,12:20:02.754] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,12:20:04.588] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,12:35:02.818] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,12:35:04.730] [DEBUG] 6 processes running of frp type [2025-12-12,12:50:02.819] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,12:50:04.700] [DEBUG] 6 processes running of frp type [2025-12-12,13:05:03.177] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,13:05:05.037] [DEBUG] 6 processes running of frp type [2025-12-12,13:20:02.537] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,13:20:04.515] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,13:35:02.436] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,13:35:04.314] [DEBUG] 6 processes running of frp type [2025-12-12,13:50:03.185] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,13:50:05.099] [DEBUG] 6 processes running of frp type [2025-12-12,14:05:02.382] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,14:05:04.389] [DEBUG] 6 processes running of frp type [2025-12-12,14:20:02.803] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,14:20:05.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-12,14:35:02.633] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,14:35:04.532] [DEBUG] 6 processes running of frp type [2025-12-12,14:50:02.203] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,14:50:04.045] [DEBUG] 6 processes running of frp type [2025-12-12,15:05:02.445] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,15:05:04.183] [DEBUG] 6 processes running of frp type [2025-12-12,15:20:02.387] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,15:20:04.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-12,15:35:02.186] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,15:35:04.027] [DEBUG] 6 processes running of frp type [2025-12-12,15:50:02.710] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,15:50:04.620] [DEBUG] 6 processes running of frp type [2025-12-12,16:05:03.084] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,16:05:05.797] [DEBUG] 6 processes running of frp type [2025-12-12,16:20:02.270] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,16:20:03.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-12,16:35:02.349] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,16:35:04.336] [DEBUG] 6 processes running of frp type [2025-12-12,16:50:03.433] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,16:50:05.218] [DEBUG] 6 processes running of frp type [2025-12-12,17:05:02.757] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,17:05:04.710] [DEBUG] 6 processes running of frp type [2025-12-12,17:20:03.063] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,17:20:04.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-12,17:35:02.705] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,17:35:04.535] [DEBUG] 6 processes running of frp type [2025-12-12,17:50:03.123] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,17:50:04.835] [DEBUG] 6 processes running of frp type [2025-12-12,18:00:40.915] [INFO] Initializing BusSpeedStateManager V2 [2025-12-12,18:00:40.920] [INFO] LocationSqlManager initialising [2025-12-12,18:00:40.921] [INFO] Location DB initialising [2025-12-12,18:00:40.932] [INFO] LocationSqlManager initialisation complete [2025-12-12,18:00:40.933] [DEBUG] UploadManager Init [2025-12-12,18:00:40.934] [DEBUG] UploadManager Init Complete [2025-12-12,18:00:40.938] [INFO] Initializing GPS... [2025-12-12,18:00:40.942] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.414] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,18:02:31.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( [2025-12-12,18:02:39.050] [DEBUG] Log Upload Complete! [2025-12-12,18:05:29.732] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,18:05:31.460] [DEBUG] Remote Access Enabled [2025-12-12,18:05:32.755] [INFO] Server Address: 138.201.17.179 [2025-12-12,18:05:32.755] [INFO] Server Port: 7000 [2025-12-12,18:05:32.764] [DEBUG] Starting Remote Access! 2025-12-12 18:05:32.975 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-12 18:05:32.976 [I] [client/service.go:294] try to connect to server... 2025-12-12 18:05:33.938 [I] [client/service.go:286] [b2ca0f59a89e07d8] login to server success, get run id [b2ca0f59a89e07d8] 2025-12-12 18:05:33.938 [I] [proxy/proxy_manager.go:173] [b2ca0f59a89e07d8] proxy added: [DNL01B4302] 2025-12-12 18:05:34.260 [I] [client/control.go:168] [b2ca0f59a89e07d8] [DNL01B4302] start proxy success [2025-12-12,18:20:02.495] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,18:20:04.369] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-12 18:31:30.728 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-12 18:31:40.731 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 18:31:40.732 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-12 18:31:40.738 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 18:31:44.977 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-12 18:31:44.982 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 18:31:53.584 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-12 18:31:53.589 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 18:32:12.030 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-12 18:32:22.033 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 18:32:42.034 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-12 18:32:43.027 [I] [client/service.go:286] [b2ca0f59a89e07d8] login to server success, get run id [b2ca0f59a89e07d8] 2025-12-12 18:32:43.029 [I] [proxy/proxy_manager.go:173] [b2ca0f59a89e07d8] proxy added: [DNL01B4302] 2025-12-12 18:32:43.389 [I] [client/control.go:168] [b2ca0f59a89e07d8] [DNL01B4302] start proxy success [2025-12-12,18:35:02.678] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,18:35:04.331] [DEBUG] 6 processes running of frp type 2025-12-12 18:37:55.354 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-12 18:38:02.566 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 18:38:02.566 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-12 18:38:02.569 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 18:38:07.205 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-12 18:38:07.210 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-12 18:38:16.590 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-12 18:38:21.041 [I] [client/service.go:286] [b2ca0f59a89e07d8] login to server success, get run id [b2ca0f59a89e07d8] 2025-12-12 18:38:21.042 [I] [proxy/proxy_manager.go:173] [b2ca0f59a89e07d8] proxy added: [DNL01B4302] 2025-12-12 18:38:21.945 [I] [client/control.go:168] [b2ca0f59a89e07d8] [DNL01B4302] start proxy success 2025-12-12 18:39:26.880 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-12 18:39:27.931 [I] [client/service.go:286] [b2ca0f59a89e07d8] login to server success, get run id [b2ca0f59a89e07d8] 2025-12-12 18:39:27.932 [I] [proxy/proxy_manager.go:173] [b2ca0f59a89e07d8] proxy added: [DNL01B4302] 2025-12-12 18:39:28.268 [I] [client/control.go:168] [b2ca0f59a89e07d8] [DNL01B4302] start proxy success 2025-12-12 18:48:15.042 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-12 18:48:25.044 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 18:48:25.044 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-12 18:48:35.046 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 18:48:35.047 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-12 18:48:45.048 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 18:48:45.049 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-12 18:48:55.051 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 18:48:55.051 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-12 18:49:00.036 [I] [client/service.go:286] [b2ca0f59a89e07d8] login to server success, get run id [b2ca0f59a89e07d8] 2025-12-12 18:49:00.038 [I] [proxy/proxy_manager.go:173] [b2ca0f59a89e07d8] proxy added: [DNL01B4302] 2025-12-12 18:49:00.367 [I] [client/control.go:168] [b2ca0f59a89e07d8] [DNL01B4302] start proxy success [2025-12-12,18:50:02.493] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,18:50:04.329] [DEBUG] 6 processes running of frp type [2025-12-12,19:05:02.578] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,19:05:04.389] [DEBUG] 6 processes running of frp type [2025-12-12,19:20:02.606] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,19:20:04.625] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,19:35:02.837] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,19:35:04.779] [DEBUG] 6 processes running of frp type [2025-12-12,19:50:03.075] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,19:50:05.182] [DEBUG] 6 processes running of frp type [2025-12-12,20:05:02.385] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,20:05:08.244] [DEBUG] 6 processes running of frp type [2025-12-12,20:20:02.533] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,20:20:04.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-12-12,20:35:03.205] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,20:35:07.270] [DEBUG] 6 processes running of frp type [2025-12-12,20:50:02.763] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,20:50:04.724] [DEBUG] 6 processes running of frp type [2025-12-12,21:05:02.304] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,21:05:04.417] [DEBUG] 6 processes running of frp type [2025-12-12,21:20:02.674] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,21:20:04.634] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,21:35:02.335] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,21:35:04.504] [DEBUG] 6 processes running of frp type [2025-12-12,21:50:02.561] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,21:50:04.659] [DEBUG] 6 processes running of frp type [2025-12-12,22:05:02.117] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,22:05:03.764] [DEBUG] 6 processes running of frp type [2025-12-12,22:20:02.267] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,22:20:03.833] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-12,22:35:02.714] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,22:35:04.399] [DEBUG] 6 processes running of frp type [2025-12-12,22:50:02.880] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,22:50:04.522] [DEBUG] 6 processes running of frp type [2025-12-12,23:05:02.849] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,23:05:04.443] [DEBUG] 6 processes running of frp type 2025-12-12 23:14:27.710 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-12 23:14:37.712 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 23:14:37.713 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-12 23:14:47.714 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-12 23:14:47.715 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-12 23:14:48.744 [I] [client/service.go:286] [b2ca0f59a89e07d8] login to server success, get run id [b2ca0f59a89e07d8] 2025-12-12 23:14:48.745 [I] [proxy/proxy_manager.go:173] [b2ca0f59a89e07d8] proxy added: [DNL01B4302] 2025-12-12 23:14:49.218 [I] [client/control.go:168] [b2ca0f59a89e07d8] [DNL01B4302] start proxy success [2025-12-12,23:20:02.655] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,23:20:04.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-12,23:35:02.882] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,23:35:04.586] [DEBUG] 6 processes running of frp type [2025-12-12,23:50:02.868] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-12,23:50:04.448] [DEBUG] 6 processes running of frp type [2025-12-13,00:05:02.730] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,00:05:04.222] [DEBUG] 6 processes running of frp type [2025-12-13,00:20:02.451] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,00:20:04.157] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,00:35:02.415] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,00:35:04.029] [DEBUG] 6 processes running of frp type [2025-12-13,00:50:02.092] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,00:50:03.837] [DEBUG] 6 processes running of frp type [2025-12-13,01:05:02.148] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,01:05:03.704] [DEBUG] 6 processes running of frp type [2025-12-13,01:20:02.058] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,01:20:03.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-13,01:35:02.082] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,01:35:03.654] [DEBUG] 6 processes running of frp type [2025-12-13,01:50:02.105] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,01:50:03.792] [DEBUG] 6 processes running of frp type [2025-12-13,02:05:02.129] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,02:05:03.820] [DEBUG] 6 processes running of frp type [2025-12-13,02:20:02.037] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,02:20:03.649] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,02:35:02.270] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,02:35:03.953] [DEBUG] 6 processes running of frp type [2025-12-13,02:50:02.972] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,02:50:04.658] [DEBUG] 6 processes running of frp type [2025-12-13,03:05:03.221] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,03:05:04.932] [DEBUG] 6 processes running of frp type [2025-12-13,03:20:02.348] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,03:20:03.834] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,03:35:02.716] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,03:35:04.273] [DEBUG] 6 processes running of frp type [2025-12-13,03:50:02.622] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,03:50:04.263] [DEBUG] 6 processes running of frp type [2025-12-13,04:05:02.943] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,04:05:04.726] [DEBUG] 6 processes running of frp type [2025-12-13,04:20:03.205] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,04:20:04.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' [2025-12-13,04:35:02.498] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,04:35:04.173] [DEBUG] 6 processes running of frp type [2025-12-13,04:50:02.680] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,04:50:04.851] [DEBUG] 6 processes running of frp type [2025-12-13,05:05:02.074] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,05:05:03.833] [DEBUG] 6 processes running of frp type [2025-12-13,05:20:02.184] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,05:20:03.769] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,05:35:02.381] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,05:35:03.942] [DEBUG] 6 processes running of frp type [2025-12-13,05:50:02.613] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,05:50:04.305] [DEBUG] 6 processes running of frp type [2025-12-13,06:05:02.731] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,06:05:04.394] [DEBUG] 6 processes running of frp type [2025-12-13,06:20:02.681] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,06:20:04.374] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,06:35:02.473] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,06:35:04.038] [DEBUG] 6 processes running of frp type [2025-12-13,06:50:02.556] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,06:50:04.109] [DEBUG] 6 processes running of frp type [2025-12-13,07:05:02.619] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,07:05:04.334] [DEBUG] 6 processes running of frp type [2025-12-13,07:20:02.693] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,07:20:04.314] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-13 07:32:18.658 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 07:32:28.661 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 07:32:28.661 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 07:32:38.663 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 07:32:38.664 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 07:32:48.666 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 07:32:48.666 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 07:32:55.788 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 07:33:14.979 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 07:33:15.012 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-13 07:33:35.013 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 07:33:36.104 [I] [client/service.go:286] [b2ca0f59a89e07d8] login to server success, get run id [b2ca0f59a89e07d8] 2025-12-13 07:33:36.105 [I] [proxy/proxy_manager.go:173] [b2ca0f59a89e07d8] proxy added: [DNL01B4302] 2025-12-13 07:33:36.520 [I] [client/control.go:168] [b2ca0f59a89e07d8] [DNL01B4302] start proxy success [2025-12-13,07:35:02.534] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,07:35:05.296] [DEBUG] 6 processes running of frp type 2025-12-13 07:48:57.498 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 07:49:07.500 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 07:49:07.501 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 07:49:16.868 [I] [client/service.go:286] [b2ca0f59a89e07d8] login to server success, get run id [b2ca0f59a89e07d8] 2025-12-13 07:49:16.870 [I] [proxy/proxy_manager.go:173] [b2ca0f59a89e07d8] proxy added: [DNL01B4302] 2025-12-13 07:49:17.274 [I] [client/control.go:168] [b2ca0f59a89e07d8] [DNL01B4302] start proxy success [2025-12-13,07:50:23.003] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,07:50:25.121] [DEBUG] 6 processes running of frp type 2025-12-13 07:50:25.691 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 07:50:26.771 [I] [client/service.go:286] [b2ca0f59a89e07d8] login to server success, get run id [b2ca0f59a89e07d8] 2025-12-13 07:50:26.772 [I] [proxy/proxy_manager.go:173] [b2ca0f59a89e07d8] proxy added: [DNL01B4302] 2025-12-13 07:50:27.243 [I] [client/control.go:168] [b2ca0f59a89e07d8] [DNL01B4302] start proxy success 2025-12-13 07:57:10.146 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 07:57:20.148 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 07:57:20.149 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 07:57:30.150 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 07:57:30.151 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 07:57:40.152 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 07:57:40.153 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 07:57:50.155 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 07:57:50.156 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 07:58:00.157 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 07:58:20.159 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 07:58:30.161 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 07:58:50.162 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 07:58:51.237 [I] [client/service.go:286] [b2ca0f59a89e07d8] login to server success, get run id [b2ca0f59a89e07d8] 2025-12-13 07:58:51.239 [I] [proxy/proxy_manager.go:173] [b2ca0f59a89e07d8] proxy added: [DNL01B4302] 2025-12-13 07:58:51.676 [I] [client/control.go:168] [b2ca0f59a89e07d8] [DNL01B4302] start proxy success 2025-12-13 07:59:30.509 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 07:59:40.512 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 07:59:40.512 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 07:59:44.377 [I] [client/service.go:286] [b2ca0f59a89e07d8] login to server success, get run id [b2ca0f59a89e07d8] 2025-12-13 07:59:44.379 [I] [proxy/proxy_manager.go:173] [b2ca0f59a89e07d8] proxy added: [DNL01B4302] 2025-12-13 07:59:56.914 [I] [client/control.go:168] [b2ca0f59a89e07d8] [DNL01B4302] start proxy success 2025-12-13 08:00:22.539 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:00:32.542 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:00:32.542 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:00:42.544 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:00:42.545 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:00:52.546 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:00:52.547 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:01:02.549 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:01:02.549 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:01:12.551 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:01:32.552 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:01:42.554 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:02:02.556 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:02:12.558 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:02:32.560 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:02:42.562 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:03:02.564 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:03:12.566 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:03:32.568 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:03:42.570 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:04:02.572 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:04:12.573 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:04:32.574 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:04:42.577 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2025-12-13,08:05:02.335] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2025-12-13 08:05:02.578 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:05:03.758 [I] [client/service.go:286] [b2ca0f59a89e07d8] login to server success, get run id [b2ca0f59a89e07d8] 2025-12-13 08:05:03.759 [I] [proxy/proxy_manager.go:173] [b2ca0f59a89e07d8] proxy added: [DNL01B4302] 2025-12-13 08:05:04.127 [I] [client/control.go:168] [b2ca0f59a89e07d8] [DNL01B4302] start proxy success [2025-12-13,08:05:04.595] [DEBUG] 6 processes running of frp type 2025-12-13 08:08:45.086 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:08:55.089 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:08:55.089 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:09:05.091 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:09:05.092 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:09:15.094 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:09:15.095 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:09:25.096 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:09:25.097 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:09:35.098 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:09:55.100 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:10:05.102 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:10:25.103 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:10:35.105 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:10:55.106 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:11:05.108 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:11:25.109 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:11:35.111 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:11:55.113 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:12:05.469 [I] [client/service.go:286] [b2ca0f59a89e07d8] login to server success, get run id [b2ca0f59a89e07d8] 2025-12-13 08:12:05.470 [I] [proxy/proxy_manager.go:173] [b2ca0f59a89e07d8] proxy added: [DNL01B4302] 2025-12-13 08:12:05.908 [I] [client/control.go:168] [b2ca0f59a89e07d8] [DNL01B4302] start proxy success 2025-12-13 08:13:14.796 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:13:28.373 [I] [client/service.go:286] [b2ca0f59a89e07d8] login to server success, get run id [b2ca0f59a89e07d8] 2025-12-13 08:13:28.374 [I] [proxy/proxy_manager.go:173] [b2ca0f59a89e07d8] proxy added: [DNL01B4302] 2025-12-13 08:13:29.894 [I] [client/control.go:168] [b2ca0f59a89e07d8] [DNL01B4302] start proxy success 2025-12-13 08:17:02.825 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:17:12.827 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:17:12.828 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:17:22.830 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:17:22.831 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:17:32.832 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:17:32.833 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:17:42.835 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:17:42.836 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:17:52.837 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:18:12.838 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:18:22.841 [W] [client/service.go:297] [b2ca0f59a89e07d8] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 08:18:42.842 [I] [client/service.go:294] [b2ca0f59a89e07d8] try to connect to server... 2025-12-13 08:18:49.295 [I] [client/service.go:286] [b2ca0f59a89e07d8] login to server success, get run id [b2ca0f59a89e07d8] 2025-12-13 08:18:49.296 [I] [proxy/proxy_manager.go:173] [b2ca0f59a89e07d8] proxy added: [DNL01B4302] 2025-12-13 08:19:11.111 [I] [client/control.go:168] [b2ca0f59a89e07d8] [DNL01B4302] start proxy success 2025-12-13 08:19:11.112 [W] [client/control.go:166] [b2ca0f59a89e07d8] [DNL01B4302] start error: status not wait start, ignore start message [2025-12-13,08:20:03.227] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,08:20:05.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-13,08:35:02.702] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,08:35:04.849] [DEBUG] 6 processes running of frp type [2025-12-13,08:50:02.606] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,08:50:04.948] [DEBUG] 6 processes running of frp type [2025-12-13,09:05:02.416] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,09:05:05.054] [DEBUG] 6 processes running of frp type [2025-12-13,09:20:02.482] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,09:20:04.649] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,09:35:02.613] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,09:35:05.365] [DEBUG] 6 processes running of frp type [2025-12-13,09:50:02.078] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,09:50:04.055] [DEBUG] 6 processes running of frp type [2025-12-13,10:05:02.742] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,10:05:04.898] [DEBUG] 6 processes running of frp type [2025-12-13,10:20:02.352] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,10:20:04.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-13,10:35:03.183] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,10:35:05.181] [DEBUG] 6 processes running of frp type [2025-12-13,10:50:02.836] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,10:50:05.205] [DEBUG] 6 processes running of frp type [2025-12-13,11:05:03.339] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,11:05:05.781] [DEBUG] 6 processes running of frp type [2025-12-13,11:20:02.408] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,11:20:04.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-13,11:35:02.754] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,11:35:05.360] [DEBUG] 6 processes running of frp type [2025-12-13,11:50:02.313] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,11:50:05.128] [DEBUG] 6 processes running of frp type [2025-12-13,12:05:02.880] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,12:05:05.122] [DEBUG] 6 processes running of frp type [2025-12-13,12:20:02.670] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,12:20:05.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-12-13,12:35:02.655] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,12:35:05.000] [DEBUG] 6 processes running of frp type [2025-12-13,12:50:02.875] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,12:50:05.562] [DEBUG] 6 processes running of frp type [2025-12-13,13:05:02.942] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,13:05:05.375] [DEBUG] 6 processes running of frp type [2025-12-13,13:20:03.076] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,13:20:05.484] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,13:35:02.459] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,13:35:04.856] [DEBUG] 6 processes running of frp type [2025-12-13,13:50:03.017] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,13:50:05.713] [DEBUG] 6 processes running of frp type [2025-12-13,14:05:03.077] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,14:05:05.501] [DEBUG] 6 processes running of frp type [2025-12-13,14:20:02.890] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,14:20:05.293] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,14:35:02.865] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,14:35:06.417] [DEBUG] 6 processes running of frp type [2025-12-13,14:50:02.551] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,14:50:05.298] [DEBUG] 6 processes running of frp type [2025-12-13,15:05:02.649] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,15:05:05.426] [DEBUG] 6 processes running of frp type [2025-12-13,15:20:03.006] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,15:20:05.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-13,15:35:03.338] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,15:35:05.678] [DEBUG] 6 processes running of frp type [2025-12-13,15:50:03.264] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,15:50:05.648] [DEBUG] 6 processes running of frp type [2025-12-13,16:05:03.560] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,16:05:06.550] [DEBUG] 6 processes running of frp type [2025-12-13,16:20:02.962] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,16:20:06.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-13,16:35:02.808] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,16:35:04.992] [DEBUG] 6 processes running of frp type [2025-12-13,16:50:02.913] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,16:50:05.076] [DEBUG] 6 processes running of frp type [2025-12-13,17:05:02.471] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,17:05:04.469] [DEBUG] 6 processes running of frp type [2025-12-13,17:20:02.998] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,17:20:05.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' [2025-12-13,17:35:03.234] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,17:35:06.060] [DEBUG] 6 processes running of frp type [2025-12-13,17:50:03.449] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,17:50:08.290] [DEBUG] 6 processes running of frp type [2025-12-13,18:00:41.286] [INFO] Initializing BusSpeedStateManager V2 [2025-12-13,18:00:41.291] [INFO] LocationSqlManager initialising [2025-12-13,18:00:41.291] [INFO] Location DB initialising [2025-12-13,18:00:41.301] [INFO] LocationSqlManager initialisation complete [2025-12-13,18:00:41.302] [DEBUG] UploadManager Init [2025-12-13,18:00:41.302] [DEBUG] UploadManager Init Complete [2025-12-13,18:00:41.305] [INFO] Initializing GPS... [2025-12-13,18:00:41.307] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.927] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,18:02:34.265] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-13,18:03:03.973] [DEBUG] Log Upload Complete! [2025-12-13,18:05:30.294] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,18:05:36.372] [DEBUG] Remote Access Enabled [2025-12-13,18:05:37.918] [INFO] Server Address: 138.201.17.179 [2025-12-13,18:05:37.919] [INFO] Server Port: 7000 [2025-12-13,18:05:37.925] [DEBUG] Starting Remote Access! 2025-12-13 18:05:38.066 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-13 18:05:38.067 [I] [client/service.go:294] try to connect to server... 2025-12-13 18:05:39.385 [I] [client/service.go:286] [7d01438ea63373d6] login to server success, get run id [7d01438ea63373d6] 2025-12-13 18:05:39.386 [I] [proxy/proxy_manager.go:173] [7d01438ea63373d6] proxy added: [DNL01B4302] 2025-12-13 18:05:39.749 [I] [client/control.go:168] [7d01438ea63373d6] [DNL01B4302] start proxy success [2025-12-13,18:20:02.097] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,18:20:11.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-13,18:35:02.500] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,18:35:06.652] [DEBUG] 6 processes running of frp type [2025-12-13,18:50:02.314] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,18:50:04.634] [DEBUG] 6 processes running of frp type [2025-12-13,19:05:03.311] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,19:05:05.629] [DEBUG] 6 processes running of frp type [2025-12-13,19:20:03.337] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,19:20:07.646] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,19:35:03.796] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,19:35:24.254] [DEBUG] 6 processes running of frp type [2025-12-13,19:50:02.821] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,19:50:04.648] [DEBUG] 6 processes running of frp type [2025-12-13,20:05:02.134] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,20:05:07.096] [DEBUG] 6 processes running of frp type [2025-12-13,20:20:02.405] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,20:20:04.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-13,20:35:03.224] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,20:35:05.786] [DEBUG] 6 processes running of frp type [2025-12-13,20:50:02.721] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,20:50:04.623] [DEBUG] 6 processes running of frp type [2025-12-13,21:05:03.215] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,21:05:05.094] [DEBUG] 6 processes running of frp type [2025-12-13,21:20:02.517] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,21:20:04.565] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-13,21:35:03.299] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,21:35:05.197] [DEBUG] 6 processes running of frp type [2025-12-13,21:50:02.081] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,21:50:04.239] [DEBUG] 6 processes running of frp type 2025-12-13 22:00:04.182 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 22:00:16.699 [I] [client/service.go:286] [7d01438ea63373d6] login to server success, get run id [7d01438ea63373d6] 2025-12-13 22:00:16.701 [I] [proxy/proxy_manager.go:173] [7d01438ea63373d6] proxy added: [DNL01B4302] 2025-12-13 22:00:19.521 [I] [client/control.go:168] [7d01438ea63373d6] [DNL01B4302] start proxy success [2025-12-13,22:05:02.632] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,22:05:15.144] [DEBUG] 6 processes running of frp type [2025-12-13,22:20:02.874] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,22:20:05.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-13,22:35:01.958] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,22:35:03.862] [DEBUG] 6 processes running of frp type [2025-12-13,22:50:01.995] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,22:50:03.807] [DEBUG] 6 processes running of frp type [2025-12-13,23:05:01.958] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,23:05:04.150] [DEBUG] 6 processes running of frp type [2025-12-13,23:20:02.702] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,23:20:06.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-13 23:31:40.098 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:31:50.100 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:31:50.101 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:31:51.993 [I] [client/service.go:286] [7d01438ea63373d6] login to server success, get run id [7d01438ea63373d6] 2025-12-13 23:31:51.994 [I] [proxy/proxy_manager.go:173] [7d01438ea63373d6] proxy added: [DNL01B4302] 2025-12-13 23:31:52.354 [I] [client/control.go:168] [7d01438ea63373d6] [DNL01B4302] start proxy success 2025-12-13 23:32:30.889 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:32:40.891 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:32:40.892 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:32:50.892 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:32:50.893 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:33:00.894 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:33:00.894 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:33:10.896 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:33:10.896 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:33:20.898 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:33:40.899 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:33:50.901 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:34:10.902 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:34:20.904 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:34:40.905 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:34:42.120 [I] [client/service.go:286] [7d01438ea63373d6] login to server success, get run id [7d01438ea63373d6] 2025-12-13 23:34:42.121 [I] [proxy/proxy_manager.go:173] [7d01438ea63373d6] proxy added: [DNL01B4302] 2025-12-13 23:34:43.105 [I] [client/control.go:168] [7d01438ea63373d6] [DNL01B4302] start proxy success [2025-12-13,23:35:03.059] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-13,23:35:13.483] [DEBUG] 6 processes running of frp type 2025-12-13 23:41:04.070 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:41:14.072 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:41:14.072 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:41:24.074 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:41:24.075 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:41:34.076 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:41:34.077 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:41:44.078 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:41:44.079 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:41:54.080 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:42:14.081 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:42:24.084 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:42:44.085 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:42:54.087 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:43:14.088 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:43:24.091 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:43:44.092 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:43:54.094 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:44:14.096 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:44:24.098 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:44:44.099 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:44:45.136 [I] [client/service.go:286] [7d01438ea63373d6] login to server success, get run id [7d01438ea63373d6] 2025-12-13 23:44:45.137 [I] [proxy/proxy_manager.go:173] [7d01438ea63373d6] proxy added: [DNL01B4302] 2025-12-13 23:44:45.495 [I] [client/control.go:168] [7d01438ea63373d6] [DNL01B4302] start proxy success 2025-12-13 23:48:56.808 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:49:06.810 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:49:06.811 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:49:16.812 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:49:16.812 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:49:26.814 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:49:26.815 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:49:36.817 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:49:36.817 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:49:46.820 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:50:06.821 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:50:16.823 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:50:36.825 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:50:46.827 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:51:06.829 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:51:16.831 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:51:36.833 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:51:46.835 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:52:06.836 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:52:16.838 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:52:36.840 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:52:46.842 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:53:06.843 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:53:16.846 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:53:36.847 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:53:46.849 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:54:06.850 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:54:16.852 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:54:36.852 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:54:46.855 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:55:06.858 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:55:16.860 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:55:36.862 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:55:46.864 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:56:06.865 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:56:16.867 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:56:36.869 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:56:46.871 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:57:06.872 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:57:13.789 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: read tcp 192.168.1.102:36202->138.201.17.179:7000: read: connection reset by peer 2025-12-13 23:57:33.790 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:57:34.904 [I] [client/service.go:286] [7d01438ea63373d6] login to server success, get run id [7d01438ea63373d6] 2025-12-13 23:57:34.905 [I] [proxy/proxy_manager.go:173] [7d01438ea63373d6] proxy added: [DNL01B4302] 2025-12-13 23:57:35.293 [I] [client/control.go:168] [7d01438ea63373d6] [DNL01B4302] start proxy success 2025-12-13 23:58:44.534 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:58:54.537 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:58:54.538 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:59:04.539 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:59:04.540 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:59:14.541 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:59:14.541 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:59:24.543 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:59:24.543 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-13 23:59:34.544 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-13 23:59:54.545 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-14 00:00:04.548 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-14 00:00:24.549 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-14 00:00:26.496 [I] [client/service.go:286] [7d01438ea63373d6] login to server success, get run id [7d01438ea63373d6] 2025-12-14 00:00:26.497 [I] [proxy/proxy_manager.go:173] [7d01438ea63373d6] proxy added: [DNL01B4302] 2025-12-14 00:00:27.005 [I] [client/control.go:168] [7d01438ea63373d6] [DNL01B4302] start proxy success [2025-12-14,00:05:07.292] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,00:05:10.214] [DEBUG] 6 processes running of frp type 2025-12-14 00:18:23.191 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-14 00:18:33.193 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-14 00:18:33.193 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-14 00:18:43.194 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-14 00:18:43.196 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-14 00:18:53.199 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-14 00:18:53.200 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-14 00:19:03.201 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-14 00:19:03.202 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-14 00:19:13.203 [W] [client/service.go:297] [7d01438ea63373d6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-14 00:19:33.204 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-14 00:19:40.432 [I] [client/service.go:286] [7d01438ea63373d6] login to server success, get run id [7d01438ea63373d6] 2025-12-14 00:19:40.434 [I] [proxy/proxy_manager.go:173] [7d01438ea63373d6] proxy added: [DNL01B4302] 2025-12-14 00:19:41.507 [I] [client/control.go:168] [7d01438ea63373d6] [DNL01B4302] start proxy success [2025-12-14,00:20:02.417] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,00:20:04.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-12-14,00:35:02.952] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,00:35:04.803] [DEBUG] 6 processes running of frp type [2025-12-14,00:50:02.466] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,00:50:04.374] [DEBUG] 6 processes running of frp type [2025-12-14,01:05:02.629] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,01:05:04.661] [DEBUG] 6 processes running of frp type [2025-12-14,01:20:02.889] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,01:20:04.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-12-14,01:35:02.171] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,01:35:04.094] [DEBUG] 6 processes running of frp type [2025-12-14,01:50:02.088] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,01:50:04.012] [DEBUG] 6 processes running of frp type [2025-12-14,02:05:02.220] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,02:05:04.080] [DEBUG] 6 processes running of frp type [2025-12-14,02:20:02.328] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,02:20:04.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-14,02:35:02.824] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,02:35:04.781] [DEBUG] 6 processes running of frp type [2025-12-14,02:50:02.967] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,02:50:04.886] [DEBUG] 6 processes running of frp type [2025-12-14,03:05:02.102] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,03:05:04.009] [DEBUG] 6 processes running of frp type [2025-12-14,03:20:02.421] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,03:20:04.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-14,03:35:02.870] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,03:35:04.765] [DEBUG] 6 processes running of frp type [2025-12-14,03:50:03.302] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,03:50:05.210] [DEBUG] 6 processes running of frp type [2025-12-14,04:05:02.477] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,04:05:04.345] [DEBUG] 6 processes running of frp type [2025-12-14,04:20:02.686] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,04:20:04.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' [2025-12-14,04:35:02.346] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,04:35:04.114] [DEBUG] 6 processes running of frp type [2025-12-14,04:50:02.872] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,04:50:04.871] [DEBUG] 6 processes running of frp type [2025-12-14,05:05:02.477] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,05:05:04.271] [DEBUG] 6 processes running of frp type [2025-12-14,05:20:02.529] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,05:20:04.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-12-14,05:35:02.399] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,05:35:04.444] [DEBUG] 6 processes running of frp type [2025-12-14,05:50:02.260] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,05:50:04.170] [DEBUG] 6 processes running of frp type [2025-12-14,06:05:02.789] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,06:05:04.652] [DEBUG] 6 processes running of frp type [2025-12-14,06:20:03.065] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,06:20:04.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-14,06:35:02.177] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,06:35:04.211] [DEBUG] 6 processes running of frp type [2025-12-14,06:50:02.854] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,06:50:04.761] [DEBUG] 6 processes running of frp type [2025-12-14,07:05:02.085] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,07:05:03.896] [DEBUG] 6 processes running of frp type [2025-12-14,07:20:02.311] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,07:20:04.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-14,07:35:02.532] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,07:35:04.385] [DEBUG] 6 processes running of frp type [2025-12-14,07:50:02.799] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,07:50:04.679] [DEBUG] 6 processes running of frp type [2025-12-14,08:02:02.991] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,08:02:04.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,08:02:17.838] [DEBUG] Log Upload Complete! [2025-12-14,08:05:03.106] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,08:05:05.034] [DEBUG] 6 processes running of frp type [2025-12-14,08:20:02.385] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,08:20:04.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' [2025-12-14,08:35:02.561] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,08:35:04.966] [DEBUG] 6 processes running of frp type [2025-12-14,08:50:02.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,08:50:04.128] [DEBUG] 6 processes running of frp type [2025-12-14,09:05:02.747] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,09:05:04.579] [DEBUG] 6 processes running of frp type [2025-12-14,09:20:03.016] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,09:20:04.877] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,09:35:02.709] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,09:35:04.952] [DEBUG] 6 processes running of frp type [2025-12-14,09:50:03.015] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,09:50:04.961] [DEBUG] 6 processes running of frp type [2025-12-14,10:05:02.330] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,10:05:04.240] [DEBUG] 6 processes running of frp type [2025-12-14,10:20:02.568] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,10:20:05.063] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,10:35:03.155] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,10:35:05.073] [DEBUG] 6 processes running of frp type [2025-12-14,10:50:02.841] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,10:50:04.996] [DEBUG] 6 processes running of frp type [2025-12-14,11:05:02.744] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,11:05:06.325] [DEBUG] 6 processes running of frp type [2025-12-14,11:20:02.636] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,11:20:04.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-14,11:35:02.284] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,11:35:04.231] [DEBUG] 6 processes running of frp type [2025-12-14,11:50:02.841] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,11:50:04.756] [DEBUG] 6 processes running of frp type [2025-12-14,12:05:02.217] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,12:05:05.204] [DEBUG] 6 processes running of frp type [2025-12-14,12:20:02.446] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,12:20:04.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-14,12:35:02.307] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,12:35:04.372] [DEBUG] 6 processes running of frp type [2025-12-14,12:50:02.910] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,12:50:04.878] [DEBUG] 6 processes running of frp type [2025-12-14,13:05:02.552] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,13:05:05.124] [DEBUG] 6 processes running of frp type [2025-12-14,13:20:02.555] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,13:20:04.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-14,13:35:02.219] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,13:35:04.152] [DEBUG] 6 processes running of frp type [2025-12-14,13:50:03.007] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,13:50:04.960] [DEBUG] 6 processes running of frp type [2025-12-14,14:05:02.293] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,14:05:04.196] [DEBUG] 6 processes running of frp type [2025-12-14,14:20:02.663] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,14:20:07.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-14,14:35:02.569] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,14:35:04.574] [DEBUG] 6 processes running of frp type [2025-12-14,14:50:02.595] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,14:50:04.669] [DEBUG] 6 processes running of frp type [2025-12-14,15:05:02.077] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,15:05:04.045] [DEBUG] 6 processes running of frp type [2025-12-14,15:20:02.479] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,15:20:04.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-14,15:35:02.756] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,15:35:05.854] [DEBUG] 6 processes running of frp type [2025-12-14,15:50:02.480] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,15:50:04.317] [DEBUG] 6 processes running of frp type [2025-12-14,16:05:03.128] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,16:05:05.128] [DEBUG] 6 processes running of frp type [2025-12-14,16:20:02.359] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,16:20:04.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' [2025-12-14,16:35:02.062] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,16:35:04.140] [DEBUG] 6 processes running of frp type 2025-12-14 16:47:54.654 [I] [client/service.go:294] [7d01438ea63373d6] try to connect to server... 2025-12-14 16:48:04.443 [I] [client/service.go:286] [7d01438ea63373d6] login to server success, get run id [7d01438ea63373d6] 2025-12-14 16:48:04.444 [I] [proxy/proxy_manager.go:173] [7d01438ea63373d6] proxy added: [DNL01B4302] 2025-12-14 16:48:04.784 [I] [client/control.go:168] [7d01438ea63373d6] [DNL01B4302] start proxy success [2025-12-14,16:50:02.674] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,16:50:04.619] [DEBUG] 6 processes running of frp type [2025-12-14,17:05:03.119] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,17:05:04.960] [DEBUG] 6 processes running of frp type [2025-12-14,17:20:02.253] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,17:20:04.142] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,17:35:02.219] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,17:35:04.323] [DEBUG] 6 processes running of frp type [2025-12-14,17:50:03.106] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,17:50:04.898] [DEBUG] 6 processes running of frp type [2025-12-14,18:00:40.734] [INFO] Initializing BusSpeedStateManager V2 [2025-12-14,18:00:40.739] [INFO] LocationSqlManager initialising [2025-12-14,18:00:40.740] [INFO] Location DB initialising [2025-12-14,18:00:40.749] [INFO] LocationSqlManager initialisation complete [2025-12-14,18:00:40.750] [DEBUG] UploadManager Init [2025-12-14,18:00:40.750] [DEBUG] UploadManager Init Complete [2025-12-14,18:00:40.753] [INFO] Initializing GPS... [2025-12-14,18:00:40.755] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,18:02:29.485] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,18:02:31.328] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:40.544] [DEBUG] Log Upload Complete! [2025-12-14,18:05:29.590] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,18:05:31.353] [DEBUG] Remote Access Enabled [2025-12-14,18:05:32.778] [INFO] Server Address: 138.201.17.179 [2025-12-14,18:05:32.779] [INFO] Server Port: 7000 [2025-12-14,18:05:32.788] [DEBUG] Starting Remote Access! 2025-12-14 18:05:32.950 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-14 18:05:32.951 [I] [client/service.go:294] try to connect to server... 2025-12-14 18:05:33.968 [I] [client/service.go:286] [2f1a107c3b44a204] login to server success, get run id [2f1a107c3b44a204] 2025-12-14 18:05:33.969 [I] [proxy/proxy_manager.go:173] [2f1a107c3b44a204] proxy added: [DNL01B4302] 2025-12-14 18:05:34.308 [I] [client/control.go:168] [2f1a107c3b44a204] [DNL01B4302] start proxy success [2025-12-14,18:20:02.117] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,18:20:03.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-14,18:35:02.996] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,18:35:13.251] [DEBUG] 6 processes running of frp type [2025-12-14,18:50:02.328] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,18:50:04.264] [DEBUG] 6 processes running of frp type [2025-12-14,19:05:02.560] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,19:05:04.446] [DEBUG] 6 processes running of frp type [2025-12-14,19:20:02.748] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,19:20:04.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-14,19:35:02.739] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,19:35:09.264] [DEBUG] 6 processes running of frp type [2025-12-14,19:50:02.761] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,19:50:04.464] [DEBUG] 6 processes running of frp type [2025-12-14,20:05:02.669] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,20:05:04.436] [DEBUG] 6 processes running of frp type [2025-12-14,20:20:02.928] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,20:20:04.834] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,20:35:02.673] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,20:35:04.641] [DEBUG] 6 processes running of frp type [2025-12-14,20:50:02.542] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,20:50:04.257] [DEBUG] 6 processes running of frp type [2025-12-14,21:05:02.856] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,21:05:04.785] [DEBUG] 6 processes running of frp type [2025-12-14,21:20:02.062] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,21:20:03.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-14,21:35:02.223] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,21:35:04.356] [DEBUG] 6 processes running of frp type [2025-12-14,21:50:06.743] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,21:50:08.544] [DEBUG] 6 processes running of frp type [2025-12-14,22:05:03.000] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,22:05:04.879] [DEBUG] 6 processes running of frp type [2025-12-14,22:20:02.318] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,22:20:04.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-12-14,22:35:03.299] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,22:35:05.176] [DEBUG] 6 processes running of frp type [2025-12-14,22:50:02.922] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,22:50:04.706] [DEBUG] 6 processes running of frp type [2025-12-14,23:05:02.532] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,23:05:04.422] [DEBUG] 6 processes running of frp type [2025-12-14,23:20:02.823] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,23:20:04.562] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-14,23:35:02.726] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,23:35:04.606] [DEBUG] 6 processes running of frp type [2025-12-14,23:50:02.319] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-14,23:50:04.100] [DEBUG] 6 processes running of frp type [2025-12-15,00:05:02.392] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,00:05:04.124] [DEBUG] 6 processes running of frp type [2025-12-15,00:20:02.411] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,00:20:04.377] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,00:35:02.592] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,00:35:04.392] [DEBUG] 6 processes running of frp type [2025-12-15,00:50:02.550] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,00:50:04.505] [DEBUG] 6 processes running of frp type [2025-12-15,01:05:02.868] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,01:05:04.641] [DEBUG] 6 processes running of frp type [2025-12-15,01:20:02.834] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,01:20:04.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-15,01:35:02.143] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,01:35:04.032] [DEBUG] 6 processes running of frp type [2025-12-15,01:50:02.159] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,01:50:04.071] [DEBUG] 6 processes running of frp type [2025-12-15,02:05:02.360] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,02:05:04.239] [DEBUG] 6 processes running of frp type [2025-12-15,02:20:02.580] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,02:20:04.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-15,02:35:02.281] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,02:35:04.047] [DEBUG] 6 processes running of frp type [2025-12-15,02:50:02.464] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,02:50:04.289] [DEBUG] 6 processes running of frp type [2025-12-15,03:05:02.712] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,03:05:04.491] [DEBUG] 6 processes running of frp type [2025-12-15,03:20:03.187] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,03:20:04.999] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,03:35:02.343] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,03:35:04.075] [DEBUG] 6 processes running of frp type [2025-12-15,03:50:02.551] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,03:50:04.290] [DEBUG] 6 processes running of frp type [2025-12-15,04:05:02.698] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,04:05:04.474] [DEBUG] 6 processes running of frp type [2025-12-15,04:20:03.077] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,04:20:04.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-12-15,04:35:02.733] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,04:35:04.432] [DEBUG] 6 processes running of frp type [2025-12-15,04:50:02.138] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,04:50:03.926] [DEBUG] 6 processes running of frp type [2025-12-15,05:05:02.187] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,05:05:03.904] [DEBUG] 6 processes running of frp type [2025-12-15,05:20:02.181] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,05:20:03.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-12-15,05:35:02.517] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,05:35:04.288] [DEBUG] 6 processes running of frp type [2025-12-15,05:50:03.191] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,05:50:04.957] [DEBUG] 6 processes running of frp type [2025-12-15,06:05:02.463] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,06:05:04.143] [DEBUG] 6 processes running of frp type [2025-12-15,06:20:02.592] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,06:20:04.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-15,06:35:02.394] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,06:35:04.190] [DEBUG] 6 processes running of frp type [2025-12-15,06:50:02.744] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,06:50:04.549] [DEBUG] 6 processes running of frp type [2025-12-15,07:05:02.881] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,07:05:04.683] [DEBUG] 6 processes running of frp type [2025-12-15,07:20:01.965] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,07:20:03.783] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,07:35:03.201] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,07:35:04.955] [DEBUG] 6 processes running of frp type [2025-12-15,07:50:02.537] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,07:50:04.349] [DEBUG] 6 processes running of frp type [2025-12-15,08:02:02.598] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,08:02:04.368] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:25.368] [DEBUG] Log Upload Complete! [2025-12-15,08:05:02.753] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,08:05:04.533] [DEBUG] 6 processes running of frp type [2025-12-15,08:20:02.979] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,08:20:04.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-15,08:35:02.581] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,08:35:04.290] [DEBUG] 6 processes running of frp type [2025-12-15,08:50:02.116] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,08:50:03.797] [DEBUG] 6 processes running of frp type [2025-12-15,09:05:02.293] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,09:05:04.126] [DEBUG] 6 processes running of frp type [2025-12-15,09:20:02.556] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,09:20:04.325] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,09:35:02.662] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,09:35:04.506] [DEBUG] 6 processes running of frp type [2025-12-15,09:50:02.799] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,09:50:05.014] [DEBUG] 6 processes running of frp type [2025-12-15,10:05:02.555] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,10:05:04.680] [DEBUG] 6 processes running of frp type [2025-12-15,10:20:02.011] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,10:20:03.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-15,10:35:02.720] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,10:35:04.442] [DEBUG] 6 processes running of frp type [2025-12-15,10:50:02.883] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,10:50:04.755] [DEBUG] 6 processes running of frp type [2025-12-15,11:05:01.996] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,11:05:03.758] [DEBUG] 6 processes running of frp type [2025-12-15,11:20:01.965] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,11:20:03.625] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,11:35:02.701] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,11:35:04.444] [DEBUG] 6 processes running of frp type [2025-12-15,11:50:03.109] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,11:50:04.930] [DEBUG] 6 processes running of frp type [2025-12-15,12:05:02.428] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,12:05:09.539] [DEBUG] 6 processes running of frp type [2025-12-15,12:20:03.031] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,12:20:04.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-15,12:35:03.102] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,12:35:04.910] [DEBUG] 6 processes running of frp type [2025-12-15,12:50:03.381] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,12:50:05.079] [DEBUG] 6 processes running of frp type [2025-12-15,13:05:02.763] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,13:05:04.490] [DEBUG] 6 processes running of frp type [2025-12-15,13:20:03.106] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,13:20:04.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' [2025-12-15,13:35:03.276] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,13:35:05.030] [DEBUG] 6 processes running of frp type [2025-12-15,13:50:02.663] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,13:50:04.526] [DEBUG] 6 processes running of frp type [2025-12-15,14:05:02.899] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,14:05:04.620] [DEBUG] 6 processes running of frp type [2025-12-15,14:20:03.383] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,14:20:05.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-15,14:35:03.198] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,14:35:04.983] [DEBUG] 6 processes running of frp type [2025-12-15,14:50:02.821] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,14:50:04.566] [DEBUG] 6 processes running of frp type [2025-12-15,15:05:02.920] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,15:05:04.876] [DEBUG] 6 processes running of frp type [2025-12-15,15:20:02.141] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,15:20:03.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-15,15:35:02.499] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,15:35:04.394] [DEBUG] 6 processes running of frp type [2025-12-15,15:50:02.903] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,15:50:04.646] [DEBUG] 6 processes running of frp type [2025-12-15,16:05:03.096] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,16:05:09.135] [DEBUG] 6 processes running of frp type [2025-12-15,16:20:02.366] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,16:20:04.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-15,16:35:02.909] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,16:35:04.696] [DEBUG] 6 processes running of frp type [2025-12-15,16:50:02.710] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,16:50:04.669] [DEBUG] 6 processes running of frp type [2025-12-15,17:05:02.107] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,17:05:04.018] [DEBUG] 6 processes running of frp type [2025-12-15,17:20:02.606] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,17:20:04.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-15,17:35:03.086] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,17:35:04.783] [DEBUG] 6 processes running of frp type [2025-12-15,17:50:03.181] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,17:50:05.130] [DEBUG] 6 processes running of frp type [2025-12-15,18:00:41.130] [INFO] Initializing BusSpeedStateManager V2 [2025-12-15,18:00:41.164] [INFO] LocationSqlManager initialising [2025-12-15,18:00:41.165] [INFO] Location DB initialising [2025-12-15,18:00:41.176] [INFO] LocationSqlManager initialisation complete [2025-12-15,18:00:41.178] [DEBUG] UploadManager Init [2025-12-15,18:00:41.179] [DEBUG] UploadManager Init Complete [2025-12-15,18:00:41.182] [INFO] Initializing GPS... [2025-12-15,18:00:41.185] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.769] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,18:02:31.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( [2025-12-15,18:02:41.676] [DEBUG] Log Upload Complete! [2025-12-15,18:05:29.873] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,18:05:31.631] [DEBUG] Remote Access Enabled [2025-12-15,18:05:32.987] [INFO] Server Address: 138.201.17.179 [2025-12-15,18:05:32.989] [INFO] Server Port: 7000 [2025-12-15,18:05:32.998] [DEBUG] Starting Remote Access! 2025-12-15 18:05:33.201 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-15 18:05:33.202 [I] [client/service.go:294] try to connect to server... 2025-12-15 18:05:34.197 [I] [client/service.go:286] [d42bcdba9581b4ba] login to server success, get run id [d42bcdba9581b4ba] 2025-12-15 18:05:34.198 [I] [proxy/proxy_manager.go:173] [d42bcdba9581b4ba] proxy added: [DNL01B4302] 2025-12-15 18:05:34.541 [I] [client/control.go:168] [d42bcdba9581b4ba] [DNL01B4302] start proxy success [2025-12-15,18:20:02.385] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,18:20:04.095] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,18:35:02.764] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,18:35:04.485] [DEBUG] 6 processes running of frp type [2025-12-15,18:50:02.535] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,18:50:04.349] [DEBUG] 6 processes running of frp type 2025-12-15 18:51:47.570 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-15 18:51:57.573 [W] [client/service.go:297] [d42bcdba9581b4ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 18:51:57.574 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-15 18:52:02.542 [I] [client/service.go:286] [d42bcdba9581b4ba] login to server success, get run id [d42bcdba9581b4ba] 2025-12-15 18:52:02.542 [I] [proxy/proxy_manager.go:173] [d42bcdba9581b4ba] proxy added: [DNL01B4302] 2025-12-15 18:52:02.884 [I] [client/control.go:168] [d42bcdba9581b4ba] [DNL01B4302] start proxy success 2025-12-15 18:54:12.601 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-15 18:54:22.603 [W] [client/service.go:297] [d42bcdba9581b4ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 18:54:22.604 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-15 18:54:32.605 [W] [client/service.go:297] [d42bcdba9581b4ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 18:54:32.606 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-15 18:54:42.607 [W] [client/service.go:297] [d42bcdba9581b4ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 18:54:42.607 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-15 18:54:52.609 [W] [client/service.go:297] [d42bcdba9581b4ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 18:54:52.609 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-15 18:55:02.610 [W] [client/service.go:297] [d42bcdba9581b4ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 18:55:22.612 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-15 18:55:34.325 [I] [client/service.go:286] [d42bcdba9581b4ba] login to server success, get run id [d42bcdba9581b4ba] 2025-12-15 18:55:34.327 [I] [proxy/proxy_manager.go:173] [d42bcdba9581b4ba] proxy added: [DNL01B4302] 2025-12-15 18:55:34.973 [I] [client/control.go:168] [d42bcdba9581b4ba] [DNL01B4302] start proxy success 2025-12-15 19:04:13.879 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-15 19:04:23.470 [I] [client/service.go:286] [d42bcdba9581b4ba] login to server success, get run id [d42bcdba9581b4ba] 2025-12-15 19:04:23.471 [I] [proxy/proxy_manager.go:173] [d42bcdba9581b4ba] proxy added: [DNL01B4302] 2025-12-15 19:04:32.131 [I] [client/control.go:168] [d42bcdba9581b4ba] [DNL01B4302] start proxy success 2025-12-15 19:04:55.444 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-15 19:05:00.855 [I] [client/service.go:286] [d42bcdba9581b4ba] login to server success, get run id [d42bcdba9581b4ba] 2025-12-15 19:05:00.855 [I] [proxy/proxy_manager.go:173] [d42bcdba9581b4ba] proxy added: [DNL01B4302] 2025-12-15 19:05:01.839 [I] [client/control.go:168] [d42bcdba9581b4ba] [DNL01B4302] start proxy success [2025-12-15,19:05:05.857] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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-a8-a9 (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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2025-12-15,19:20:02.384] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,19:20:05.281] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-15 19:30:44.044 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-15 19:30:54.805 [I] [client/service.go:286] [d42bcdba9581b4ba] login to server success, get run id [d42bcdba9581b4ba] 2025-12-15 19:30:54.806 [I] [proxy/proxy_manager.go:173] [d42bcdba9581b4ba] proxy added: [DNL01B4302] 2025-12-15 19:31:05.048 [I] [client/control.go:168] [d42bcdba9581b4ba] [DNL01B4302] start proxy success [2025-12-15,19:35:02.737] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,19:35:04.687] [DEBUG] 6 processes running of frp type [2025-12-15,19:50:02.852] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,19:50:04.952] [DEBUG] 6 processes running of frp type [2025-12-15,20:05:02.315] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,20:05:04.387] [DEBUG] 6 processes running of frp type [2025-12-15,20:20:02.595] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,20:20:04.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-15,20:35:02.845] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,20:35:06.038] [DEBUG] 6 processes running of frp type [2025-12-15,20:50:02.052] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,20:50:11.683] [DEBUG] 6 processes running of frp type 2025-12-15 20:54:45.088 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-15 20:54:55.089 [W] [client/service.go:297] [d42bcdba9581b4ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-15 20:54:55.090 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-15 20:55:08.000 [W] [client/service.go:297] [d42bcdba9581b4ba] connect to server error: i/o deadline reached 2025-12-15 20:55:08.000 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-15 20:55:25.522 [W] [client/service.go:297] [d42bcdba9581b4ba] connect to server error: connection write timeout 2025-12-15 20:55:25.522 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-15 20:55:33.966 [I] [client/service.go:286] [d42bcdba9581b4ba] login to server success, get run id [d42bcdba9581b4ba] 2025-12-15 20:55:33.968 [I] [proxy/proxy_manager.go:173] [d42bcdba9581b4ba] proxy added: [DNL01B4302] 2025-12-15 20:55:34.287 [I] [client/control.go:168] [d42bcdba9581b4ba] [DNL01B4302] start proxy success [2025-12-15,21:05:03.456] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,21:05:06.792] [DEBUG] 6 processes running of frp type [2025-12-15,21:20:02.399] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,21:20:05.525] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,21:35:02.706] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,21:35:13.688] [DEBUG] 6 processes running of frp type [2025-12-15,21:50:02.923] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,21:50:05.020] [DEBUG] 6 processes running of frp type [2025-12-15,22:05:02.518] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,22:05:04.267] [DEBUG] 6 processes running of frp type [2025-12-15,22:20:02.738] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,22:20:05.752] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-15,22:35:02.045] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,22:35:03.889] [DEBUG] 6 processes running of frp type [2025-12-15,22:50:02.558] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,22:50:04.705] [DEBUG] 6 processes running of frp type [2025-12-15,23:05:02.018] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,23:05:03.787] [DEBUG] 6 processes running of frp type [2025-12-15,23:20:01.983] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,23:20:03.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,23:35:03.209] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,23:35:05.053] [DEBUG] 6 processes running of frp type [2025-12-15,23:50:02.276] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-15,23:50:04.002] [DEBUG] 6 processes running of frp type [2025-12-16,00:05:02.259] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,00:05:04.023] [DEBUG] 6 processes running of frp type [2025-12-16,00:20:02.231] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,00:20:03.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-16,00:35:02.569] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,00:35:04.358] [DEBUG] 6 processes running of frp type [2025-12-16,00:50:02.422] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,00:50:04.164] [DEBUG] 6 processes running of frp type [2025-12-16,01:05:02.432] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,01:05:04.124] [DEBUG] 6 processes running of frp type [2025-12-16,01:20:02.498] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,01:20:04.236] [DEBUG] 6 processes running of frp type 2025-12-16 01:25:35.724 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-16 01:25:45.726 [W] [client/service.go:297] [d42bcdba9581b4ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 01:25:45.727 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-16 01:25:55.728 [W] [client/service.go:297] [d42bcdba9581b4ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 01:25:55.728 [I] [client/service.go:294] [d42bcdba9581b4ba] 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-16 01:26:05.730 [W] [client/service.go:297] [d42bcdba9581b4ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 01:26:05.731 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-16 01:26:15.732 [W] [client/service.go:297] [d42bcdba9581b4ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 01:26:15.733 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-16 01:26:25.734 [W] [client/service.go:297] [d42bcdba9581b4ba] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-16 01:26:45.736 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-16 01:26:47.103 [I] [client/service.go:286] [d42bcdba9581b4ba] login to server success, get run id [d42bcdba9581b4ba] 2025-12-16 01:26:47.104 [I] [proxy/proxy_manager.go:173] [d42bcdba9581b4ba] proxy added: [DNL01B4302] 2025-12-16 01:26:47.446 [I] [client/control.go:168] [d42bcdba9581b4ba] [DNL01B4302] start proxy success [2025-12-16,01:35:02.638] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,01:35:04.413] [DEBUG] 6 processes running of frp type [2025-12-16,01:50:02.487] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,01:50:04.567] [DEBUG] 6 processes running of frp type [2025-12-16,02:05:02.820] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,02:05:04.578] [DEBUG] 6 processes running of frp type [2025-12-16,02:20:02.705] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,02:20:04.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' [2025-12-16,02:35:03.019] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,02:35:04.791] [DEBUG] 6 processes running of frp type [2025-12-16,02:50:02.944] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,02:50:04.608] [DEBUG] 6 processes running of frp type [2025-12-16,03:05:03.150] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,03:05:05.010] [DEBUG] 6 processes running of frp type [2025-12-16,03:20:02.365] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,03:20:04.259] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,03:35:02.688] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,03:35:04.480] [DEBUG] 6 processes running of frp type [2025-12-16,03:50:02.057] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,03:50:03.778] [DEBUG] 6 processes running of frp type [2025-12-16,04:05:02.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,04:05:04.230] [DEBUG] 6 processes running of frp type [2025-12-16,04:20:02.502] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,04:20:04.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-16,04:35:02.257] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,04:35:04.109] [DEBUG] 6 processes running of frp type [2025-12-16,04:50:02.292] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,04:50:04.132] [DEBUG] 6 processes running of frp type [2025-12-16,05:05:02.453] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,05:05:04.249] [DEBUG] 6 processes running of frp type [2025-12-16,05:20:02.612] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,05:20:04.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-16,05:35:03.177] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,05:35:05.019] [DEBUG] 6 processes running of frp type [2025-12-16,05:50:03.108] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,05:50:05.079] [DEBUG] 6 processes running of frp type [2025-12-16,06:05:02.844] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,06:05:04.706] [DEBUG] 6 processes running of frp type [2025-12-16,06:20:02.023] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,06:20:03.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-16,06:35:02.701] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,06:35:04.471] [DEBUG] 6 processes running of frp type [2025-12-16,06:50:02.625] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,06:50:04.421] [DEBUG] 6 processes running of frp type [2025-12-16,07:05:03.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,07:05:04.829] [DEBUG] 6 processes running of frp type [2025-12-16,07:20:02.327] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,07:20:04.099] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,07:35:02.507] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,07:35:04.331] [DEBUG] 6 processes running of frp type [2025-12-16,07:50:02.469] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,07:50:04.220] [DEBUG] 6 processes running of frp type [2025-12-16,08:02:02.478] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,08:02:04.215] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:21.215] [DEBUG] Log Upload Complete! [2025-12-16,08:05:02.442] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,08:05:04.260] [DEBUG] 6 processes running of frp type [2025-12-16,08:20:02.498] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,08:20:04.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-16,08:35:02.733] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,08:35:04.762] [DEBUG] 6 processes running of frp type [2025-12-16,08:50:02.305] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,08:50:04.110] [DEBUG] 6 processes running of frp type [2025-12-16,09:05:03.539] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,09:05:05.645] [DEBUG] 6 processes running of frp type [2025-12-16,09:20:04.813] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,09:20:08.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-16,09:35:03.020] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,09:35:05.148] [DEBUG] 6 processes running of frp type [2025-12-16,09:50:02.192] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,09:50:03.948] [DEBUG] 6 processes running of frp type [2025-12-16,10:05:02.286] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,10:05:03.983] [DEBUG] 6 processes running of frp type [2025-12-16,10:20:02.244] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,10:20:05.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-16,10:35:03.100] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,10:35:05.593] [DEBUG] 6 processes running of frp type 2025-12-16 10:39:07.804 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-16 10:39:14.524 [I] [client/service.go:286] [d42bcdba9581b4ba] login to server success, get run id [d42bcdba9581b4ba] 2025-12-16 10:39:14.525 [I] [proxy/proxy_manager.go:173] [d42bcdba9581b4ba] proxy added: [DNL01B4302] 2025-12-16 10:39:32.444 [I] [client/control.go:168] [d42bcdba9581b4ba] [DNL01B4302] start proxy success 2025-12-16 10:42:28.105 [I] [client/service.go:294] [d42bcdba9581b4ba] try to connect to server... 2025-12-16 10:42:29.760 [I] [client/service.go:286] [d42bcdba9581b4ba] login to server success, get run id [d42bcdba9581b4ba] 2025-12-16 10:42:29.761 [I] [proxy/proxy_manager.go:173] [d42bcdba9581b4ba] proxy added: [DNL01B4302] 2025-12-16 10:42:30.237 [I] [client/control.go:168] [d42bcdba9581b4ba] [DNL01B4302] start proxy success [2025-12-16,10:50:02.692] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,10:50:04.573] [DEBUG] 6 processes running of frp type [2025-12-16,11:05:03.115] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,11:05:04.808] [DEBUG] 6 processes running of frp type [2025-12-16,11:20:02.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,11:20:03.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-12-16,11:35:03.130] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,11:35:04.876] [DEBUG] 6 processes running of frp type [2025-12-16,11:50:02.735] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,11:50:04.487] [DEBUG] 6 processes running of frp type [2025-12-16,12:05:02.785] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,12:05:04.689] [DEBUG] 6 processes running of frp type [2025-12-16,12:20:03.383] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,12:20:05.409] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,12:35:02.759] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,12:35:04.609] [DEBUG] 6 processes running of frp type [2025-12-16,12:50:02.871] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,12:50:04.564] [DEBUG] 6 processes running of frp type [2025-12-16,13:05:02.810] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,13:05:04.685] [DEBUG] 6 processes running of frp type [2025-12-16,13:20:03.062] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,13:20:04.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-16,13:35:02.278] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,13:35:04.106] [DEBUG] 6 processes running of frp type [2025-12-16,13:50:02.053] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,13:50:03.870] [DEBUG] 6 processes running of frp type [2025-12-16,14:05:02.301] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,14:05:04.136] [DEBUG] 6 processes running of frp type [2025-12-16,14:20:02.502] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,14:20:04.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-16,14:35:02.861] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,14:35:04.676] [DEBUG] 6 processes running of frp type [2025-12-16,14:50:02.089] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,14:50:09.101] [DEBUG] 6 processes running of frp type [2025-12-16,15:05:02.357] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,15:05:04.054] [DEBUG] 6 processes running of frp type [2025-12-16,15:20:02.359] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,15:20:04.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-16,15:35:03.034] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,15:35:04.976] [DEBUG] 6 processes running of frp type [2025-12-16,15:50:02.130] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,15:50:03.957] [DEBUG] 6 processes running of frp type [2025-12-16,16:05:02.395] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,16:05:04.414] [DEBUG] 6 processes running of frp type [2025-12-16,16:20:03.744] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,16:20:07.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-12-16,16:35:02.498] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,16:35:04.464] [DEBUG] 6 processes running of frp type [2025-12-16,16:50:02.223] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,16:50:04.075] [DEBUG] 6 processes running of frp type [2025-12-16,17:05:02.326] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,17:05:04.034] [DEBUG] 6 processes running of frp type [2025-12-16,17:20:02.308] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,17:20:04.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-16,17:35:02.424] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,17:35:04.155] [DEBUG] 6 processes running of frp type [2025-12-16,17:50:03.111] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,17:50:04.907] [DEBUG] 6 processes running of frp type [2025-12-16,18:00:40.545] [INFO] Initializing BusSpeedStateManager V2 [2025-12-16,18:00:40.550] [INFO] LocationSqlManager initialising [2025-12-16,18:00:40.551] [INFO] Location DB initialising [2025-12-16,18:00:40.560] [INFO] LocationSqlManager initialisation complete [2025-12-16,18:00:40.560] [DEBUG] UploadManager Init [2025-12-16,18:00:40.561] [DEBUG] UploadManager Init Complete [2025-12-16,18:00:40.563] [INFO] Initializing GPS... [2025-12-16,18:00:40.565] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.436] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,18:02:31.158] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-16,18:02:46.453] [DEBUG] Log Upload Complete! [2025-12-16,18:05:29.499] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,18:05:31.216] [DEBUG] Remote Access Enabled [2025-12-16,18:05:32.559] [INFO] Server Address: 138.201.17.179 [2025-12-16,18:05:32.560] [INFO] Server Port: 7000 [2025-12-16,18:05:32.569] [DEBUG] Starting Remote Access! 2025-12-16 18:05:32.730 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-16 18:05:32.731 [I] [client/service.go:294] try to connect to server... 2025-12-16 18:05:33.701 [I] [client/service.go:286] [4efb10518aec0c66] login to server success, get run id [4efb10518aec0c66] 2025-12-16 18:05:33.702 [I] [proxy/proxy_manager.go:173] [4efb10518aec0c66] proxy added: [DNL01B4302] 2025-12-16 18:05:34.050 [I] [client/control.go:168] [4efb10518aec0c66] [DNL01B4302] start proxy success [2025-12-16,18:20:03.142] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,18:20:05.216] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-16 18:33:03.790 [I] [client/service.go:294] [4efb10518aec0c66] try to connect to server... 2025-12-16 18:33:07.299 [I] [client/service.go:286] [4efb10518aec0c66] login to server success, get run id [4efb10518aec0c66] 2025-12-16 18:33:07.300 [I] [proxy/proxy_manager.go:173] [4efb10518aec0c66] proxy added: [DNL01B4302] 2025-12-16 18:33:07.742 [I] [client/control.go:168] [4efb10518aec0c66] [DNL01B4302] start proxy success [2025-12-16,18:35:02.702] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,18:35:04.436] [DEBUG] 6 processes running of frp type [2025-12-16,18:50:02.376] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,18:50:04.299] [DEBUG] 6 processes running of frp type [2025-12-16,19:05:02.646] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,19:05:04.454] [DEBUG] 6 processes running of frp type [2025-12-16,19:20:02.761] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,19:20:04.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-16,19:35:02.553] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,19:35:04.529] [DEBUG] 6 processes running of frp type [2025-12-16,19:50:02.770] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,19:50:05.057] [DEBUG] 6 processes running of frp type [2025-12-16,20:05:02.540] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,20:05:06.003] [DEBUG] 6 processes running of frp type [2025-12-16,20:20:02.408] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,20:20:04.801] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,20:35:02.633] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,20:35:06.107] [DEBUG] 6 processes running of frp type [2025-12-16,20:50:02.447] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,20:50:05.742] [DEBUG] 6 processes running of frp type 2025-12-16 21:03:40.238 [I] [client/service.go:294] [4efb10518aec0c66] try to connect to server... 2025-12-16 21:03:58.178 [W] [client/service.go:297] [4efb10518aec0c66] connect to server error: connection write timeout 2025-12-16 21:03:58.178 [I] [client/service.go:294] [4efb10518aec0c66] try to connect to server... 2025-12-16 21:03:59.250 [I] [client/service.go:286] [4efb10518aec0c66] login to server success, get run id [4efb10518aec0c66] 2025-12-16 21:03:59.251 [I] [proxy/proxy_manager.go:173] [4efb10518aec0c66] proxy added: [DNL01B4302] 2025-12-16 21:03:59.582 [I] [client/control.go:168] [4efb10518aec0c66] [DNL01B4302] start proxy success 2025-12-16 21:04:38.546 [I] [client/service.go:294] [4efb10518aec0c66] try to connect to server... 2025-12-16 21:04:41.071 [I] [client/service.go:286] [4efb10518aec0c66] login to server success, get run id [4efb10518aec0c66] 2025-12-16 21:04:41.072 [I] [proxy/proxy_manager.go:173] [4efb10518aec0c66] proxy added: [DNL01B4302] 2025-12-16 21:04:41.542 [I] [client/control.go:168] [4efb10518aec0c66] [DNL01B4302] start proxy success [2025-12-16,21:05:02.374] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,21:05:37.186] [DEBUG] 6 processes running of frp type [2025-12-16,21:20:02.376] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,21:20:11.477] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,21:35:02.430] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,21:35:04.584] [DEBUG] 6 processes running of frp type [2025-12-16,21:50:02.616] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,21:50:05.915] [DEBUG] 6 processes running of frp type [2025-12-16,22:05:02.371] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,22:05:04.362] [DEBUG] 6 processes running of frp type [2025-12-16,22:20:03.011] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,22:20:07.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-16,22:35:02.654] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,22:35:06.122] [DEBUG] 6 processes running of frp type [2025-12-16,22:50:02.732] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,22:50:04.747] [DEBUG] 6 processes running of frp type [2025-12-16,23:05:01.949] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,23:05:04.081] [DEBUG] 6 processes running of frp type [2025-12-16,23:20:02.408] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,23:20:04.292] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-16,23:35:02.820] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,23:35:04.701] [DEBUG] 6 processes running of frp type [2025-12-16,23:50:02.577] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-16,23:50:04.505] [DEBUG] 6 processes running of frp type [2025-12-17,00:05:03.027] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,00:05:05.015] [DEBUG] 6 processes running of frp type [2025-12-17,00:20:02.431] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,00:20:04.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-17,00:35:02.778] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,00:35:04.644] [DEBUG] 6 processes running of frp type [2025-12-17,00:50:02.573] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,00:50:04.359] [DEBUG] 6 processes running of frp type [2025-12-17,01:05:02.784] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,01:05:04.582] [DEBUG] 6 processes running of frp type [2025-12-17,01:20:03.413] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,01:20:05.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-17,01:35:03.006] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,01:35:04.793] [DEBUG] 6 processes running of frp type [2025-12-17,01:50:02.208] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,01:50:03.972] [DEBUG] 6 processes running of frp type [2025-12-17,02:05:02.285] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,02:05:03.939] [DEBUG] 6 processes running of frp type [2025-12-17,02:20:02.146] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,02:20:03.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-12-17,02:35:02.492] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,02:35:04.393] [DEBUG] 6 processes running of frp type [2025-12-17,02:50:03.127] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,02:50:05.017] [DEBUG] 6 processes running of frp type [2025-12-17,03:05:02.572] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,03:05:04.392] [DEBUG] 6 processes running of frp type [2025-12-17,03:20:02.843] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,03:20:04.681] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,03:35:02.399] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,03:35:04.158] [DEBUG] 6 processes running of frp type [2025-12-17,03:50:02.984] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,03:50:04.808] [DEBUG] 6 processes running of frp type [2025-12-17,04:05:02.683] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,04:05:04.668] [DEBUG] 6 processes running of frp type [2025-12-17,04:20:02.167] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,04:20:04.042] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,04:35:03.122] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,04:35:04.961] [DEBUG] 6 processes running of frp type [2025-12-17,04:50:03.066] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,04:50:04.895] [DEBUG] 6 processes running of frp type [2025-12-17,05:05:02.103] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,05:05:03.908] [DEBUG] 6 processes running of frp type [2025-12-17,05:20:02.387] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,05:20:04.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' [2025-12-17,05:35:02.960] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,05:35:04.839] [DEBUG] 6 processes running of frp type [2025-12-17,05:50:02.366] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,05:50:04.148] [DEBUG] 6 processes running of frp type [2025-12-17,06:05:02.797] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,06:05:04.540] [DEBUG] 6 processes running of frp type [2025-12-17,06:20:02.977] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,06:20:04.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-17,06:35:02.631] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,06:35:04.476] [DEBUG] 6 processes running of frp type [2025-12-17,06:50:02.462] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,06:50:04.215] [DEBUG] 6 processes running of frp type [2025-12-17,07:05:02.538] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,07:05:04.290] [DEBUG] 6 processes running of frp type [2025-12-17,07:20:02.605] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,07:20:04.374] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,07:35:02.084] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,07:35:03.844] [DEBUG] 6 processes running of frp type [2025-12-17,07:50:02.924] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,07:50:04.819] [DEBUG] 6 processes running of frp type [2025-12-17,08:02:02.047] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,08:02:03.694] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:19.367] [DEBUG] Log Upload Complete! [2025-12-17,08:05:02.155] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,08:05:03.900] [DEBUG] 6 processes running of frp type [2025-12-17,08:20:02.241] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,08:20:04.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,08:35:02.584] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,08:35:04.333] [DEBUG] 6 processes running of frp type [2025-12-17,08:50:02.945] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,08:50:04.680] [DEBUG] 6 processes running of frp type [2025-12-17,09:05:03.155] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,09:05:04.947] [DEBUG] 6 processes running of frp type [2025-12-17,09:20:02.257] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,09:20:03.999] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,09:35:02.217] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,09:35:04.046] [DEBUG] 6 processes running of frp type [2025-12-17,09:50:03.393] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,09:50:05.078] [DEBUG] 6 processes running of frp type [2025-12-17,10:05:02.801] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,10:05:04.618] [DEBUG] 6 processes running of frp type [2025-12-17,10:20:01.990] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,10:20:03.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' [2025-12-17,10:35:02.799] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,10:35:04.705] [DEBUG] 6 processes running of frp type [2025-12-17,10:50:02.868] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,10:50:04.712] [DEBUG] 6 processes running of frp type [2025-12-17,11:05:02.079] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,11:05:03.855] [DEBUG] 6 processes running of frp type [2025-12-17,11:20:02.149] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,11:20:03.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-12-17,11:35:03.140] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,11:35:05.254] [DEBUG] 6 processes running of frp type [2025-12-17,11:50:02.550] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,11:50:04.562] [DEBUG] 6 processes running of frp type [2025-12-17,12:05:03.078] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,12:05:04.822] [DEBUG] 6 processes running of frp type [2025-12-17,12:20:02.045] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,12:20:03.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-17,12:35:02.323] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,12:35:04.108] [DEBUG] 6 processes running of frp type [2025-12-17,12:50:02.985] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,12:50:04.905] [DEBUG] 6 processes running of frp type [2025-12-17,13:05:02.196] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,13:05:03.969] [DEBUG] 6 processes running of frp type [2025-12-17,13:20:02.291] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,13:20:04.210] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,13:35:02.816] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,13:35:04.629] [DEBUG] 6 processes running of frp type [2025-12-17,13:50:02.432] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,13:50:04.164] [DEBUG] 6 processes running of frp type [2025-12-17,14:05:02.639] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,14:05:04.441] [DEBUG] 6 processes running of frp type [2025-12-17,14:20:02.659] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,14:20:04.383] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,14:35:02.480] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,14:35:04.359] [DEBUG] 6 processes running of frp type [2025-12-17,14:50:02.289] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,14:50:04.216] [DEBUG] 6 processes running of frp type [2025-12-17,15:05:02.711] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,15:05:04.483] [DEBUG] 6 processes running of frp type [2025-12-17,15:20:02.822] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,15:20:04.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-12-17,15:35:02.696] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,15:35:04.502] [DEBUG] 6 processes running of frp type [2025-12-17,15:50:02.258] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,15:50:04.005] [DEBUG] 6 processes running of frp type [2025-12-17,16:05:02.513] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,16:05:04.338] [DEBUG] 6 processes running of frp type [2025-12-17,16:20:02.626] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,16:20:04.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-12-17,16:35:02.629] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,16:35:04.334] [DEBUG] 6 processes running of frp type [2025-12-17,16:50:03.031] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,16:50:05.139] [DEBUG] 6 processes running of frp type [2025-12-17,17:05:02.609] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,17:05:04.394] [DEBUG] 6 processes running of frp type [2025-12-17,17:20:02.785] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,17:20:04.765] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,17:35:02.766] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,17:35:04.559] [DEBUG] 6 processes running of frp type [2025-12-17,17:50:02.335] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,17:50:04.155] [DEBUG] 6 processes running of frp type [2025-12-17,18:00:40.834] [INFO] Initializing BusSpeedStateManager V2 [2025-12-17,18:00:40.838] [INFO] LocationSqlManager initialising [2025-12-17,18:00:40.839] [INFO] Location DB initialising [2025-12-17,18:00:40.849] [INFO] LocationSqlManager initialisation complete [2025-12-17,18:00:40.850] [DEBUG] UploadManager Init [2025-12-17,18:00:40.850] [DEBUG] UploadManager Init Complete [2025-12-17,18:00:40.853] [INFO] Initializing GPS... [2025-12-17,18:00:40.855] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.659] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,18:02:31.359] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:38.213] [DEBUG] Log Upload Complete! [2025-12-17,18:05:29.871] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,18:05:31.601] [DEBUG] Remote Access Enabled [2025-12-17,18:05:32.918] [INFO] Server Address: 138.201.17.179 [2025-12-17,18:05:32.919] [INFO] Server Port: 7000 [2025-12-17,18:05:32.928] [DEBUG] Starting Remote Access! 2025-12-17 18:05:33.118 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-17 18:05:33.119 [I] [client/service.go:294] try to connect to server... 2025-12-17 18:05:34.085 [I] [client/service.go:286] [56ace3f00185a6d5] login to server success, get run id [56ace3f00185a6d5] 2025-12-17 18:05:34.086 [I] [proxy/proxy_manager.go:173] [56ace3f00185a6d5] proxy added: [DNL01B4302] 2025-12-17 18:05:34.414 [I] [client/control.go:168] [56ace3f00185a6d5] [DNL01B4302] start proxy success [2025-12-17,18:20:02.435] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,18:20:04.455] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,18:35:02.860] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,18:35:04.770] [DEBUG] 6 processes running of frp type [2025-12-17,18:50:02.622] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,18:50:04.462] [DEBUG] 6 processes running of frp type [2025-12-17,19:05:03.109] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,19:05:05.154] [DEBUG] 6 processes running of frp type [2025-12-17,19:20:02.465] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,19:20:04.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-17,19:35:02.072] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,19:35:04.115] [DEBUG] 6 processes running of frp type [2025-12-17,19:50:02.280] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,19:50:04.363] [DEBUG] 6 processes running of frp type [2025-12-17,20:05:02.949] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,20:05:05.100] [DEBUG] 6 processes running of frp type [2025-12-17,20:20:02.407] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,20:20:04.529] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,20:35:02.171] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,20:35:04.386] [DEBUG] 6 processes running of frp type [2025-12-17,20:50:02.506] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,20:50:07.210] [DEBUG] 6 processes running of frp type [2025-12-17,21:05:02.690] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,21:05:04.936] [DEBUG] 6 processes running of frp type [2025-12-17,21:20:02.170] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,21:20:05.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-12-17,21:35:03.047] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,21:35:05.380] [DEBUG] 6 processes running of frp type [2025-12-17,21:50:02.934] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,21:50:05.194] [DEBUG] 6 processes running of frp type [2025-12-17,22:05:02.975] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,22:05:05.211] [DEBUG] 6 processes running of frp type [2025-12-17,22:20:02.550] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,22:20:04.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-17,22:35:02.956] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,22:35:04.693] [DEBUG] 6 processes running of frp type [2025-12-17,22:50:02.634] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,22:50:04.367] [DEBUG] 6 processes running of frp type [2025-12-17,23:05:02.776] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,23:05:04.501] [DEBUG] 6 processes running of frp type [2025-12-17,23:20:02.809] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,23:20:04.634] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-17,23:35:02.653] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,23:35:04.373] [DEBUG] 6 processes running of frp type [2025-12-17,23:50:02.741] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-17,23:50:04.697] [DEBUG] 6 processes running of frp type [2025-12-18,00:05:03.283] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,00:05:05.080] [DEBUG] 6 processes running of frp type [2025-12-18,00:20:02.216] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,00:20:04.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-18,00:35:02.873] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,00:35:04.606] [DEBUG] 6 processes running of frp type [2025-12-18,00:50:02.384] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,00:50:04.167] [DEBUG] 6 processes running of frp type [2025-12-18,01:05:02.793] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,01:05:04.599] [DEBUG] 6 processes running of frp type [2025-12-18,01:20:03.261] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,01:20:05.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-18,01:35:02.369] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,01:35:04.281] [DEBUG] 6 processes running of frp type [2025-12-18,01:50:03.217] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,01:50:05.006] [DEBUG] 6 processes running of frp type 2025-12-18 02:04:42.467 [I] [client/service.go:294] [56ace3f00185a6d5] try to connect to server... 2025-12-18 02:04:43.482 [I] [client/service.go:286] [56ace3f00185a6d5] login to server success, get run id [56ace3f00185a6d5] 2025-12-18 02:04:43.483 [I] [proxy/proxy_manager.go:173] [56ace3f00185a6d5] proxy added: [DNL01B4302] 2025-12-18 02:04:43.803 [I] [client/control.go:168] [56ace3f00185a6d5] [DNL01B4302] start proxy success [2025-12-18,02:05:02.491] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,02:05:04.284] [DEBUG] 6 processes running of frp type [2025-12-18,02:20:02.549] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,02:20:04.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-18,02:35:02.354] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,02:35:04.216] [DEBUG] 6 processes running of frp type [2025-12-18,02:50:02.967] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,02:50:04.769] [DEBUG] 6 processes running of frp type [2025-12-18,03:05:02.140] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,03:05:03.902] [DEBUG] 6 processes running of frp type [2025-12-18,03:20:02.438] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,03:20:04.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-18,03:35:02.470] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,03:35:04.303] [DEBUG] 6 processes running of frp type [2025-12-18,03:50:02.791] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,03:50:04.604] [DEBUG] 6 processes running of frp type [2025-12-18,04:05:02.940] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,04:05:04.688] [DEBUG] 6 processes running of frp type [2025-12-18,04:20:01.978] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,04:20:03.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-12-18,04:35:03.027] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,04:35:04.748] [DEBUG] 6 processes running of frp type [2025-12-18,04:50:02.606] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,04:50:04.349] [DEBUG] 6 processes running of frp type [2025-12-18,05:05:03.063] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,05:05:04.935] [DEBUG] 6 processes running of frp type [2025-12-18,05:20:02.235] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,05:20:04.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-18,05:35:02.620] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,05:35:04.385] [DEBUG] 6 processes running of frp type [2025-12-18,05:50:02.507] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,05:50:04.258] [DEBUG] 6 processes running of frp type [2025-12-18,06:05:02.636] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,06:05:04.665] [DEBUG] 6 processes running of frp type [2025-12-18,06:20:02.205] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,06:20:03.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-12-18,06:35:02.779] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,06:35:04.597] [DEBUG] 6 processes running of frp type [2025-12-18,06:50:02.399] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,06:50:04.155] [DEBUG] 6 processes running of frp type [2025-12-18,07:05:02.669] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,07:05:04.461] [DEBUG] 6 processes running of frp type [2025-12-18,07:20:02.633] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,07:20:04.381] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,07:35:02.271] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,07:35:04.006] [DEBUG] 6 processes running of frp type [2025-12-18,07:50:02.921] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,07:50:04.772] [DEBUG] 6 processes running of frp type [2025-12-18,08:02:02.013] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,08:02:03.652] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-18,08:02:22.108] [DEBUG] Log Upload Complete! [2025-12-18,08:05:02.193] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,08:05:03.901] [DEBUG] 6 processes running of frp type [2025-12-18,08:20:02.078] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,08:20:03.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' [2025-12-18,08:35:02.579] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,08:35:04.338] [DEBUG] 6 processes running of frp type [2025-12-18,08:50:02.341] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,08:50:04.065] [DEBUG] 6 processes running of frp type [2025-12-18,09:05:02.330] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,09:05:04.018] [DEBUG] 6 processes running of frp type [2025-12-18,09:20:02.357] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,09:20:04.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-18,09:35:03.283] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,09:35:05.207] [DEBUG] 6 processes running of frp type [2025-12-18,09:50:02.062] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,09:50:03.766] [DEBUG] 6 processes running of frp type [2025-12-18,10:05:02.435] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,10:05:04.226] [DEBUG] 6 processes running of frp type [2025-12-18,10:20:02.502] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,10:20:04.411] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,10:35:02.205] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,10:35:04.062] [DEBUG] 6 processes running of frp type [2025-12-18,10:50:02.770] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,10:50:04.526] [DEBUG] 6 processes running of frp type [2025-12-18,11:05:03.241] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,11:05:04.941] [DEBUG] 6 processes running of frp type [2025-12-18,11:20:02.219] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,11:20:04.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-18,11:35:02.601] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,11:35:04.385] [DEBUG] 6 processes running of frp type [2025-12-18,11:50:02.873] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,11:50:04.622] [DEBUG] 6 processes running of frp type [2025-12-18,12:05:03.161] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,12:05:04.930] [DEBUG] 6 processes running of frp type [2025-12-18,12:20:02.287] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,12:20:04.142] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,12:35:02.608] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,12:35:04.589] [DEBUG] 6 processes running of frp type [2025-12-18,12:50:02.065] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,12:50:03.974] [DEBUG] 6 processes running of frp type [2025-12-18,13:05:02.626] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,13:05:04.604] [DEBUG] 6 processes running of frp type [2025-12-18,13:20:03.109] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,13:20:04.842] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,13:35:02.949] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,13:35:04.717] [DEBUG] 6 processes running of frp type [2025-12-18,13:50:02.402] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,13:50:04.321] [DEBUG] 6 processes running of frp type [2025-12-18,14:05:02.532] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,14:05:04.443] [DEBUG] 6 processes running of frp type [2025-12-18,14:20:02.880] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,14:20:04.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-18,14:35:03.012] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,14:35:04.823] [DEBUG] 6 processes running of frp type [2025-12-18,14:50:02.726] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,14:50:04.584] [DEBUG] 6 processes running of frp type [2025-12-18,15:05:03.225] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,15:05:05.063] [DEBUG] 6 processes running of frp type [2025-12-18,15:20:02.623] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,15:20:04.412] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,15:35:02.463] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,15:35:04.385] [DEBUG] 6 processes running of frp type [2025-12-18,15:50:02.950] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,15:50:05.015] [DEBUG] 6 processes running of frp type [2025-12-18,16:05:02.606] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,16:05:04.638] [DEBUG] 6 processes running of frp type [2025-12-18,16:20:03.142] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,16:20:05.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-18,16:35:02.397] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,16:35:04.430] [DEBUG] 6 processes running of frp type [2025-12-18,16:50:01.991] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,16:50:03.837] [DEBUG] 6 processes running of frp type [2025-12-18,17:05:02.180] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,17:05:03.960] [DEBUG] 6 processes running of frp type [2025-12-18,17:20:02.256] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,17:20:04.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-18,17:35:02.365] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,17:35:04.042] [DEBUG] 6 processes running of frp type [2025-12-18,17:50:02.437] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,17:50:04.190] [DEBUG] 6 processes running of frp type [2025-12-18,18:00:42.283] [INFO] Initializing BusSpeedStateManager V2 [2025-12-18,18:00:42.288] [INFO] LocationSqlManager initialising [2025-12-18,18:00:42.288] [INFO] Location DB initialising [2025-12-18,18:00:42.298] [INFO] LocationSqlManager initialisation complete [2025-12-18,18:00:42.298] [DEBUG] UploadManager Init [2025-12-18,18:00:42.299] [DEBUG] UploadManager Init Complete [2025-12-18,18:00:42.301] [INFO] Initializing GPS... [2025-12-18,18:00:42.303] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,18:02:29.976] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,18:02:31.731] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:40.791] [DEBUG] Log Upload Complete! [2025-12-18,18:05:30.040] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,18:05:31.788] [DEBUG] Remote Access Enabled [2025-12-18,18:05:33.146] [INFO] Server Address: 138.201.17.179 [2025-12-18,18:05:33.148] [INFO] Server Port: 7000 [2025-12-18,18:05:33.156] [DEBUG] Starting Remote Access! 2025-12-18 18:05:33.330 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-18 18:05:33.331 [I] [client/service.go:294] try to connect to server... 2025-12-18 18:05:34.417 [I] [client/service.go:286] [e6f4cd9ad7e1358c] login to server success, get run id [e6f4cd9ad7e1358c] 2025-12-18 18:05:34.418 [I] [proxy/proxy_manager.go:173] [e6f4cd9ad7e1358c] proxy added: [DNL01B4302] 2025-12-18 18:05:34.815 [I] [client/control.go:168] [e6f4cd9ad7e1358c] [DNL01B4302] start proxy success [2025-12-18,18:20:02.693] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,18:20:04.422] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,18:35:03.113] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,18:35:09.934] [DEBUG] 6 processes running of frp type [2025-12-18,18:50:02.679] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,18:50:04.538] [DEBUG] 6 processes running of frp type [2025-12-18,19:05:02.862] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,19:05:05.026] [DEBUG] 6 processes running of frp type [2025-12-18,19:20:02.287] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,19:20:04.174] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-18,19:35:02.653] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,19:35:04.850] [DEBUG] 6 processes running of frp type [2025-12-18,19:50:02.802] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,19:50:06.363] [DEBUG] 6 processes running of frp type [2025-12-18,20:05:02.725] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,20:05:16.864] [DEBUG] 6 processes running of frp type [2025-12-18,20:20:02.181] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-18,20:20:05.580] [DEBUG] 6 processes running of frp type [2025-12-18,20:17:48.077] [INFO] Initializing BusSpeedStateManager V2 [2025-12-18,20:17:48.084] [INFO] LocationSqlManager initialising [2025-12-18,20:17:48.085] [INFO] Location DB initialising [2025-12-18,20:17:48.097] [INFO] LocationSqlManager initialisation complete [2025-12-18,20:17:48.098] [DEBUG] UploadManager Init [2025-12-18,20:17:48.099] [DEBUG] UploadManager Init Complete [2025-12-18,20:17:48.103] [INFO] Initializing GPS... [2025-12-18,20:17:48.106] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,12:41:46.371] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,12:41:48.696] [DEBUG] Remote Access Enabled [2025-12-19,12:41:50.521] [INFO] Server Address: 138.201.17.179 [2025-12-19,12:41:50.522] [INFO] Server Port: 7000 [2025-12-19,12:41:50.527] [DEBUG] Starting Remote Access! 2025-12-19 12:41:50.666 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-19 12:41:50.667 [I] [client/service.go:294] try to connect to server... 2025-12-19 12:41:51.862 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 12:41:51.864 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 12:41:53.906 [I] [client/control.go:168] [18935bd587e883c3] [DNL01B4302] start proxy success [2025-12-19,12:50:02.361] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,12:50:04.956] [DEBUG] 6 processes running of frp type [2025-12-19,13:05:02.372] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,13:05:05.099] [DEBUG] 6 processes running of frp type [2025-12-19,13:20:02.685] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,13:20:04.781] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,13:35:02.171] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,13:35:06.628] [DEBUG] 6 processes running of frp type [2025-12-19,13:50:02.407] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,13:50:05.389] [DEBUG] 6 processes running of frp type [2025-12-19,14:05:03.322] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2025-12-19 14:05:22.883 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 14:05:32.885 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 14:05:32.886 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 14:05:41.442 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 14:05:41.444 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 14:05:44.631 [I] [client/control.go:168] [18935bd587e883c3] [DNL01B4302] start proxy success [2025-12-19,14:05:50.307] [DEBUG] 6 processes running of frp type 2025-12-19 14:06:16.318 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 14:06:26.320 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 14:06:26.320 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 14:06:41.354 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 14:06:41.354 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 14:06:56.490 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: session shutdown 2025-12-19 14:06:56.491 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 14:07:08.756 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 14:07:08.756 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 14:07:25.565 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 14:07:45.567 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 14:07:54.567 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 14:07:54.569 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 14:08:01.595 [I] [client/control.go:168] [18935bd587e883c3] [DNL01B4302] start proxy success [2025-12-19,14:20:02.711] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,14:20:06.104] [DEBUG] 6 processes running of frp type 2025-12-19 14:23:49.884 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 14:23:53.673 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 14:23:53.675 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 14:23:54.843 [I] [client/control.go:168] [18935bd587e883c3] [DNL01B4302] 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,14:35:02.382] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,14:35:08.294] [DEBUG] 6 processes running of frp type [2025-12-19,14:50:02.341] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,14:50:05.037] [DEBUG] 6 processes running of frp type 2025-12-19 15:00:21.655 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 15:00:31.657 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 15:00:31.658 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 15:00:47.887 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 15:00:47.887 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 15:00:57.224 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 15:00:57.226 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 15:00:59.973 [I] [client/control.go:168] [18935bd587e883c3] [DNL01B4302] start proxy success 2025-12-19 15:02:01.087 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 15:02:02.297 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 15:02:02.298 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 15:02:02.638 [I] [client/control.go:168] [18935bd587e883c3] [DNL01B4302] start proxy success [2025-12-19,15:05:02.645] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,15:05:05.149] [DEBUG] 6 processes running of frp type 2025-12-19 15:16:22.546 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 15:16:32.548 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 15:16:32.549 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 15:16:42.551 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 15:16:42.552 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 15:16:44.453 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 15:16:44.455 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 15:16:44.808 [I] [client/control.go:168] [18935bd587e883c3] [DNL01B4302] start proxy success [2025-12-19,15:20:02.435] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,15:20:04.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-12-19,15:35:03.389] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,15:35:06.347] [DEBUG] 6 processes running of frp type [2025-12-19,15:50:02.166] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,15:50:04.523] [DEBUG] 6 processes running of frp type [2025-12-19,16:05:02.834] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,16:05:05.820] [DEBUG] 6 processes running of frp type [2025-12-19,16:20:02.039] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,16:20:04.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-19,16:35:03.274] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,16:35:05.720] [DEBUG] 6 processes running of frp type [2025-12-19,16:50:02.491] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,16:50:05.075] [DEBUG] 6 processes running of frp type 2025-12-19 16:53:21.820 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 16:53:31.821 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 16:53:31.822 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 16:53:44.147 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 16:53:44.148 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 16:54:03.032 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 16:54:03.033 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 16:54:25.030 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 16:54:25.032 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 16:54:48.906 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 16:54:50.522 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 16:54:50.523 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 16:54:51.138 [I] [client/control.go:168] [18935bd587e883c3] [DNL01B4302] start proxy success [2025-12-19,17:05:02.528] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,17:05:08.756] [DEBUG] 6 processes running of frp type 2025-12-19 17:05:27.509 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:05:38.820 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 17:05:38.822 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 17:05:39.619 [I] [client/control.go:168] [18935bd587e883c3] [DNL01B4302] start proxy success 2025-12-19 17:13:58.823 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:14:08.659 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 17:14:08.660 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 17:14:09.362 [I] [client/control.go:168] [18935bd587e883c3] [DNL01B4302] start proxy success [2025-12-19,17:20:02.089] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,17:20:17.967] [DEBUG] 6 processes running of frp type 2025-12-19 17:24:35.747 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:24:50.112 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 17:24:50.112 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:24:55.519 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: read tcp 192.168.1.102:58398->138.201.17.179:7000: read: connection reset by peer 2025-12-19 17:24:55.520 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:25:04.536 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: session shutdown 2025-12-19 17:25:04.536 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:25:20.204 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: i/o deadline reached 2025-12-19 17:25:20.205 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:25:34.616 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 17:25:34.617 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 17:25:50.468 [I] [client/control.go:168] [18935bd587e883c3] [DNL01B4302] 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 17:27:09.509 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:27:27.258 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: i/o deadline reached 2025-12-19 17:27:27.259 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:27:37.260 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 17:27:37.261 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:27:49.836 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 17:27:49.837 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 17:27:54.628 [I] [client/control.go:168] [18935bd587e883c3] [DNL01B4302] start proxy success 2025-12-19 17:28:20.820 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:28:32.681 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 17:28:32.683 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 17:28:50.004 [I] [client/control.go:168] [18935bd587e883c3] [DNL01B4302] start proxy success 2025-12-19 17:29:04.072 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:29:05.373 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 17:29:05.375 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 17:29:05.725 [I] [client/control.go:168] [18935bd587e883c3] [DNL01B4302] start proxy success 2025-12-19 17:29:44.756 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:29:58.154 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 17:29:58.156 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 17:30:05.838 [I] [client/control.go:168] [18935bd587e883c3] [DNL01B4302] start proxy success 2025-12-19 17:31:27.901 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:31:35.498 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: read tcp 192.168.1.102:35714->138.201.17.179:7000: read: connection reset by peer 2025-12-19 17:31:35.499 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:31:45.499 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 17:31:45.500 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:31:55.719 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 17:31:55.721 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 17:32:09.969 [I] [client/control.go:168] [18935bd587e883c3] [DNL01B4302] start proxy success 2025-12-19 17:32:29.984 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:32:42.054 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 17:32:42.055 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:32:57.350 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 17:32:57.351 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 17:33:03.088 [I] [client/control.go:168] [18935bd587e883c3] [DNL01B4302] start proxy success 2025-12-19 17:33:29.653 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:33:42.855 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: i/o deadline reached 2025-12-19 17:33:42.856 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:33:52.857 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 17:33:52.858 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:34:08.134 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: i/o deadline reached 2025-12-19 17:34:08.135 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:34:20.620 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 17:34:20.620 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:34:30.622 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 17:34:50.624 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... [2025-12-19,17:35:04.749] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2025-12-19 17:35:05.589 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 17:35:25.591 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:35:38.369 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout [2025-12-19,17:35:54.516] [DEBUG] 6 processes running of frp type 2025-12-19 17:35:58.371 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:36:14.579 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: i/o deadline reached 2025-12-19 17:36:34.580 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:36:47.819 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: i/o deadline reached 2025-12-19 17:37:07.821 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:37:30.779 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: i/o deadline reached 2025-12-19 17:37:30.780 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:37:38.535 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: session shutdown 2025-12-19 17:37:58.536 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:38:13.909 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: i/o deadline reached 2025-12-19 17:38:33.911 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:38:50.045 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: i/o deadline reached 2025-12-19 17:39:10.046 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:39:20.048 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 17:39:40.049 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:39:59.495 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: i/o deadline reached 2025-12-19 17:40:19.496 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:40:27.380 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 17:40:27.382 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 17:40:31.543 [I] [client/control.go:168] [18935bd587e883c3] [DNL01B4302] start proxy success 2025-12-19 17:42:32.902 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:42:46.422 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: session shutdown 2025-12-19 17:42:46.422 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:43:04.341 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: i/o deadline reached 2025-12-19 17:43:04.342 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:43:24.199 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: i/o deadline reached 2025-12-19 17:43:24.199 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:43:45.206 [I] [client/service.go:286] [18935bd587e883c3] login to server success, get run id [18935bd587e883c3] 2025-12-19 17:43:45.208 [I] [proxy/proxy_manager.go:173] [18935bd587e883c3] proxy added: [DNL01B4302] 2025-12-19 17:43:59.637 [I] [client/control.go:168] [18935bd587e883c3] [DNL01B4302] start proxy success 2025-12-19 17:46:24.260 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:46:36.497 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 17:46:36.498 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:46:47.378 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 17:46:47.379 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:46:53.099 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: session shutdown 2025-12-19 17:46:53.100 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:47:00.466 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: read tcp 192.168.1.102:41508->138.201.17.179:7000: read: connection reset by peer 2025-12-19 17:47:20.467 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:47:30.469 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 17:47:50.470 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:48:00.473 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 17:48:20.474 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:48:32.093 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: i/o deadline reached 2025-12-19 17:48:52.095 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:49:02.097 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 17:49:22.098 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:49:41.106 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 17:50:01.108 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:50:11.110 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2025-12-19,17:50:14.115] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2025-12-19 17:50:31.111 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:50:44.937 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 17:51:04.938 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2025-12-19 17:51:19.377 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 17:51:39.378 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:51:56.118 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: i/o deadline reached 2025-12-19 17:52:16.119 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:52:28.745 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 17:52:48.746 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:53:01.203 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: i/o deadline reached 2025-12-19 17:53:21.203 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:53:34.016 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 17:53:54.017 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:54:12.416 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 17:54:32.417 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:54:47.087 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: i/o deadline reached 2025-12-19 17:55:07.088 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:55:21.382 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 17:55:41.383 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:56:03.801 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: i/o deadline reached 2025-12-19 17:56:03.802 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:56:15.150 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 17:56:35.151 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:56:46.021 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 17:57:06.022 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:57:11.272 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: read tcp 192.168.1.102:38868->138.201.17.179:7000: read: connection reset by peer 2025-12-19 17:57:31.273 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:57:45.215 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: connection write timeout 2025-12-19 17:58:05.216 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:58:23.943 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: i/o deadline reached 2025-12-19 17:58:43.944 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:58:49.433 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: session shutdown 2025-12-19 17:59:09.434 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:59:17.033 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: session shutdown 2025-12-19 17:59:37.034 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... 2025-12-19 17:59:47.036 [W] [client/service.go:297] [18935bd587e883c3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 18:00:07.037 [I] [client/service.go:294] [18935bd587e883c3] try to connect to server... [2025-12-19,18:00:41.203] [INFO] Initializing BusSpeedStateManager V2 [2025-12-19,18:00:41.207] [INFO] LocationSqlManager initialising [2025-12-19,18:00:41.208] [INFO] Location DB initialising [2025-12-19,18:00:41.217] [INFO] LocationSqlManager initialisation complete [2025-12-19,18:00:41.218] [DEBUG] UploadManager Init [2025-12-19,18:00:41.218] [DEBUG] UploadManager Init Complete [2025-12-19,18:00:41.221] [INFO] Initializing GPS... [2025-12-19,18:00:41.223] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:45.288] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 446, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 441, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.9/http/client.py", line 1351, in getresponse response.begin() File "/usr/lib/python3.9/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.9/http/client.py", line 285, in _read_status raise RemoteDisconnected("Remote end closed connection without" http.client.RemoteDisconnected: Remote end closed connection without response During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 446, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 441, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.9/http/client.py", line 1351, in getresponse response.begin() File "/usr/lib/python3.9/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.9/http/client.py", line 285, in _read_status raise RemoteDisconnected("Remote end closed connection without" urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 25, in main response = requests.get(api_url, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) [2025-12-19,18:07:29.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 ConnectTimeoutError(, 'Connection to safepassenger.co.in timed out. (connect timeout=120)')) [2025-12-19,18:20:37.064] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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-a8-a9 (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-a8-a9 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1137)'))) [2025-12-19,18:24:56.026] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Read timed out. (read timeout=120) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:35:10.667] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,18:36:42.309] [DEBUG] Remote Access Enabled 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: /get_frp_config/ (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 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 698, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_frp_config/ (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1137)'))) [2025-12-19,18:40:08.063] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) [2025-12-19,18:50:03.958] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 446, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 441, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.9/http/client.py", line 1351, in getresponse response.begin() File "/usr/lib/python3.9/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.9/http/client.py", line 285, in _read_status raise RemoteDisconnected("Remote end closed connection without" http.client.RemoteDisconnected: Remote end closed connection without response During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 446, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 441, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.9/http/client.py", line 1351, in getresponse response.begin() File "/usr/lib/python3.9/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.9/http/client.py", line 285, in _read_status raise RemoteDisconnected("Remote end closed connection without" urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 724, in send history = [resp for resp in gen] File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 724, in history = [resp for resp in gen] File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 265, in resolve_redirects resp = self.send( File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) [2025-12-19,19:05:03.296] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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-a8-a9 (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-a8-a9 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1137)'))) [2025-12-19,19:20:19.377] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:36:09.782] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) [2025-12-19,19:50:02.031] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,19:50:04.286] [DEBUG] Remote Access Enabled [2025-12-19,19:50:06.349] [INFO] Server Address: 138.201.17.179 [2025-12-19,19:50:06.351] [INFO] Server Port: 7000 [2025-12-19,19:50:06.360] [DEBUG] Starting Remote Access! 2025-12-19 19:50:06.571 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-19 19:50:06.571 [I] [client/service.go:294] try to connect to server... 2025-12-19 19:50:07.731 [I] [client/service.go:286] [52540fae4d2d993a] login to server success, get run id [52540fae4d2d993a] 2025-12-19 19:50:07.732 [I] [proxy/proxy_manager.go:173] [52540fae4d2d993a] proxy added: [DNL01B4302] 2025-12-19 19:50:08.321 [I] [client/control.go:168] [52540fae4d2d993a] [DNL01B4302] start proxy success [2025-12-19,20:05:03.746] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,20:05:10.506] [DEBUG] 6 processes running of frp type 2025-12-19 20:17:53.861 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:18:03.174 [I] [client/service.go:286] [52540fae4d2d993a] login to server success, get run id [52540fae4d2d993a] 2025-12-19 20:18:03.175 [I] [proxy/proxy_manager.go:173] [52540fae4d2d993a] proxy added: [DNL01B4302] 2025-12-19 20:18:04.133 [I] [client/control.go:168] [52540fae4d2d993a] [DNL01B4302] start proxy success 2025-12-19 20:19:11.928 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:19:23.394 [I] [client/service.go:286] [52540fae4d2d993a] login to server success, get run id [52540fae4d2d993a] 2025-12-19 20:19:23.395 [I] [proxy/proxy_manager.go:173] [52540fae4d2d993a] proxy added: [DNL01B4302] 2025-12-19 20:19:38.218 [I] [client/control.go:168] [52540fae4d2d993a] [DNL01B4302] start proxy success [2025-12-19,20:20:13.973] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2025-12-19 20:20:31.014 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:20:41.016 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 20:20:41.017 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:20:51.018 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 20:20:51.019 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:21:01.021 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 20:21:01.022 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:21:11.024 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 20:21:11.024 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:21:31.682 [I] [client/service.go:286] [52540fae4d2d993a] login to server success, get run id [52540fae4d2d993a] 2025-12-19 20:21:31.683 [I] [proxy/proxy_manager.go:173] [52540fae4d2d993a] proxy added: [DNL01B4302] 2025-12-19 20:21:59.181 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:22:11.564 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: connection write timeout 2025-12-19 20:22:11.564 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:22:21.566 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 20:22:21.567 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:22:36.812 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: i/o deadline reached 2025-12-19 20:22:36.813 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:22:50.936 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: connection write timeout 2025-12-19 20:22:50.937 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:23:00.938 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2025-12-19,20:23:17.720] [DEBUG] 6 processes running of frp type 2025-12-19 20:23:20.939 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:23:27.613 [I] [client/service.go:286] [52540fae4d2d993a] login to server success, get run id [52540fae4d2d993a] 2025-12-19 20:23:27.614 [I] [proxy/proxy_manager.go:173] [52540fae4d2d993a] proxy added: [DNL01B4302] 2025-12-19 20:23:34.304 [I] [client/control.go:168] [52540fae4d2d993a] [DNL01B4302] 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,20:35:02.584] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,20:35:05.089] [DEBUG] 6 processes running of frp type 2025-12-19 20:39:21.591 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:39:31.593 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 20:39:31.594 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:39:41.595 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 20:39:41.595 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:39:51.597 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 20:39:51.597 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:40:01.599 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 20:40:01.599 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:40:11.601 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 20:40:31.603 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:40:41.604 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 20:41:01.606 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:41:11.608 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 20:41:31.610 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:41:41.611 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 20:42:01.613 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:42:11.615 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 20:42:31.616 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:42:47.687 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: connection write timeout 2025-12-19 20:43:07.688 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:43:17.690 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 20:43:37.692 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:43:47.694 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 20:44:07.695 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:44:17.697 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 20:44:37.699 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:44:47.701 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-19 20:45:07.702 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-19 20:45:10.558 [I] [client/service.go:286] [52540fae4d2d993a] login to server success, get run id [52540fae4d2d993a] 2025-12-19 20:45:10.559 [I] [proxy/proxy_manager.go:173] [52540fae4d2d993a] proxy added: [DNL01B4302] 2025-12-19 20:45:11.797 [I] [client/control.go:168] [52540fae4d2d993a] [DNL01B4302] start proxy success [2025-12-19,20:50:02.178] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,20:50:04.668] [DEBUG] 6 processes running of frp type [2025-12-19,21:05:02.331] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,21:05:06.004] [DEBUG] 6 processes running of frp type [2025-12-19,21:20:02.361] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,21:20:05.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-19,21:35:02.656] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,21:35:05.711] [DEBUG] 6 processes running of frp type [2025-12-19,21:50:02.502] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,21:50:05.171] [DEBUG] 6 processes running of frp type [2025-12-19,22:05:02.534] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,22:05:07.136] [DEBUG] 6 processes running of frp type [2025-12-19,22:20:02.760] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,22:20:08.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-12-19,22:35:03.004] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,22:35:05.513] [DEBUG] 6 processes running of frp type [2025-12-19,22:50:02.748] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,22:50:08.589] [DEBUG] 6 processes running of frp type [2025-12-19,23:05:03.107] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,23:05:07.502] [DEBUG] 6 processes running of frp type [2025-12-19,23:20:02.802] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,23:20:05.401] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-19,23:35:02.249] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,23:35:04.857] [DEBUG] 6 processes running of frp type [2025-12-19,23:50:02.160] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-19,23:50:04.780] [DEBUG] 6 processes running of frp type [2025-12-20,00:05:02.228] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,00:05:04.586] [DEBUG] 6 processes running of frp type [2025-12-20,00:20:03.075] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,00:20:05.718] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,00:35:02.162] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,00:35:04.213] [DEBUG] 6 processes running of frp type [2025-12-20,00:50:02.709] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,00:50:05.117] [DEBUG] 6 processes running of frp type [2025-12-20,01:05:02.878] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,01:05:05.574] [DEBUG] 6 processes running of frp type [2025-12-20,01:20:03.054] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,01:20:05.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-20,01:35:02.814] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,01:35:05.215] [DEBUG] 6 processes running of frp type [2025-12-20,01:50:03.158] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,01:50:05.344] [DEBUG] 6 processes running of frp type [2025-12-20,02:05:02.652] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,02:05:05.168] [DEBUG] 6 processes running of frp type [2025-12-20,02:20:02.411] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,02:20:04.812] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,02:35:02.284] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,02:35:04.918] [DEBUG] 6 processes running of frp type [2025-12-20,02:50:02.429] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,02:50:04.684] [DEBUG] 6 processes running of frp type [2025-12-20,03:05:02.013] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,03:05:04.711] [DEBUG] 6 processes running of frp type [2025-12-20,03:20:02.011] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,03:20:04.396] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,03:35:03.158] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,03:35:05.495] [DEBUG] 6 processes running of frp type [2025-12-20,03:50:02.060] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,03:50:04.668] [DEBUG] 6 processes running of frp type [2025-12-20,04:05:01.968] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,04:05:04.567] [DEBUG] 6 processes running of frp type [2025-12-20,04:20:03.086] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,04:20:05.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-12-20,04:35:02.431] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,04:35:04.614] [DEBUG] 6 processes running of frp type [2025-12-20,04:50:02.443] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,04:50:04.712] [DEBUG] 6 processes running of frp type [2025-12-20,05:05:02.376] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,05:05:04.267] [DEBUG] 6 processes running of frp type [2025-12-20,05:20:02.567] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,05:20:04.765] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,05:35:02.344] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,05:35:04.605] [DEBUG] 6 processes running of frp type [2025-12-20,05:50:02.868] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,05:50:05.400] [DEBUG] 6 processes running of frp type [2025-12-20,06:05:02.704] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,06:05:04.867] [DEBUG] 6 processes running of frp type [2025-12-20,06:20:02.183] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,06:20:04.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-20,06:35:03.047] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,06:35:05.152] [DEBUG] 6 processes running of frp type [2025-12-20,06:50:02.183] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,06:50:04.398] [DEBUG] 6 processes running of frp type [2025-12-20,07:05:02.973] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,07:05:05.293] [DEBUG] 6 processes running of frp type [2025-12-20,07:20:02.598] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,07:20:05.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-12-20,07:35:02.665] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,07:35:05.310] [DEBUG] 6 processes running of frp type [2025-12-20,07:50:03.232] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,07:50:05.641] [DEBUG] 6 processes running of frp type [2025-12-20,08:02:02.924] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,08:02:05.254] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( 2025-12-20 08:03:04.178 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:03:21.203 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: read tcp 192.168.1.102:59018->138.201.17.179:7000: read: connection reset by peer 2025-12-20 08:03:21.204 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:03:30.759 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: session shutdown 2025-12-20 08:03:30.759 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:03:44.178 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: session shutdown 2025-12-20 08:03:44.179 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:03:57.721 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: connection write timeout 2025-12-20 08:03:57.722 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:04:07.724 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:04:27.726 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 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) 2025-12-20 08:04:37.728 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:04:57.730 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:05:07.732 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2025-12-20,08:05:19.269] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2025-12-20 08:05:27.733 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:05:37.736 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2025-12-20 08:05:57.738 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:06:07.741 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:06:27.742 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:06:40.231 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: i/o deadline reached 2025-12-20 08:07:00.232 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:07:10.233 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:07:30.235 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:07:47.484 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: connection write timeout 2025-12-20 08:08:07.487 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:08:19.924 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: i/o deadline reached 2025-12-20 08:08:39.926 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:08:51.174 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: connection write timeout 2025-12-20 08:09:11.175 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:09:21.177 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:09:41.178 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:10:00.103 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: connection write timeout 2025-12-20 08:10:20.104 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:10:30.106 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:10:50.107 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:11:00.110 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:11:20.111 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:11:30.113 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:11:50.115 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:12:00.116 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:12:20.118 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:12:30.119 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:12:50.121 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:13:00.123 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:13:20.124 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:13:30.127 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:13:50.129 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:14:00.879 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: connection write timeout 2025-12-20 08:14:20.880 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:14:30.882 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:14:50.884 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:15:09.526 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: connection write timeout 2025-12-20 08:15:29.528 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:15:39.530 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:15:59.531 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:16:09.533 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:16:29.534 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:16:39.536 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:16:59.537 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:17:09.539 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:17:29.541 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:17:38.948 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: read tcp 192.168.1.102:39418->138.201.17.179:7000: read: connection reset by peer 2025-12-20 08:17:58.950 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:18:12.886 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: read tcp 192.168.1.102:51576->138.201.17.179:7000: read: connection reset by peer 2025-12-20 08:18:32.888 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:18:42.890 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:19:02.891 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:19:12.893 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:19:32.895 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:19:42.898 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:20:02.899 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:20:12.901 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2025-12-20,08:20:19.324] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2025-12-20 08:20:32.902 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:20:42.903 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:21:02.904 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:21:12.907 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:21:32.908 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:21:42.909 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:22:02.910 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:22:12.913 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:22:32.914 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:22:34.093 [I] [client/service.go:286] [52540fae4d2d993a] login to server success, get run id [52540fae4d2d993a] 2025-12-20 08:22:34.095 [I] [proxy/proxy_manager.go:173] [52540fae4d2d993a] proxy added: [DNL01B4302] 2025-12-20 08:22:34.417 [I] [client/control.go:168] [52540fae4d2d993a] [DNL01B4302] 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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02.812] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,08:35:04.911] [DEBUG] 6 processes running of frp type [2025-12-20,08:50:03.246] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,08:50:05.680] [DEBUG] 6 processes running of frp type 2025-12-20 08:59:19.478 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:59:29.480 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:59:29.481 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:59:39.482 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:59:39.483 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:59:49.485 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:59:49.486 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 08:59:59.488 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 08:59:59.490 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 09:00:09.492 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 09:00:29.494 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 09:00:39.496 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 09:00:59.496 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 09:01:18.290 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: connection write timeout 2025-12-20 09:01:38.292 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 09:01:48.295 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 09:02:08.297 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 09:02:23.937 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: connection write timeout 2025-12-20 09:02:43.938 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 09:02:53.940 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 09:03:13.942 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 09:03:23.944 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 09:03:43.946 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 09:03:59.311 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: i/o deadline reached 2025-12-20 09:04:19.311 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 09:04:33.866 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: read tcp 192.168.1.102:56942->138.201.17.179:7000: read: connection reset by peer 2025-12-20 09:04:53.867 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 09:04:55.145 [I] [client/service.go:286] [52540fae4d2d993a] login to server success, get run id [52540fae4d2d993a] 2025-12-20 09:04:55.147 [I] [proxy/proxy_manager.go:173] [52540fae4d2d993a] proxy added: [DNL01B4302] 2025-12-20 09:04:55.469 [I] [client/control.go:168] [52540fae4d2d993a] [DNL01B4302] start proxy success [2025-12-20,09:05:03.206] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,09:05:05.452] [DEBUG] 6 processes running of frp type [2025-12-20,09:20:02.876] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,09:20:04.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-20,09:35:02.504] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,09:35:05.294] [DEBUG] 6 processes running of frp type [2025-12-20,09:50:03.112] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,09:50:05.073] [DEBUG] 6 processes running of frp type [2025-12-20,10:05:02.476] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,10:05:04.870] [DEBUG] 6 processes running of frp type [2025-12-20,10:20:02.238] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,10:20:04.412] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,10:35:02.732] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,10:35:05.008] [DEBUG] 6 processes running of frp type [2025-12-20,10:50:02.542] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,10:50:05.472] [DEBUG] 6 processes running of frp type [2025-12-20,11:05:03.496] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,11:05:06.222] [DEBUG] 6 processes running of frp type [2025-12-20,11:20:02.527] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,11:20:05.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-20,11:35:02.807] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,11:35:10.551] [DEBUG] 6 processes running of frp type [2025-12-20,11:50:02.239] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,11:50:04.743] [DEBUG] 6 processes running of frp type [2025-12-20,12:05:02.125] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,12:05:04.685] [DEBUG] 6 processes running of frp type [2025-12-20,12:20:02.155] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,12:20:04.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-20,12:35:03.176] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,12:35:05.544] [DEBUG] 6 processes running of frp type 2025-12-20 12:45:38.512 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 12:45:48.514 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 12:45:48.515 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 12:46:07.212 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: connection write timeout 2025-12-20 12:46:07.212 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 12:46:20.926 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: connection write timeout 2025-12-20 12:46:20.928 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 12:46:30.930 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 12:46:30.930 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 12:46:40.932 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 12:47:00.934 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 12:47:10.935 [W] [client/service.go:297] [52540fae4d2d993a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 12:47:30.937 [I] [client/service.go:294] [52540fae4d2d993a] try to connect to server... 2025-12-20 12:47:32.635 [I] [client/service.go:286] [52540fae4d2d993a] login to server success, get run id [52540fae4d2d993a] 2025-12-20 12:47:32.637 [I] [proxy/proxy_manager.go:173] [52540fae4d2d993a] proxy added: [DNL01B4302] 2025-12-20 12:47:33.277 [I] [client/control.go:168] [52540fae4d2d993a] [DNL01B4302] start proxy success [2025-12-20,12:50:02.735] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,12:50:05.054] [DEBUG] 6 processes running of frp type [2025-12-20,13:05:02.394] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,13:05:05.948] [DEBUG] 6 processes running of frp type [2025-12-20,13:20:05.312] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,13:20:13.799] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,13:35:02.813] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,13:35:04.725] [DEBUG] 6 processes running of frp type [2025-12-20,13:50:02.242] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,13:50:05.191] [DEBUG] 6 processes running of frp type [2025-12-20,14:05:02.602] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,14:05:05.135] [DEBUG] 6 processes running of frp type [2025-12-20,14:20:02.425] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,14:20:10.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-12-20,14:35:02.445] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,14:35:04.675] [DEBUG] 6 processes running of frp type [2025-12-20,14:50:02.101] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,14:50:04.269] [DEBUG] 6 processes running of frp type [2025-12-20,15:05:02.718] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,15:05:05.088] [DEBUG] 6 processes running of frp type [2025-12-20,15:20:02.432] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,15:20:04.574] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,15:35:02.909] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,15:35:05.720] [DEBUG] 6 processes running of frp type [2025-12-20,15:50:02.895] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,15:50:04.713] [DEBUG] 6 processes running of frp type [2025-12-20,16:05:02.064] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,16:05:05.206] [DEBUG] 6 processes running of frp type [2025-12-20,16:20:02.762] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,16:20:05.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' [2025-12-20,16:35:02.726] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,16:35:05.440] [DEBUG] 6 processes running of frp type [2025-12-20,16:50:02.747] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,16:50:05.071] [DEBUG] 6 processes running of frp type [2025-12-20,17:05:02.537] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,17:05:05.155] [DEBUG] 6 processes running of frp type [2025-12-20,17:20:02.469] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,17:20:04.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' [2025-12-20,17:35:01.977] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,17:35:04.770] [DEBUG] 6 processes running of frp type [2025-12-20,17:50:03.413] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,17:50:05.533] [DEBUG] 6 processes running of frp type [2025-12-20,18:00:42.221] [INFO] Initializing BusSpeedStateManager V2 [2025-12-20,18:00:42.226] [INFO] LocationSqlManager initialising [2025-12-20,18:00:42.227] [INFO] Location DB initialising [2025-12-20,18:00:42.236] [INFO] LocationSqlManager initialisation complete [2025-12-20,18:00:42.237] [DEBUG] UploadManager Init [2025-12-20,18:00:42.237] [DEBUG] UploadManager Init Complete [2025-12-20,18:00:42.240] [INFO] Initializing GPS... [2025-12-20,18:00:42.242] [INFO] Starting location capture [2025-12-20,18:01:44.133] [INFO] Initializing BusSpeedStateManager V2 [2025-12-20,18:01:44.137] [INFO] LocationSqlManager initialising [2025-12-20,18:01:44.138] [INFO] Location DB initialising [2025-12-20,18:01:44.147] [INFO] LocationSqlManager initialisation complete [2025-12-20,18:01:44.148] [DEBUG] UploadManager Init [2025-12-20,18:01:44.148] [DEBUG] UploadManager Init Complete [2025-12-20,18:01:44.151] [INFO] Initializing GPS... [2025-12-20,18:01:44.153] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:03:32.698] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,18:03:34.815] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:03:45.826] [DEBUG] Log Upload Complete! [2025-12-20,18:06:32.738] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,18:06:34.981] [DEBUG] Remote Access Enabled [2025-12-20,18:06:36.850] [INFO] Server Address: 138.201.17.179 [2025-12-20,18:06:36.851] [INFO] Server Port: 7000 [2025-12-20,18:06:36.860] [DEBUG] Starting Remote Access! 2025-12-20 18:06:37.054 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-20 18:06:37.055 [I] [client/service.go:294] try to connect to server... 2025-12-20 18:06:38.427 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-20 18:06:38.428 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-20 18:06:39.091 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success [2025-12-20,18:20:02.373] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,18:20:04.521] [DEBUG] 6 processes running of frp type 2025-12-20 18:24:30.429 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-20 18:24:44.838 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-20 18:24:44.839 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-20 18:24:54.841 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 18:24:54.842 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-20 18:25:07.892 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-20 18:25:07.893 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-20 18:25:26.430 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-20 18:25:26.430 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-20 18:25:36.432 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 18:25:56.434 [I] [client/service.go:294] [9e4fe43ea21998e4] 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-20 18:26:11.548 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-20 18:26:31.548 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-20 18:26:45.787 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-20 18:27:05.789 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-20 18:27:14.901 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: read tcp 192.168.1.102:35066->138.201.17.179:7000: read: connection reset by peer 2025-12-20 18:27:34.902 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-20 18:27:48.506 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-20 18:28:08.507 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-20 18:28:18.509 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 18:28:38.510 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-20 18:28:48.512 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 18:29:08.514 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-20 18:29:18.801 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: read tcp 192.168.1.102:41940->138.201.17.179:7000: read: connection reset by peer 2025-12-20 18:29:38.802 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-20 18:29:48.805 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 18:30:08.806 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-20 18:30:19.875 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-20 18:30:39.877 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-20 18:31:02.428 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: i/o deadline reached 2025-12-20 18:31:02.428 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-20 18:31:12.430 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-20 18:31:32.432 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-20 18:31:34.077 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-20 18:31:34.078 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-20 18:31:35.331 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success [2025-12-20,18:35:02.734] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,18:35:05.077] [DEBUG] 6 processes running of frp type [2025-12-20,18:50:02.891] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,18:50:04.999] [DEBUG] 6 processes running of frp type [2025-12-20,19:05:02.640] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,19:05:05.379] [DEBUG] 6 processes running of frp type [2025-12-20,19:20:02.624] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,19:20:05.192] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,19:35:02.324] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,19:35:04.623] [DEBUG] 6 processes running of frp type [2025-12-20,19:50:02.067] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,19:50:06.240] [DEBUG] 6 processes running of frp type [2025-12-20,20:05:02.944] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,20:05:06.805] [DEBUG] 6 processes running of frp type [2025-12-20,20:20:02.036] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,20:20:04.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' [2025-12-20,20:35:02.784] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,20:35:06.072] [DEBUG] 6 processes running of frp type [2025-12-20,20:50:02.598] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,20:50:04.768] [DEBUG] 6 processes running of frp type [2025-12-20,21:05:02.124] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,21:05:05.583] [DEBUG] 6 processes running of frp type [2025-12-20,21:20:02.840] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,21:20:07.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-20,21:35:03.027] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,21:35:09.019] [DEBUG] 6 processes running of frp type [2025-12-20,21:50:02.889] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,21:50:05.148] [DEBUG] 6 processes running of frp type [2025-12-20,22:05:02.676] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,22:05:04.721] [DEBUG] 6 processes running of frp type [2025-12-20,22:20:02.048] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,22:20:03.919] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-20,22:35:02.850] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,22:35:04.667] [DEBUG] 6 processes running of frp type [2025-12-20,22:50:02.920] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,22:50:06.938] [DEBUG] 6 processes running of frp type [2025-12-20,23:05:02.461] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,23:05:05.689] [DEBUG] 6 processes running of frp type [2025-12-20,23:20:02.923] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,23:20:04.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-20,23:35:03.053] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,23:35:05.186] [DEBUG] 6 processes running of frp type [2025-12-20,23:50:02.575] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-20,23:50:04.413] [DEBUG] 6 processes running of frp type [2025-12-21,00:05:03.057] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,00:05:04.919] [DEBUG] 6 processes running of frp type [2025-12-21,00:20:02.254] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,00:20:04.058] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,00:35:02.759] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,00:35:04.569] [DEBUG] 6 processes running of frp type [2025-12-21,00:50:01.958] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,00:50:03.674] [DEBUG] 6 processes running of frp type [2025-12-21,01:05:02.916] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,01:05:04.758] [DEBUG] 6 processes running of frp type [2025-12-21,01:20:02.149] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,01:20:03.865] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,01:35:02.659] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,01:35:04.500] [DEBUG] 6 processes running of frp type [2025-12-21,01:50:02.165] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,01:50:03.925] [DEBUG] 6 processes running of frp type [2025-12-21,02:05:02.212] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,02:05:03.933] [DEBUG] 6 processes running of frp type [2025-12-21,02:20:02.274] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,02:20:04.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-21,02:35:02.874] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,02:35:04.702] [DEBUG] 6 processes running of frp type [2025-12-21,02:50:03.137] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,02:50:05.021] [DEBUG] 6 processes running of frp type [2025-12-21,03:05:02.665] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,03:05:04.616] [DEBUG] 6 processes running of frp type [2025-12-21,03:20:01.961] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,03:20:03.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-21,03:35:03.195] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,03:35:04.984] [DEBUG] 6 processes running of frp type [2025-12-21,03:50:02.822] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,03:50:04.584] [DEBUG] 6 processes running of frp type [2025-12-21,04:05:02.852] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,04:05:04.639] [DEBUG] 6 processes running of frp type [2025-12-21,04:20:01.939] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,04:20:03.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-21,04:35:02.032] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,04:35:03.871] [DEBUG] 6 processes running of frp type [2025-12-21,04:50:02.324] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,04:50:04.086] [DEBUG] 6 processes running of frp type [2025-12-21,05:05:02.471] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,05:05:04.167] [DEBUG] 6 processes running of frp type [2025-12-21,05:20:02.714] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,05:20:04.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' [2025-12-21,05:35:02.171] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,05:35:03.896] [DEBUG] 6 processes running of frp type [2025-12-21,05:50:02.706] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,05:50:04.586] [DEBUG] 6 processes running of frp type [2025-12-21,06:05:02.825] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,06:05:04.785] [DEBUG] 6 processes running of frp type [2025-12-21,06:20:02.035] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,06:20:03.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-21,06:35:02.950] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,06:35:05.217] [DEBUG] 6 processes running of frp type [2025-12-21,06:50:03.056] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,06:50:04.847] [DEBUG] 6 processes running of frp type [2025-12-21,07:05:02.451] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,07:05:04.448] [DEBUG] 6 processes running of frp type [2025-12-21,07:20:02.743] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,07:20:04.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' [2025-12-21,07:35:02.605] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,07:35:04.467] [DEBUG] 6 processes running of frp type [2025-12-21,07:50:02.039] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,07:50:04.006] [DEBUG] 6 processes running of frp type 2025-12-21 07:54:50.333 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 07:54:58.926 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 07:54:58.928 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-21 07:54:59.266 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success [2025-12-21,08:02:02.289] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,08:02:04.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( [2025-12-21,08:02:18.861] [DEBUG] Log Upload Complete! [2025-12-21,08:05:02.275] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,08:05:04.057] [DEBUG] 6 processes running of frp type [2025-12-21,08:20:02.449] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,08:20:04.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-12-21,08:35:02.970] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,08:35:04.797] [DEBUG] 6 processes running of frp type [2025-12-21,08:50:03.216] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,08:50:05.255] [DEBUG] 6 processes running of frp type [2025-12-21,09:05:02.690] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,09:05:04.822] [DEBUG] 6 processes running of frp type [2025-12-21,09:20:02.293] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,09:20:04.088] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,09:35:02.908] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,09:35:04.746] [DEBUG] 6 processes running of frp type [2025-12-21,09:50:02.089] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,09:50:04.103] [DEBUG] 6 processes running of frp type [2025-12-21,10:05:02.335] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,10:05:04.396] [DEBUG] 6 processes running of frp type [2025-12-21,10:20:02.987] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,10:20:04.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-21,10:35:02.413] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,10:35:04.254] [DEBUG] 6 processes running of frp type [2025-12-21,10:50:02.776] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,10:50:04.613] [DEBUG] 6 processes running of frp type [2025-12-21,11:05:03.182] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,11:05:04.939] [DEBUG] 6 processes running of frp type [2025-12-21,11:20:02.206] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,11:20:03.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' [2025-12-21,11:35:02.914] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,11:35:04.772] [DEBUG] 6 processes running of frp type [2025-12-21,11:50:02.708] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,11:50:04.633] [DEBUG] 6 processes running of frp type [2025-12-21,12:05:02.364] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,12:05:09.530] [DEBUG] 6 processes running of frp type [2025-12-21,12:20:02.857] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,12:20:04.754] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,12:35:02.337] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,12:35:04.113] [DEBUG] 6 processes running of frp type [2025-12-21,12:50:02.671] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,12:50:09.838] [DEBUG] 6 processes running of frp type [2025-12-21,13:05:02.015] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,13:05:12.027] [DEBUG] 6 processes running of frp type [2025-12-21,13:20:02.314] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,13:20:04.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' [2025-12-21,13:35:02.198] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,13:35:04.290] [DEBUG] 6 processes running of frp type [2025-12-21,13:50:02.670] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,13:50:04.541] [DEBUG] 6 processes running of frp type [2025-12-21,14:05:02.980] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,14:05:04.864] [DEBUG] 6 processes running of frp type [2025-12-21,14:20:02.114] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,14:20:03.915] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,14:35:02.186] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,14:35:04.166] [DEBUG] 6 processes running of frp type [2025-12-21,14:50:02.916] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,14:50:04.786] [DEBUG] 6 processes running of frp type [2025-12-21,15:05:02.073] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,15:05:04.214] [DEBUG] 6 processes running of frp type 2025-12-21 15:13:20.693 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 15:13:30.696 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 15:13:30.696 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 15:13:38.427 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 15:13:38.429 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-21 15:13:38.948 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success 2025-12-21 15:15:44.387 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 15:15:59.478 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 15:15:59.479 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 15:16:09.480 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 15:16:09.481 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 15:16:19.482 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 15:16:19.483 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 15:16:34.038 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 15:16:34.039 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 15:16:44.040 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 15:17:04.041 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 15:17:14.044 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 15:17:34.045 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 15:17:37.016 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 15:17:37.018 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-21 15:17:45.054 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success 2025-12-21 15:18:46.020 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 15:19:07.053 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: i/o deadline reached 2025-12-21 15:19:07.054 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 15:19:19.799 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 15:19:19.799 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 15:19:29.060 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 15:19:29.062 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-21 15:19:49.161 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success [2025-12-21,15:20:02.442] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,15:20:38.285] [DEBUG] 6 processes running of frp type 2025-12-21 15:21:01.584 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 15:21:11.586 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 15:21:11.586 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 15:21:17.479 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 15:21:17.480 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-21 15:21:18.540 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-21 15:29:38.798 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 15:29:45.012 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 15:29:45.014 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-21 15:29:46.835 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success 2025-12-21 15:35:01.608 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... [2025-12-21,15:35:10.612] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2025-12-21 15:35:14.368 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 15:35:14.369 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] [2025-12-21,15:35:14.708] [DEBUG] 6 processes running of frp type 2025-12-21 15:35:15.922 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success [2025-12-21,15:50:02.629] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,15:50:04.592] [DEBUG] 6 processes running of frp type 2025-12-21 16:04:24.614 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 16:04:34.617 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 16:04:34.617 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 16:04:44.263 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: read tcp 192.168.1.102:36350->138.201.17.179:7000: read: connection reset by peer 2025-12-21 16:04:44.265 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 16:04:50.195 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 16:04:50.197 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-21 16:04:53.445 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success [2025-12-21,16:05:02.918] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2025-12-21 16:05:24.773 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 16:05:34.775 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 16:05:34.776 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 16:05:46.917 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 16:05:46.918 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 16:05:56.920 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 16:05:56.920 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 16:06:13.157 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 16:06:13.158 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 16:06:23.159 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 16:06:43.161 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 16:06:58.035 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 446, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 441, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.9/http/client.py", line 1351, in getresponse response.begin() File "/usr/lib/python3.9/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.9/http/client.py", line 285, in _read_status raise RemoteDisconnected("Remote end closed connection without" http.client.RemoteDisconnected: Remote end closed connection without response During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 446, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 441, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.9/http/client.py", line 1351, in getresponse response.begin() File "/usr/lib/python3.9/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.9/http/client.py", line 285, in _read_status raise RemoteDisconnected("Remote end closed connection without" urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response')) 2025-12-21 16:07:18.036 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 16:07:36.775 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 16:07:56.777 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 16:08:06.779 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 16:08:26.780 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 16:08:38.005 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 16:08:58.006 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 16:09:10.450 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 16:09:30.451 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 16:09:40.192 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 16:09:40.193 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-21 16:09:41.096 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success [2025-12-21,16:20:02.145] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,16:20:03.887] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,16:35:02.482] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,16:35:04.237] [DEBUG] 6 processes running of frp type [2025-12-21,16:50:02.772] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,16:50:04.673] [DEBUG] 6 processes running of frp type [2025-12-21,17:05:03.146] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,17:05:09.803] [DEBUG] 6 processes running of frp type 2025-12-21 17:09:35.283 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:09:51.138 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: i/o deadline reached 2025-12-21 17:09:51.139 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:10:01.140 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:10:01.141 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:10:19.620 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:10:19.620 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:10:32.402 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:10:32.403 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:10:42.405 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:11:02.408 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:11:06.888 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 17:11:06.890 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-21 17:11:07.226 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success 2025-12-21 17:14:26.673 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:14:36.675 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:14:36.676 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:14:40.992 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: session shutdown 2025-12-21 17:14:40.992 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:14:54.455 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: i/o deadline reached 2025-12-21 17:14:54.455 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:15:10.416 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: i/o deadline reached 2025-12-21 17:15:10.416 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:15:23.217 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:15:43.219 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:15:53.221 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:16:13.222 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:16:23.225 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:16:43.227 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:17:04.028 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: i/o deadline reached 2025-12-21 17:17:04.029 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:17:12.958 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: session shutdown 2025-12-21 17:17:32.959 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:17:41.831 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: session shutdown 2025-12-21 17:18:01.832 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:18:11.833 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:18:31.835 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:18:51.861 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: i/o deadline reached 2025-12-21 17:18:51.862 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:19:02.414 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:19:22.416 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:19:34.747 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:19:54.749 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:20:05.779 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:20:25.780 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... [2025-12-21,17:20:39.589] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2025-12-21 17:20:44.732 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 17:20:44.733 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-21 17:20:54.663 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success 2025-12-21 17:21:18.973 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... [2025-12-21,17:21:25.212] [DEBUG] 6 processes running of frp type 2025-12-21 17:21:39.551 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: i/o deadline reached 2025-12-21 17:21:39.552 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:21:57.783 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: i/o deadline reached 2025-12-21 17:21:57.784 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:22:09.293 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:22:09.294 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:22:19.296 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:22:19.297 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:22:37.188 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:22:57.190 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:23:14.917 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: i/o deadline reached 2025-12-21 17:23:34.919 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:23:45.249 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: read tcp 192.168.1.102:44360->138.201.17.179:7000: read: connection reset by peer 2025-12-21 17:24:05.250 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:24:24.686 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: i/o deadline reached 2025-12-21 17:24:44.688 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:24:54.690 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:25:14.692 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:25:24.695 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:25:44.696 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:26:01.683 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: i/o deadline reached Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-21 17:26:21.685 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:26:31.687 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:26:51.688 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:27:03.005 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 17:27:03.006 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-21 17:27:08.734 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success 2025-12-21 17:27:32.429 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:27:48.735 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 17:27:48.737 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-21 17:27:51.307 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success 2025-12-21 17:30:35.780 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:30:48.666 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: read tcp 192.168.1.102:52604->138.201.17.179:7000: read: connection reset by peer 2025-12-21 17:30:48.666 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:30:58.875 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: session shutdown 2025-12-21 17:30:58.875 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:31:10.415 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:31:10.416 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:31:19.028 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: read tcp 192.168.1.102:38734->138.201.17.179:7000: read: connection reset by peer 2025-12-21 17:31:39.029 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:31:46.822 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 17:31:46.824 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-21 17:31:58.676 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success 2025-12-21 17:32:19.594 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:32:31.391 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:32:31.391 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:32:45.475 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:32:45.476 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:33:03.759 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:33:03.760 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:33:13.762 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:33:13.763 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:33:37.324 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: i/o deadline reached 2025-12-21 17:33:37.325 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:33:47.326 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:34:07.327 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:34:19.954 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:34:39.955 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:34:52.446 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 17:34:52.448 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] [2025-12-21,17:35:05.011] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2025-12-21 17:35:15.813 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success 2025-12-21 17:35:27.630 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2025-12-21 17:35:49.204 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: i/o deadline reached 2025-12-21 17:35:49.205 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:36:08.054 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:36:08.055 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:36:25.074 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: i/o deadline reached 2025-12-21 17:36:25.075 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:36:35.076 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:36:35.077 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:36:43.827 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 17:36:43.829 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-21 17:36:48.310 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success 2025-12-21 17:37:54.408 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:38:04.840 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:38:04.841 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:38:21.843 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: i/o deadline reached 2025-12-21 17:38:21.844 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:38:30.479 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 17:38:30.481 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-21 17:38:38.385 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success 2025-12-21 17:40:14.429 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:40:21.222 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: session shutdown 2025-12-21 17:40:21.223 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:40:25.232 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 17:40:25.233 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-21 17:40:31.348 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success 2025-12-21 17:42:37.145 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:42:48.716 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 17:42:48.717 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-21 17:42:54.162 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success 2025-12-21 17:43:51.356 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:44:02.970 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:44:02.971 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:44:16.679 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:44:16.680 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:44:28.499 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:44:28.500 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:44:38.502 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:44:38.502 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:44:43.458 [I] [client/service.go:286] [9e4fe43ea21998e4] login to server success, get run id [9e4fe43ea21998e4] 2025-12-21 17:44:43.459 [I] [proxy/proxy_manager.go:173] [9e4fe43ea21998e4] proxy added: [DNL01B4302] 2025-12-21 17:44:47.614 [I] [client/control.go:168] [9e4fe43ea21998e4] [DNL01B4302] start proxy success 2025-12-21 17:46:29.794 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:46:39.796 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:46:39.796 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:46:49.798 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:46:49.798 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:46:59.800 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:46:59.800 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:47:10.548 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:47:10.549 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:47:20.550 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:47:40.552 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:47:52.457 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:48:12.459 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:48:24.093 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:48:44.094 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:48:54.097 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:49:14.098 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:49:24.101 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:49:44.102 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:49:54.104 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:50:14.105 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:50:25.581 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:50:45.582 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:50:55.584 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:51:15.585 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:51:25.588 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:51:45.589 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:52:03.663 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: i/o deadline reached 2025-12-21 17:52:23.665 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:52:33.317 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: read tcp 192.168.1.102:34682->138.201.17.179:7000: read: connection reset by peer 2025-12-21 17:52:53.318 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:53:03.644 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:53:23.646 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:53:33.648 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:53:53.650 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:54:08.777 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:54:28.778 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:54:40.765 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: read tcp 192.168.1.102:37648->138.201.17.179:7000: read: connection reset by peer 2025-12-21 17:55:00.766 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:55:05.981 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: read tcp 192.168.1.102:33266->138.201.17.179:7000: read: connection reset by peer 2025-12-21 17:55:25.983 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:55:35.985 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:55:55.986 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:56:05.988 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:56:25.990 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:56:37.592 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:56:57.593 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:57:05.730 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: session shutdown 2025-12-21 17:57:25.732 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:57:36.794 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:57:56.795 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:58:06.797 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 17:58:26.798 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:58:40.478 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 17:59:00.479 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:59:17.247 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: i/o deadline reached 2025-12-21 17:59:37.249 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... 2025-12-21 17:59:50.877 [W] [client/service.go:297] [9e4fe43ea21998e4] connect to server error: connection write timeout 2025-12-21 18:00:10.880 [I] [client/service.go:294] [9e4fe43ea21998e4] try to connect to server... [2025-12-21,18:00:41.943] [INFO] Initializing BusSpeedStateManager V2 [2025-12-21,18:00:41.949] [INFO] LocationSqlManager initialising [2025-12-21,18:00:41.950] [INFO] Location DB initialising [2025-12-21,18:00:41.959] [INFO] LocationSqlManager initialisation complete [2025-12-21,18:00:41.960] [DEBUG] UploadManager Init [2025-12-21,18:00:41.960] [DEBUG] UploadManager Init Complete [2025-12-21,18:00:41.963] [INFO] Initializing GPS... [2025-12-21,18:00:41.965] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,18:06:41.423] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) [2025-12-21,18:07:59.035] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Read timed out. (read timeout=120) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:35:03.882] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,18:35:30.280] [DEBUG] Remote Access Enabled [2025-12-21,18:35:33.073] [INFO] Server Address: 138.201.17.179 [2025-12-21,18:35:33.075] [INFO] Server Port: 7000 [2025-12-21,18:35:33.083] [DEBUG] Starting Remote Access! 2025-12-21 18:35:33.284 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-21 18:35:33.285 [I] [client/service.go:294] try to connect to server... 2025-12-21 18:35:38.921 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 18:35:38.923 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 18:35:42.655 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-21 18:37:50.626 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 18:38:01.669 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-21 18:38:01.669 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 18:38:15.988 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-21 18:38:15.988 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 18:38:24.521 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 18:38:24.522 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 18:38:33.479 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-21 18:39:02.219 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 18:39:17.393 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-21 18:39:17.394 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 18:39:27.395 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 18:39:27.396 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 18:39:37.397 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 18:39:37.398 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 18:39:53.568 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-21 18:39:53.568 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 18:40:00.489 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 18:40:00.490 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 18:40:07.845 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-21 18:40:36.315 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 18:40:49.113 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-21 18:40:49.114 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 18:41:00.306 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 18:41:00.308 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 18:41:03.535 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-21 18:43:47.135 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 18:43:49.107 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 18:43:49.109 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 18:43:52.972 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success [2025-12-21,18:50:03.104] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,18:50:07.010] [DEBUG] 6 processes running of frp type 2025-12-21 18:59:36.192 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 18:59:46.194 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 18:59:46.194 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 18:59:58.021 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 18:59:58.023 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 19:00:07.933 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-21 19:00:26.796 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:00:35.458 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 19:00:35.459 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 19:00:38.658 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-21 19:03:44.263 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:03:54.662 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-21 19:03:54.662 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:04:08.654 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-21 19:04:08.655 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:04:18.656 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 19:04:18.656 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:04:29.152 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 19:04:29.154 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 19:04:32.682 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success [2025-12-21,19:05:05.607] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2025-12-21 19:05:31.119 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:05:40.428 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 19:05:40.429 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 19:05:50.516 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-21 19:06:49.705 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:06:59.708 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 19:06:59.709 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... [2025-12-21,19:07:07.184] [DEBUG] 6 processes running of frp type 2025-12-21 19:07:08.026 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: session shutdown 2025-12-21 19:07:08.026 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:07:20.088 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 19:07:20.090 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 19:07:22.602 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-21 19:07:48.569 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:07:57.142 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 19:07:57.143 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 19:08:07.809 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success [2025-12-21,19:20:02.655] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,19:20:08.698] [DEBUG] 6 processes running of frp type 2025-12-21 19:22:58.242 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:23:08.245 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 19:23:08.245 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:23:18.247 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 19:23:18.248 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:23:29.867 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 19:23:29.868 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 19:23:43.421 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-21 19:25:03.762 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:25:21.810 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-21 19:25:21.810 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:25:40.875 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 19:25:40.876 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 19:25:43.435 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-21 19:28:11.850 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:28:21.852 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 19:28:21.853 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:28:35.613 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-21 19:28:35.614 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:28:45.615 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 19:28:45.616 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:29:02.360 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-21 19:29:02.360 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:29:18.307 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 19:29:18.308 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 19:29:21.830 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-21 19:31:21.040 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:31:31.435 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: session shutdown 2025-12-21 19:31:31.435 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:31:47.299 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-21 19:31:47.300 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:31:57.301 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 19:31:57.302 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:32:02.262 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 19:32:02.263 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 19:32:07.361 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-21 19:32:38.096 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:32:49.643 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 19:32:49.644 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 19:32:55.384 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-21 19:33:54.275 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:34:04.276 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 19:34:04.277 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:34:19.275 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-21 19:34:19.276 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:34:29.277 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 19:34:29.277 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:34:33.037 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 19:34:33.038 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 19:34:33.954 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success [2025-12-21,19:35:06.326] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,19:35:14.233] [DEBUG] 6 processes running of frp type 2025-12-21 19:37:47.873 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:38:00.024 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 19:38:00.025 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 19:38:06.253 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-21 19:39:38.554 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:39:49.086 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 19:39:49.087 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 19:39:54.856 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-21 19:40:56.129 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:41:05.695 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 19:41:05.696 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 19:41:13.699 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-21 19:41:37.960 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:41:50.537 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-21 19:41:50.538 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:42:08.035 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-21 19:42:08.036 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:42:18.037 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 19:42:18.038 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:42:29.539 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-21 19:42:29.540 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:42:41.973 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: session shutdown 2025-12-21 19:43:01.974 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:43:11.976 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 19:43:31.977 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:43:41.022 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 19:43:41.023 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 19:43:46.157 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-21 19:45:21.720 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:45:33.111 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-21 19:45:33.112 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:45:46.736 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-21 19:45:46.737 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:45:51.669 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 19:45:51.671 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 19:46:27.182 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:46:37.184 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 19:46:37.185 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:46:47.186 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 19:46:47.186 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:47:08.331 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-21 19:47:08.331 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:47:22.454 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-21 19:47:22.455 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:47:32.457 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 19:47:52.458 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 19:47:53.520 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 19:47:53.521 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 19:47:54.046 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success [2025-12-21,19:50:02.972] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,19:50:04.828] [DEBUG] 6 processes running of frp type [2025-12-21,20:05:02.608] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,20:05:04.317] [DEBUG] 6 processes running of frp type 2025-12-21 20:15:29.088 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:15:39.090 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 20:15:39.091 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:15:49.093 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 20:15:49.094 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:15:59.095 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 20:15:59.096 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:16:09.097 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 20:16:09.098 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:16:38.622 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-21 20:16:38.623 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:16:51.751 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-21 20:17:11.752 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:17:27.501 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 20:17:27.502 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 20:17:53.434 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:18:14.301 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-21 20:18:14.302 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:18:38.209 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-21 20:18:38.210 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:19:02.657 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-21 20:19:02.658 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:19:12.660 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 20:19:12.660 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:19:22.662 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 20:19:42.663 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:19:58.248 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-21 20:20:18.249 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:20:32.517 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-21 20:20:52.518 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:21:02.521 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 20:21:22.522 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:21:32.524 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 20:21:52.525 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:22:10.751 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-21 20:22:30.753 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:22:44.039 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-21 20:23:04.040 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:23:14.042 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 20:23:34.043 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:23:52.826 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-21 20:24:12.828 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:24:24.263 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-21 20:24:44.265 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:24:54.267 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-21 20:25:14.269 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:25:29.469 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-21 20:25:49.471 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-21 20:25:58.106 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-21 20:25:58.108 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-21 20:25:58.971 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,20:35:03.390] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,20:35:05.763] [DEBUG] 6 processes running of frp type [2025-12-21,20:50:02.673] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,20:50:05.705] [DEBUG] 6 processes running of frp type [2025-12-21,21:05:03.180] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,21:05:10.859] [DEBUG] 6 processes running of frp type [2025-12-21,21:20:02.138] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,21:20:04.230] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-21,21:35:02.757] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,21:35:04.766] [DEBUG] 6 processes running of frp type [2025-12-21,21:50:02.831] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,21:50:04.890] [DEBUG] 6 processes running of frp type [2025-12-21,22:05:02.261] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,22:05:04.162] [DEBUG] 6 processes running of frp type [2025-12-21,22:20:02.448] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,22:20:04.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-21,22:35:02.365] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,22:35:04.335] [DEBUG] 6 processes running of frp type [2025-12-21,22:50:03.126] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,22:50:04.946] [DEBUG] 6 processes running of frp type [2025-12-21,23:05:02.203] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,23:05:04.279] [DEBUG] 6 processes running of frp type [2025-12-21,23:20:02.563] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,23:20:04.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-21,23:35:03.051] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,23:35:05.141] [DEBUG] 6 processes running of frp type [2025-12-21,23:50:02.878] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-21,23:50:04.775] [DEBUG] 6 processes running of frp type [2025-12-22,00:05:02.483] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,00:05:04.341] [DEBUG] 6 processes running of frp type [2025-12-22,00:20:02.779] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,00:20:04.857] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,00:35:02.832] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,00:35:04.802] [DEBUG] 6 processes running of frp type [2025-12-22,00:50:02.357] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,00:50:04.169] [DEBUG] 6 processes running of frp type [2025-12-22,01:05:02.934] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,01:05:04.737] [DEBUG] 6 processes running of frp type [2025-12-22,01:20:02.343] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,01:20:04.212] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,01:35:02.459] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,01:35:04.244] [DEBUG] 6 processes running of frp type [2025-12-22,01:50:03.055] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,01:50:04.939] [DEBUG] 6 processes running of frp type [2025-12-22,02:05:02.286] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,02:05:04.231] [DEBUG] 6 processes running of frp type [2025-12-22,02:20:02.652] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,02:20:04.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-12-22,02:35:02.620] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,02:35:04.456] [DEBUG] 6 processes running of frp type [2025-12-22,02:50:03.075] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,02:50:04.847] [DEBUG] 6 processes running of frp type [2025-12-22,03:05:02.499] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,03:05:04.298] [DEBUG] 6 processes running of frp type [2025-12-22,03:20:02.644] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,03:20:04.555] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,03:35:02.807] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,03:35:04.847] [DEBUG] 6 processes running of frp type [2025-12-22,03:50:02.480] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,03:50:04.219] [DEBUG] 6 processes running of frp type [2025-12-22,04:05:02.551] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,04:05:04.547] [DEBUG] 6 processes running of frp type [2025-12-22,04:20:03.237] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,04:20:05.088] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,04:35:02.401] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,04:35:04.174] [DEBUG] 6 processes running of frp type [2025-12-22,04:50:02.552] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,04:50:04.376] [DEBUG] 6 processes running of frp type [2025-12-22,05:05:02.664] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,05:05:04.745] [DEBUG] 6 processes running of frp type [2025-12-22,05:20:02.112] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,05:20:03.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' [2025-12-22,05:35:02.714] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,05:35:04.489] [DEBUG] 6 processes running of frp type [2025-12-22,05:50:02.053] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,05:50:03.886] [DEBUG] 6 processes running of frp type [2025-12-22,06:05:02.459] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,06:05:04.421] [DEBUG] 6 processes running of frp type [2025-12-22,06:20:02.715] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,06:20:04.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-22,06:35:02.676] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,06:35:04.541] [DEBUG] 6 processes running of frp type [2025-12-22,06:50:02.171] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,06:50:03.944] [DEBUG] 6 processes running of frp type [2025-12-22,07:05:02.523] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,07:05:04.338] [DEBUG] 6 processes running of frp type 2025-12-22 07:13:48.100 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 07:13:49.234 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 07:13:49.235 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 07:13:49.607 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success [2025-12-22,07:20:02.797] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,07:20:04.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-22 07:29:39.943 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 07:30:00.342 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-22 07:30:00.342 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 07:30:09.715 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 07:30:09.716 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 07:30:44.249 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 07:30:45.247 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 07:30:45.248 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 07:30:45.576 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success [2025-12-22,07:35:02.460] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,07:35:04.358] [DEBUG] 6 processes running of frp type [2025-12-22,07:50:02.473] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,07:50:04.563] [DEBUG] 6 processes running of frp type [2025-12-22,08:02:02.903] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,08:02:04.829] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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-22,08:05:03.125] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,08:05:05.183] [DEBUG] 6 processes running of frp type [2025-12-22,08:20:02.730] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,08:20:04.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-22,08:35:03.084] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,08:35:04.996] [DEBUG] 6 processes running of frp type [2025-12-22,08:50:04.089] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,08:50:09.307] [DEBUG] 6 processes running of frp type [2025-12-22,09:05:02.886] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,09:05:04.771] [DEBUG] 6 processes running of frp type [2025-12-22,09:20:02.474] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,09:20:04.344] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,09:35:02.631] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,09:35:04.492] [DEBUG] 6 processes running of frp type [2025-12-22,09:50:02.953] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,09:50:04.923] [DEBUG] 6 processes running of frp type [2025-12-22,10:05:02.329] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,10:05:04.383] [DEBUG] 6 processes running of frp type [2025-12-22,10:20:02.756] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,10:20:08.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' [2025-12-22,10:35:02.312] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,10:35:04.132] [DEBUG] 6 processes running of frp type [2025-12-22,10:50:03.070] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,10:50:04.855] [DEBUG] 6 processes running of frp type [2025-12-22,11:05:02.115] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,11:05:04.050] [DEBUG] 6 processes running of frp type [2025-12-22,11:20:02.476] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,11:20:04.370] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02.580] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,11:35:04.454] [DEBUG] 6 processes running of frp type 2025-12-22 11:36:29.667 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 11:36:30.755 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 11:36:30.757 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 11:36:31.121 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-22 11:38:55.855 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 11:38:58.182 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 11:38:58.183 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 11:38:58.544 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success [2025-12-22,11:50:02.091] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,11:50:04.146] [DEBUG] 6 processes running of frp type [2025-12-22,12:05:02.861] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,12:05:04.691] [DEBUG] 6 processes running of frp type 2025-12-22 12:08:39.459 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:08:47.636 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 12:08:47.636 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 12:08:50.166 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-22 12:12:30.665 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:12:41.664 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-22 12:12:41.665 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:12:52.050 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 12:12:52.052 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 12:12:58.611 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-22 12:16:39.576 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:16:49.579 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 12:16:49.579 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:17:05.473 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-22 12:17:05.474 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:17:06.760 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 12:17:06.762 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 12:17:07.117 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success [2025-12-22,12:20:03.155] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,12:20:04.989] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-22 12:27:37.828 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:27:52.570 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-22 12:27:52.571 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:28:02.573 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 12:28:02.574 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:28:12.576 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 12:28:12.577 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:28:25.171 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: read tcp 192.168.1.102:49112->138.201.17.179:7000: read: connection reset by peer 2025-12-22 12:28:25.171 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:28:35.480 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: session shutdown 2025-12-22 12:28:55.481 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:29:05.800 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-22 12:29:25.801 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:29:35.802 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 12:29:55.803 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:30:08.529 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-22 12:30:28.530 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:30:35.965 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 12:30:35.966 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 12:30:52.922 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-22 12:32:41.339 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:32:50.038 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 12:32:50.039 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 12:32:56.447 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success [2025-12-22,12:35:03.888] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) 2025-12-22 12:37:34.209 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:37:46.687 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 12:37:46.688 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 12:37:52.139 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-22 12:38:16.762 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:38:23.282 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 12:38:23.283 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 12:38:27.981 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-22 12:49:02.521 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:49:18.607 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-22 12:49:18.607 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:49:32.680 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-22 12:49:32.680 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:49:38.022 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 12:49:38.024 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 12:49:40.749 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success [2025-12-22,12:50:03.420] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,12:50:18.116] [DEBUG] 6 processes running of frp type 2025-12-22 12:54:31.241 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:54:50.125 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-22 12:54:50.126 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:55:04.200 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-22 12:55:04.201 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:55:11.234 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: session shutdown 2025-12-22 12:55:11.235 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:55:35.552 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-22 12:55:35.552 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:55:45.553 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 12:56:05.555 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:56:15.558 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 12:56:35.559 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:56:45.561 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 12:57:05.563 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:57:17.985 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: i/o deadline reached 2025-12-22 12:57:37.986 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 12:57:39.849 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 12:57:39.851 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 12:57:40.425 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success [2025-12-22,13:05:02.834] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,13:05:08.762] [DEBUG] 6 processes running of frp type [2025-12-22,13:20:02.266] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,13:20:04.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-12-22,13:35:02.664] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,13:35:04.626] [DEBUG] 6 processes running of frp type [2025-12-22,13:50:02.167] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,13:50:04.077] [DEBUG] 6 processes running of frp type [2025-12-22,14:05:02.541] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,14:05:04.554] [DEBUG] 6 processes running of frp type [2025-12-22,14:20:03.103] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,14:20:04.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-22,14:35:02.691] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,14:35:04.586] [DEBUG] 6 processes running of frp type [2025-12-22,14:50:03.288] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,14:50:05.297] [DEBUG] 6 processes running of frp type [2025-12-22,15:05:02.717] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,15:05:10.401] [DEBUG] 6 processes running of frp type [2025-12-22,15:20:02.817] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,15:20:04.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,15:35:03.169] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,15:35:32.157] [DEBUG] 6 processes running of frp type 2025-12-22 15:37:06.118 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:37:16.120 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 15:37:16.121 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:37:27.999 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-22 15:37:28.000 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:37:38.002 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 15:37:38.003 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:37:48.004 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 15:37:48.005 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:38:06.789 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-22 15:38:26.792 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:38:38.234 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-22 15:38:58.236 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:39:08.238 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 15:39:28.240 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:39:38.241 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 15:39:58.243 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:40:08.245 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 15:40:28.246 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:40:48.204 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-22 15:41:08.206 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:41:18.208 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 15:41:38.210 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:41:45.397 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: session shutdown 2025-12-22 15:42:05.398 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:42:15.400 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 15:42:35.401 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:42:45.403 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 15:43:05.405 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:43:10.211 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 15:43:10.213 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 15:43:11.690 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-22 15:43:45.854 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:43:53.350 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 15:43:53.352 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 15:43:54.645 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-22 15:48:10.429 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:48:20.431 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 15:48:20.431 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:48:30.434 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 15:48:30.434 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:48:40.437 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 15:48:40.437 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:48:50.439 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 15:48:50.440 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:49:02.602 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 15:49:02.603 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 15:49:08.034 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-22 15:49:39.084 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:49:49.086 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 15:49:49.087 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:49:59.088 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 15:49:59.089 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:50:14.990 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-22 15:50:14.991 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... [2025-12-22,15:50:20.585] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2025-12-22 15:50:28.520 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-22 15:50:28.520 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:50:38.522 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 15:50:58.523 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 15:51:06.197 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 15:51:06.198 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 15:51:10.316 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a8-a9 (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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2025-12-22 16:02:27.104 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 16:02:44.110 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-22 16:02:44.111 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 16:02:54.113 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 16:02:54.114 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 16:03:11.539 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-22 16:03:11.540 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 16:03:24.037 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 16:03:24.038 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 16:03:30.443 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success 2025-12-22 16:04:57.398 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 16:05:07.400 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 16:05:07.401 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 16:05:17.403 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 16:05:17.404 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 16:05:27.405 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 16:05:27.406 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 16:05:42.673 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout 2025-12-22 16:05:42.674 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 16:06:01.308 [W] [client/service.go:297] [2c35622ccf6e2cbb] connect to server error: connection write timeout [2025-12-22,16:06:08.177] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,16:06:15.939] [DEBUG] 6 processes running of frp type 2025-12-22 16:06:21.310 [I] [client/service.go:294] [2c35622ccf6e2cbb] try to connect to server... 2025-12-22 16:06:22.615 [I] [client/service.go:286] [2c35622ccf6e2cbb] login to server success, get run id [2c35622ccf6e2cbb] 2025-12-22 16:06:22.616 [I] [proxy/proxy_manager.go:173] [2c35622ccf6e2cbb] proxy added: [DNL01B4302] 2025-12-22 16:06:23.235 [I] [client/control.go:168] [2c35622ccf6e2cbb] [DNL01B4302] start proxy success [2025-12-22,15:57:27.290] [INFO] Initializing BusSpeedStateManager V2 [2025-12-22,15:57:27.295] [INFO] LocationSqlManager initialising [2025-12-22,15:57:27.295] [INFO] Location DB initialising [2025-12-22,15:57:27.305] [INFO] LocationSqlManager initialisation complete [2025-12-22,15:57:27.306] [DEBUG] UploadManager Init [2025-12-22,15:57:27.306] [DEBUG] UploadManager Init Complete [2025-12-22,15:57:27.309] [INFO] Initializing GPS... [2025-12-22,15:57:27.311] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,16:18:57.916] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,16:19:00.431] [DEBUG] Remote Access Enabled [2025-12-22,16:19:02.562] [INFO] Server Address: 138.201.17.179 [2025-12-22,16:19:02.564] [INFO] Server Port: 7000 [2025-12-22,16:19:02.574] [DEBUG] Starting Remote Access! 2025-12-22 16:19:02.792 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-22 16:19:02.793 [I] [client/service.go:294] try to connect to server... 2025-12-22 16:19:04.037 [I] [client/service.go:286] [ce2e751b236471be] login to server success, get run id [ce2e751b236471be] 2025-12-22 16:19:04.038 [I] [proxy/proxy_manager.go:173] [ce2e751b236471be] proxy added: [DNL01B4302] 2025-12-22 16:19:04.695 [I] [client/control.go:168] [ce2e751b236471be] [DNL01B4302] start proxy success [2025-12-22,16:21:44.078] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,16:21:46.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-22,16:35:03.330] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,16:35:06.360] [DEBUG] 6 processes running of frp type [2025-12-22,16:50:02.236] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,16:50:04.874] [DEBUG] 6 processes running of frp type [2025-12-22,17:05:02.243] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,17:05:04.428] [DEBUG] 6 processes running of frp type 2025-12-22 17:09:00.797 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:09:18.415 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: connection write timeout 2025-12-22 17:09:18.416 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:09:35.722 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: i/o deadline reached 2025-12-22 17:09:35.723 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:09:45.724 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 17:09:45.725 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:10:05.242 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: i/o deadline reached 2025-12-22 17:10:05.242 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:10:18.303 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: connection write timeout 2025-12-22 17:10:38.305 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:10:45.440 [I] [client/service.go:286] [ce2e751b236471be] login to server success, get run id [ce2e751b236471be] 2025-12-22 17:10:45.441 [I] [proxy/proxy_manager.go:173] [ce2e751b236471be] proxy added: [DNL01B4302] 2025-12-22 17:10:46.719 [I] [client/control.go:168] [ce2e751b236471be] [DNL01B4302] start proxy success 2025-12-22 17:12:55.367 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:13:07.583 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: session shutdown 2025-12-22 17:13:07.583 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:13:19.440 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: connection write timeout 2025-12-22 17:13:19.441 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:13:28.959 [I] [client/service.go:286] [ce2e751b236471be] login to server success, get run id [ce2e751b236471be] 2025-12-22 17:13:28.960 [I] [proxy/proxy_manager.go:173] [ce2e751b236471be] proxy added: [DNL01B4302] 2025-12-22 17:13:29.648 [I] [client/control.go:168] [ce2e751b236471be] [DNL01B4302] start proxy success 2025-12-22 17:16:04.165 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:16:23.197 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: i/o deadline reached 2025-12-22 17:16:23.198 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:16:35.055 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: connection write timeout 2025-12-22 17:16:35.056 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:16:45.057 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 17:16:45.059 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:17:03.761 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: connection write timeout 2025-12-22 17:17:03.762 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:17:09.545 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: read tcp 192.168.1.102:42378->138.201.17.179:7000: read: connection reset by peer 2025-12-22 17:17:29.546 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:17:46.820 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: session shutdown 2025-12-22 17:18:06.822 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:18:30.081 [I] [client/service.go:286] [ce2e751b236471be] login to server success, get run id [ce2e751b236471be] 2025-12-22 17:18:30.082 [I] [proxy/proxy_manager.go:173] [ce2e751b236471be] proxy added: [DNL01B4302] 2025-12-22 17:18:49.520 [I] [client/control.go:168] [ce2e751b236471be] [DNL01B4302] start proxy success 2025-12-22 17:18:54.724 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:19:05.257 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: connection write timeout 2025-12-22 17:19:05.257 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:19:13.165 [I] [client/service.go:286] [ce2e751b236471be] login to server success, get run id [ce2e751b236471be] 2025-12-22 17:19:13.166 [I] [proxy/proxy_manager.go:173] [ce2e751b236471be] proxy added: [DNL01B4302] 2025-12-22 17:19:13.499 [I] [client/control.go:168] [ce2e751b236471be] [DNL01B4302] start proxy success [2025-12-22,17:20:03.032] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,17:20:05.623] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2025-12-22 17:26:58.987 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:27:08.989 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 17:27:08.990 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:27:18.991 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 17:27:18.992 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:27:28.994 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 17:27:28.995 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:27:43.465 [I] [client/service.go:286] [ce2e751b236471be] login to server success, get run id [ce2e751b236471be] 2025-12-22 17:27:43.467 [I] [proxy/proxy_manager.go:173] [ce2e751b236471be] proxy added: [DNL01B4302] 2025-12-22 17:28:16.697 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:28:26.699 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 17:28:26.700 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:28:36.701 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 17:28:36.702 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:28:46.704 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 17:28:46.704 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:28:56.706 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 17:28:56.707 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:29:06.708 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 17:29:26.710 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:29:36.712 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 17:29:56.713 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:30:06.715 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 17:30:26.716 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:30:36.718 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 17:30:56.719 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:31:06.721 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 17:31:26.722 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:31:33.491 [I] [client/service.go:286] [ce2e751b236471be] login to server success, get run id [ce2e751b236471be] 2025-12-22 17:31:33.493 [I] [proxy/proxy_manager.go:173] [ce2e751b236471be] proxy added: [DNL01B4302] 2025-12-22 17:31:34.138 [I] [client/control.go:168] [ce2e751b236471be] [DNL01B4302] start proxy success 2025-12-22 17:32:42.539 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:32:52.540 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-22 17:32:52.541 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:33:08.616 [W] [client/service.go:297] [ce2e751b236471be] connect to server error: connection write timeout 2025-12-22 17:33:08.617 [I] [client/service.go:294] [ce2e751b236471be] try to connect to server... 2025-12-22 17:33:10.092 [I] [client/service.go:286] [ce2e751b236471be] login to server success, get run id [ce2e751b236471be] 2025-12-22 17:33:10.094 [I] [proxy/proxy_manager.go:173] [ce2e751b236471be] proxy added: [DNL01B4302] 2025-12-22 17:33:10.424 [I] [client/control.go:168] [ce2e751b236471be] [DNL01B4302] start proxy success [2025-12-22,17:35:02.822] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,17:35:05.475] [DEBUG] 6 processes running of frp type [2025-12-22,17:50:02.104] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,17:50:04.618] [DEBUG] 6 processes running of frp type [2025-12-22,18:00:40.963] [INFO] Initializing BusSpeedStateManager V2 [2025-12-22,18:00:40.970] [INFO] LocationSqlManager initialising [2025-12-22,18:00:40.971] [INFO] Location DB initialising [2025-12-22,18:00:40.982] [INFO] LocationSqlManager initialisation complete [2025-12-22,18:00:40.983] [DEBUG] UploadManager Init [2025-12-22,18:00:40.984] [DEBUG] UploadManager Init Complete [2025-12-22,18:00:40.988] [INFO] Initializing GPS... [2025-12-22,18:00:40.991] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.288] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,18:02:31.132] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:41.944] [DEBUG] Log Upload Complete! [2025-12-22,18:05:29.384] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,18:05:31.359] [DEBUG] Remote Access Enabled [2025-12-22,18:05:33.549] [INFO] Server Address: 138.201.17.179 [2025-12-22,18:05:33.550] [INFO] Server Port: 7000 [2025-12-22,18:05:33.559] [DEBUG] Starting Remote Access! 2025-12-22 18:05:33.723 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-22 18:05:33.724 [I] [client/service.go:294] try to connect to server... 2025-12-22 18:05:35.130 [I] [client/service.go:286] [1244f8d7e8999c74] login to server success, get run id [1244f8d7e8999c74] 2025-12-22 18:05:35.130 [I] [proxy/proxy_manager.go:173] [1244f8d7e8999c74] proxy added: [DNL01B4302] 2025-12-22 18:05:35.773 [I] [client/control.go:168] [1244f8d7e8999c74] [DNL01B4302] start proxy success [2025-12-22,18:20:03.022] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,18:20:05.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-22,18:35:02.647] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,18:35:05.191] [DEBUG] 6 processes running of frp type [2025-12-22,18:50:02.591] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,18:50:10.379] [DEBUG] 6 processes running of frp type [2025-12-22,19:05:02.839] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,19:05:05.720] [DEBUG] 6 processes running of frp type [2025-12-22,19:20:02.046] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,19:20:04.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-22,19:35:02.934] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,19:35:05.502] [DEBUG] 6 processes running of frp type [2025-12-22,19:50:02.709] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,19:50:05.144] [DEBUG] 6 processes running of frp type [2025-12-22,20:05:02.646] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,20:05:05.283] [DEBUG] 6 processes running of frp type [2025-12-22,20:20:02.724] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,20:20:15.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-22,20:35:02.794] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,20:35:05.995] [DEBUG] 6 processes running of frp type [2025-12-22,20:50:02.728] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,20:50:05.125] [DEBUG] 6 processes running of frp type [2025-12-22,21:05:02.449] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,21:05:05.260] [DEBUG] 6 processes running of frp type [2025-12-22,21:20:02.475] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,21:20:04.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-22,21:35:02.295] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,21:35:04.289] [DEBUG] 6 processes running of frp type [2025-12-22,21:50:03.124] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,21:50:04.804] [DEBUG] 6 processes running of frp type [2025-12-22,22:05:02.058] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,22:05:04.456] [DEBUG] 6 processes running of frp type [2025-12-22,22:20:02.796] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,22:20:05.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-12-22,22:35:03.198] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,22:35:05.571] [DEBUG] 6 processes running of frp type [2025-12-22,22:50:03.177] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,22:50:05.227] [DEBUG] 6 processes running of frp type [2025-12-22,23:05:02.363] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,23:05:04.369] [DEBUG] 6 processes running of frp type [2025-12-22,23:20:02.709] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,23:20:04.720] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-22,23:35:02.862] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,23:35:05.218] [DEBUG] 6 processes running of frp type [2025-12-22,23:50:03.062] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-22,23:50:05.328] [DEBUG] 6 processes running of frp type [2025-12-23,00:05:02.726] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,00:05:04.534] [DEBUG] 6 processes running of frp type [2025-12-23,00:20:02.873] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,00:20:04.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-23,00:35:01.984] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,00:35:04.303] [DEBUG] 6 processes running of frp type [2025-12-23,00:50:02.659] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,00:50:04.509] [DEBUG] 6 processes running of frp type [2025-12-23,01:05:02.719] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,01:05:05.034] [DEBUG] 6 processes running of frp type [2025-12-23,01:20:02.287] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,01:20:04.850] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,01:35:02.223] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,01:35:04.434] [DEBUG] 6 processes running of frp type [2025-12-23,01:50:02.558] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,01:50:04.967] [DEBUG] 6 processes running of frp type [2025-12-23,02:05:02.153] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,02:05:04.054] [DEBUG] 6 processes running of frp type [2025-12-23,02:20:02.243] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,02:20:04.420] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,02:35:02.229] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,02:35:04.463] [DEBUG] 6 processes running of frp type [2025-12-23,02:50:02.602] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,02:50:04.647] [DEBUG] 6 processes running of frp type [2025-12-23,03:05:02.840] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,03:05:04.736] [DEBUG] 6 processes running of frp type [2025-12-23,03:20:02.941] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,03:20:05.183] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,03:35:02.440] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,03:35:04.777] [DEBUG] 6 processes running of frp type [2025-12-23,03:50:02.947] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,03:50:05.280] [DEBUG] 6 processes running of frp type [2025-12-23,04:05:02.497] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,04:05:04.675] [DEBUG] 6 processes running of frp type [2025-12-23,04:20:02.912] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,04:20:05.107] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,04:35:02.112] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,04:35:04.225] [DEBUG] 6 processes running of frp type [2025-12-23,04:50:03.156] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,04:50:05.469] [DEBUG] 6 processes running of frp type [2025-12-23,05:05:02.848] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,05:05:04.718] [DEBUG] 6 processes running of frp type [2025-12-23,05:20:02.422] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,05:20:04.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-12-23,05:35:03.216] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,05:35:05.154] [DEBUG] 6 processes running of frp type [2025-12-23,05:50:03.054] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,05:50:05.333] [DEBUG] 6 processes running of frp type [2025-12-23,06:05:02.833] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,06:05:05.253] [DEBUG] 6 processes running of frp type [2025-12-23,06:20:02.481] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,06:20:05.111] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,06:35:02.216] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,06:35:05.069] [DEBUG] 6 processes running of frp type [2025-12-23,06:50:02.455] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,06:50:04.900] [DEBUG] 6 processes running of frp type [2025-12-23,07:05:02.433] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,07:05:04.433] [DEBUG] 6 processes running of frp type [2025-12-23,07:20:02.931] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,07:20:05.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-23,07:35:02.576] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,07:35:04.676] [DEBUG] 6 processes running of frp type [2025-12-23,07:50:02.359] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,07:50:04.178] [DEBUG] 6 processes running of frp type [2025-12-23,08:02:02.585] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,08:02:04.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-23,08:02:13.106] [DEBUG] Log Upload Complete! [2025-12-23,08:05:02.463] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,08:05:04.718] [DEBUG] 6 processes running of frp type [2025-12-23,08:20:02.130] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,08:20:04.523] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,08:35:02.014] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,08:35:04.355] [DEBUG] 6 processes running of frp type [2025-12-23,08:50:03.126] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,08:50:05.164] [DEBUG] 6 processes running of frp type [2025-12-23,09:05:02.317] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,09:05:04.387] [DEBUG] 6 processes running of frp type [2025-12-23,09:20:02.913] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,09:20:05.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-23,09:35:02.527] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,09:35:04.882] [DEBUG] 6 processes running of frp type [2025-12-23,09:50:02.638] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,09:50:05.013] [DEBUG] 6 processes running of frp type [2025-12-23,10:05:02.625] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,10:05:04.353] [DEBUG] 6 processes running of frp type [2025-12-23,10:20:02.663] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,10:20:04.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-23,10:35:02.282] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,10:35:04.361] [DEBUG] 6 processes running of frp type [2025-12-23,10:50:06.263] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,10:50:08.364] [DEBUG] 6 processes running of frp type [2025-12-23,11:05:02.628] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,11:05:04.591] [DEBUG] 6 processes running of frp type [2025-12-23,11:20:03.010] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,11:20:04.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-23,11:35:02.100] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,11:35:03.852] [DEBUG] 6 processes running of frp type [2025-12-23,11:50:02.741] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,11:50:04.628] [DEBUG] 6 processes running of frp type [2025-12-23,12:05:03.018] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,12:05:04.987] [DEBUG] 6 processes running of frp type [2025-12-23,12:20:02.162] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,12:20:03.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-23,12:35:02.985] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,12:35:04.740] [DEBUG] 6 processes running of frp type [2025-12-23,12:50:02.398] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,12:50:04.183] [DEBUG] 6 processes running of frp type [2025-12-23,13:05:02.367] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,13:05:09.379] [DEBUG] 6 processes running of frp type [2025-12-23,13:20:03.012] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,13:20:04.872] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,13:35:02.243] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,13:35:04.021] [DEBUG] 6 processes running of frp type [2025-12-23,13:50:02.369] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,13:50:04.141] [DEBUG] 6 processes running of frp type [2025-12-23,14:05:02.437] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,14:05:04.273] [DEBUG] 6 processes running of frp type [2025-12-23,14:20:02.699] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,14:20:04.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-23,14:35:02.087] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,14:35:03.899] [DEBUG] 6 processes running of frp type [2025-12-23,14:50:02.515] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,14:50:04.467] [DEBUG] 6 processes running of frp type 2025-12-23 14:59:57.577 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 14:59:57.578 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 14:59:59.684 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 14:59:59.685 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:00:04.018 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:00:04.019 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:00:13.067 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:00:13.068 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:00:32.159 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:00:32.161 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:00:52.162 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:00:52.164 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:01:12.164 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:01:12.166 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:01:32.167 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:01:32.168 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:01:52.170 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:01:52.171 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:02:12.172 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:02:12.173 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:02:32.174 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:02:32.175 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:02:52.176 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:02:52.178 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:03:12.178 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:03:12.183 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:03:32.184 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:03:32.189 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:03:52.190 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:03:55.330 [I] [client/service.go:286] [1244f8d7e8999c74] login to server success, get run id [1244f8d7e8999c74] 2025-12-23 15:03:55.331 [I] [proxy/proxy_manager.go:173] [1244f8d7e8999c74] proxy added: [DNL01B4302] 2025-12-23 15:03:56.295 [I] [client/control.go:168] [1244f8d7e8999c74] [DNL01B4302] start proxy success [2025-12-23,15:05:02.847] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,15:05:04.881] [DEBUG] 6 processes running of frp type 2025-12-23 15:15:10.856 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:15:11.748 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-23 15:15:13.784 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:15:13.786 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:15:18.261 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:15:18.262 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:15:27.230 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:15:27.231 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:15:46.098 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:15:46.099 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:16:06.100 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:16:06.101 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:16:26.102 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:16:26.104 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:16:46.104 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:16:46.106 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:17:06.107 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:17:06.109 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:17:26.110 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:17:26.111 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:17:46.111 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:17:46.113 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:18:06.114 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:18:06.115 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:18:26.116 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:18:26.118 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:18:46.119 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:18:46.124 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:19:06.125 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:19:06.130 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 15:19:26.131 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:19:26.136 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-23 15:19:46.137 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 15:19:48.502 [I] [client/service.go:286] [1244f8d7e8999c74] login to server success, get run id [1244f8d7e8999c74] 2025-12-23 15:19:48.504 [I] [proxy/proxy_manager.go:173] [1244f8d7e8999c74] proxy added: [DNL01B4302] 2025-12-23 15:19:48.825 [I] [client/control.go:168] [1244f8d7e8999c74] [DNL01B4302] start proxy success [2025-12-23,15:20:02.110] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,15:20:04.034] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,15:35:02.333] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,15:35:04.024] [DEBUG] 6 processes running of frp type [2025-12-23,15:50:02.709] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,15:50:04.454] [DEBUG] 6 processes running of frp type [2025-12-23,16:05:03.217] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,16:05:04.978] [DEBUG] 6 processes running of frp type [2025-12-23,16:20:02.734] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,16:20:04.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' [2025-12-23,16:35:01.929] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,16:35:03.898] [DEBUG] 6 processes running of frp type [2025-12-23,16:50:02.781] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,16:50:04.567] [DEBUG] 6 processes running of frp type 2025-12-23 17:00:31.780 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 17:00:31.781 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 17:00:33.876 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 17:00:33.877 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 17:00:38.158 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 17:00:38.159 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 17:00:47.233 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 17:00:47.235 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 17:01:05.591 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 17:01:05.593 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 17:01:25.594 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 17:01:25.596 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 17:01:45.596 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 17:01:45.597 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 17:02:05.598 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 17:02:05.599 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 17:02:25.601 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 17:02:25.602 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 17:02:45.604 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 17:02:45.605 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 17:03:05.606 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 17:03:05.608 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 17:03:25.609 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 17:03:25.610 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 17:03:45.612 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 17:03:45.618 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 17:04:05.619 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 17:04:05.625 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-23 17:04:25.626 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 17:04:25.630 [W] [client/service.go:297] [1244f8d7e8999c74] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-23 17:04:45.631 [I] [client/service.go:294] [1244f8d7e8999c74] try to connect to server... 2025-12-23 17:04:46.642 [I] [client/service.go:286] [1244f8d7e8999c74] login to server success, get run id [1244f8d7e8999c74] 2025-12-23 17:04:46.643 [I] [proxy/proxy_manager.go:173] [1244f8d7e8999c74] proxy added: [DNL01B4302] 2025-12-23 17:04:47.255 [I] [client/control.go:168] [1244f8d7e8999c74] [DNL01B4302] start proxy success [2025-12-23,17:05:02.907] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,17:05:09.419] [DEBUG] 6 processes running of frp type [2025-12-23,17:20:02.731] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,17:20:04.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-23,17:35:02.370] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,17:35:04.217] [DEBUG] 6 processes running of frp type [2025-12-23,17:50:02.515] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,17:50:04.585] [DEBUG] 6 processes running of frp type [2025-12-23,18:00:42.179] [INFO] Initializing BusSpeedStateManager V2 [2025-12-23,18:00:42.184] [INFO] LocationSqlManager initialising [2025-12-23,18:00:42.185] [INFO] Location DB initialising [2025-12-23,18:00:42.195] [INFO] LocationSqlManager initialisation complete [2025-12-23,18:00:42.196] [DEBUG] UploadManager Init [2025-12-23,18:00:42.196] [DEBUG] UploadManager Init Complete [2025-12-23,18:00:42.199] [INFO] Initializing GPS... [2025-12-23,18:00:42.202] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:30.662] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,18:02:32.413] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-23,18:02:49.629] [DEBUG] Log Upload Complete! [2025-12-23,18:05:30.913] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,18:05:32.725] [DEBUG] Remote Access Enabled [2025-12-23,18:05:34.131] [INFO] Server Address: 138.201.17.179 [2025-12-23,18:05:34.132] [INFO] Server Port: 7000 [2025-12-23,18:05:34.141] [DEBUG] Starting Remote Access! 2025-12-23 18:05:34.343 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-23 18:05:34.344 [I] [client/service.go:294] try to connect to server... 2025-12-23 18:05:35.458 [I] [client/service.go:286] [ea170eacd48267f9] login to server success, get run id [ea170eacd48267f9] 2025-12-23 18:05:35.459 [I] [proxy/proxy_manager.go:173] [ea170eacd48267f9] proxy added: [DNL01B4302] 2025-12-23 18:05:35.816 [I] [client/control.go:168] [ea170eacd48267f9] [DNL01B4302] start proxy success [2025-12-23,18:20:02.524] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,18:20:04.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-23,18:35:03.236] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,18:35:05.005] [DEBUG] 6 processes running of frp type [2025-12-23,18:50:02.627] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,18:50:04.463] [DEBUG] 6 processes running of frp type [2025-12-23,19:05:02.884] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,19:05:04.568] [DEBUG] 6 processes running of frp type [2025-12-23,19:20:03.074] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,19:20:04.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-23,19:35:02.602] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,19:35:04.626] [DEBUG] 6 processes running of frp type [2025-12-23,19:50:02.919] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,19:50:04.696] [DEBUG] 6 processes running of frp type [2025-12-23,20:05:02.370] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,20:05:09.508] [DEBUG] 6 processes running of frp type [2025-12-23,20:20:03.009] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,20:20:05.297] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,20:35:02.353] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,20:35:05.735] [DEBUG] 6 processes running of frp type [2025-12-23,20:50:02.523] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,20:50:05.610] [DEBUG] 6 processes running of frp type [2025-12-23,21:05:03.098] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,21:05:06.292] [DEBUG] 6 processes running of frp type [2025-12-23,21:20:02.792] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,21:20:04.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-23,21:35:02.407] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,21:35:04.818] [DEBUG] 6 processes running of frp type [2025-12-23,21:50:02.536] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,21:50:04.392] [DEBUG] 6 processes running of frp type [2025-12-23,22:05:02.962] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,22:05:04.690] [DEBUG] 6 processes running of frp type [2025-12-23,22:20:02.012] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,22:20:03.682] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,22:35:03.478] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,22:35:05.207] [DEBUG] 6 processes running of frp type [2025-12-23,22:50:02.139] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,22:50:03.834] [DEBUG] 6 processes running of frp type [2025-12-23,23:05:02.139] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,23:05:04.013] [DEBUG] 6 processes running of frp type [2025-12-23,23:20:02.330] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,23:20:04.105] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-23,23:35:02.901] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,23:35:04.799] [DEBUG] 6 processes running of frp type [2025-12-23,23:50:02.385] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-23,23:50:04.108] [DEBUG] 6 processes running of frp type [2025-12-24,00:05:02.704] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,00:05:04.343] [DEBUG] 6 processes running of frp type [2025-12-24,00:20:02.658] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,00:20:04.330] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,00:35:02.701] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,00:35:04.594] [DEBUG] 6 processes running of frp type [2025-12-24,00:50:02.197] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,00:50:03.896] [DEBUG] 6 processes running of frp type [2025-12-24,01:05:02.214] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,01:05:03.990] [DEBUG] 6 processes running of frp type [2025-12-24,01:20:02.157] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,01:20:03.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-24,01:35:02.832] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,01:35:04.606] [DEBUG] 6 processes running of frp type [2025-12-24,01:50:02.825] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,01:50:04.680] [DEBUG] 6 processes running of frp type [2025-12-24,02:05:01.961] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,02:05:03.771] [DEBUG] 6 processes running of frp type [2025-12-24,02:20:03.022] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,02:20:04.784] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,02:35:02.927] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,02:35:04.563] [DEBUG] 6 processes running of frp type [2025-12-24,02:50:02.718] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,02:50:04.400] [DEBUG] 6 processes running of frp type [2025-12-24,03:05:02.666] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,03:05:04.449] [DEBUG] 6 processes running of frp type [2025-12-24,03:20:02.638] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,03:20:04.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-12-24,03:35:03.053] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,03:35:04.801] [DEBUG] 6 processes running of frp type [2025-12-24,03:50:02.820] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,03:50:04.688] [DEBUG] 6 processes running of frp type [2025-12-24,04:05:02.833] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,04:05:04.590] [DEBUG] 6 processes running of frp type [2025-12-24,04:20:02.745] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,04:20:04.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-24,04:35:03.726] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,04:35:05.455] [DEBUG] 6 processes running of frp type [2025-12-24,04:50:03.002] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,04:50:04.739] [DEBUG] 6 processes running of frp type [2025-12-24,05:05:03.442] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,05:05:05.326] [DEBUG] 6 processes running of frp type [2025-12-24,05:20:02.676] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,05:20:04.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' [2025-12-24,05:35:02.489] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,05:35:04.393] [DEBUG] 6 processes running of frp type [2025-12-24,05:50:03.076] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,05:50:04.925] [DEBUG] 6 processes running of frp type 2025-12-24 06:02:05.190 [I] [client/service.go:294] [ea170eacd48267f9] try to connect to server... 2025-12-24 06:02:15.192 [W] [client/service.go:297] [ea170eacd48267f9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 06:02:15.193 [I] [client/service.go:294] [ea170eacd48267f9] try to connect to server... 2025-12-24 06:02:17.883 [I] [client/service.go:286] [ea170eacd48267f9] login to server success, get run id [ea170eacd48267f9] 2025-12-24 06:02:17.884 [I] [proxy/proxy_manager.go:173] [ea170eacd48267f9] proxy added: [DNL01B4302] 2025-12-24 06:02:18.215 [I] [client/control.go:168] [ea170eacd48267f9] [DNL01B4302] start proxy success [2025-12-24,06:05:02.545] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,06:05:04.281] [DEBUG] 6 processes running of frp type [2025-12-24,06:20:02.594] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,06:20:04.310] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,06:35:04.992] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 411, in connect self.sock = ssl_wrap_socket( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 449, in ssl_wrap_socket ssl_sock = _ssl_wrap_socket_impl( File "/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 493, in _ssl_wrap_socket_impl return ssl_context.wrap_socket(sock, server_hostname=server_hostname) File "/usr/lib/python3.9/ssl.py", line 500, in wrap_socket return self.sslsocket_class._create( File "/usr/lib/python3.9/ssl.py", line 1073, in _create self.do_handshake() File "/usr/lib/python3.9/ssl.py", line 1342, in do_handshake self._sslobj.do_handshake() urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 96, in main() File "/home/sh/sh_pc_v3_device/12c_remote_access_v2.py", line 40, in main response = requests.get(api_url) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) [2025-12-24,06:50:02.652] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,06:50:04.467] [DEBUG] 6 processes running of frp type [2025-12-24,07:05:02.898] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,07:05:04.810] [DEBUG] 6 processes running of frp type [2025-12-24,07:20:02.142] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,07:20:03.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-24,07:35:02.628] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,07:35:04.515] [DEBUG] 6 processes running of frp type [2025-12-24,07:50:02.270] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,07:50:04.005] [DEBUG] 6 processes running of frp type [2025-12-24,07:25:16.986] [INFO] Initializing BusSpeedStateManager V2 [2025-12-24,07:25:16.991] [INFO] LocationSqlManager initialising [2025-12-24,07:25:16.992] [INFO] Location DB initialising [2025-12-24,07:25:17.001] [INFO] LocationSqlManager initialisation complete [2025-12-24,07:25:17.002] [DEBUG] UploadManager Init [2025-12-24,07:25:17.002] [DEBUG] UploadManager Init Complete [2025-12-24,07:25:17.005] [INFO] Initializing GPS... [2025-12-24,07:25:17.007] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:38:41.376] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,18:38:43.158] [DEBUG] Remote Access Enabled [2025-12-24,18:38:44.517] [INFO] Server Address: 138.201.17.179 [2025-12-24,18:38:44.519] [INFO] Server Port: 7000 [2025-12-24,18:38:44.528] [DEBUG] Starting Remote Access! 2025-12-24 18:38:44.721 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-24 18:38:44.722 [I] [client/service.go:294] try to connect to server... 2025-12-24 18:38:45.647 [I] [client/service.go:286] [f4486a1e0d0a41f3] login to server success, get run id [f4486a1e0d0a41f3] 2025-12-24 18:38:45.648 [I] [proxy/proxy_manager.go:173] [f4486a1e0d0a41f3] proxy added: [DNL01B4302] 2025-12-24 18:38:45.954 [I] [client/control.go:168] [f4486a1e0d0a41f3] [DNL01B4302] start proxy success [2025-12-24,18:50:03.144] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,18:50:04.800] [DEBUG] 6 processes running of frp type [2025-12-24,19:05:02.043] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,19:05:03.909] [DEBUG] 6 processes running of frp type [2025-12-24,19:20:02.354] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,19:20:04.034] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-24,19:35:02.448] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,19:35:04.356] [DEBUG] 6 processes running of frp type [2025-12-24,19:50:02.302] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,19:50:04.012] [DEBUG] 6 processes running of frp type [2025-12-24,20:05:02.255] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,20:05:03.955] [DEBUG] 6 processes running of frp type [2025-12-24,20:20:02.169] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,20:20:03.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-24,20:35:03.292] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,20:35:05.285] [DEBUG] 6 processes running of frp type [2025-12-24,20:50:03.040] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,20:50:05.175] [DEBUG] 6 processes running of frp type [2025-12-24,21:05:09.555] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,21:06:00.438] [DEBUG] 6 processes running of frp type [2025-12-24,21:20:04.184] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,21:20:27.137] [DEBUG] 6 processes running of frp type 2025-12-24 21:22:40.275 [I] [client/service.go:294] [f4486a1e0d0a41f3] try to connect to server... 2025-12-24 21:22:51.831 [W] [client/service.go:297] [f4486a1e0d0a41f3] connect to server error: connection write timeout 2025-12-24 21:22:51.832 [I] [client/service.go:294] [f4486a1e0d0a41f3] try to connect to server... 2025-12-24 21:22:59.744 [I] [client/service.go:286] [f4486a1e0d0a41f3] login to server success, get run id [f4486a1e0d0a41f3] 2025-12-24 21:22:59.746 [I] [proxy/proxy_manager.go:173] [f4486a1e0d0a41f3] proxy added: [DNL01B4302] 2025-12-24 21:23:06.479 [I] [client/control.go:168] [f4486a1e0d0a41f3] [DNL01B4302] start proxy success 2025-12-24 21:25:07.547 [I] [client/service.go:294] [f4486a1e0d0a41f3] try to connect to server... 2025-12-24 21:25:20.319 [I] [client/service.go:286] [f4486a1e0d0a41f3] login to server success, get run id [f4486a1e0d0a41f3] 2025-12-24 21:25:20.320 [I] [proxy/proxy_manager.go:173] [f4486a1e0d0a41f3] proxy added: [DNL01B4302] 2025-12-24 21:25:21.221 [I] [client/control.go:168] [f4486a1e0d0a41f3] [DNL01B4302] start proxy success 2025-12-24 21:25:49.348 [I] [client/service.go:294] [f4486a1e0d0a41f3] try to connect to server... 2025-12-24 21:25:59.350 [W] [client/service.go:297] [f4486a1e0d0a41f3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-24 21:25:59.351 [I] [client/service.go:294] [f4486a1e0d0a41f3] 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-24 21:26:02.648 [I] [client/service.go:286] [f4486a1e0d0a41f3] login to server success, get run id [f4486a1e0d0a41f3] 2025-12-24 21:26:02.649 [I] [proxy/proxy_manager.go:173] [f4486a1e0d0a41f3] proxy added: [DNL01B4302] 2025-12-24 21:26:03.121 [I] [client/control.go:168] [f4486a1e0d0a41f3] [DNL01B4302] start proxy success [2025-12-24,21:35:02.620] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,21:35:04.621] [DEBUG] 6 processes running of frp type [2025-12-24,21:50:02.817] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,21:50:04.711] [DEBUG] 6 processes running of frp type 2025-12-24 21:54:00.522 [I] [client/service.go:294] [f4486a1e0d0a41f3] try to connect to server... 2025-12-24 21:54:07.701 [W] [client/service.go:297] [f4486a1e0d0a41f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-24 21:54:07.702 [I] [client/service.go:294] [f4486a1e0d0a41f3] try to connect to server... 2025-12-24 21:54:10.902 [W] [client/service.go:297] [f4486a1e0d0a41f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-24 21:54:10.903 [I] [client/service.go:294] [f4486a1e0d0a41f3] try to connect to server... 2025-12-24 21:54:14.102 [W] [client/service.go:297] [f4486a1e0d0a41f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-24 21:54:23.205 [I] [client/service.go:294] [f4486a1e0d0a41f3] try to connect to server... 2025-12-24 21:54:23.210 [W] [client/service.go:297] [f4486a1e0d0a41f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-24 21:54:42.394 [I] [client/service.go:294] [f4486a1e0d0a41f3] try to connect to server... 2025-12-24 21:54:42.398 [W] [client/service.go:297] [f4486a1e0d0a41f3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-24 21:55:02.400 [I] [client/service.go:294] [f4486a1e0d0a41f3] try to connect to server... 2025-12-24 21:55:08.477 [I] [client/service.go:286] [f4486a1e0d0a41f3] login to server success, get run id [f4486a1e0d0a41f3] 2025-12-24 21:55:08.478 [I] [proxy/proxy_manager.go:173] [f4486a1e0d0a41f3] proxy added: [DNL01B4302] 2025-12-24 21:55:09.033 [I] [client/control.go:168] [f4486a1e0d0a41f3] [DNL01B4302] start proxy success [2025-12-24,22:05:03.115] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,22:05:06.294] [DEBUG] 6 processes running of frp type [2025-12-24,22:20:02.503] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,22:20:04.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' [2025-12-24,22:35:02.972] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,22:35:04.902] [DEBUG] 6 processes running of frp type [2025-12-24,22:50:02.342] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,22:50:04.098] [DEBUG] 6 processes running of frp type [2025-12-24,23:05:02.344] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,23:05:04.016] [DEBUG] 6 processes running of frp type [2025-12-24,23:20:02.175] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,23:20:03.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' [2025-12-24,23:35:02.332] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,23:35:04.197] [DEBUG] 6 processes running of frp type [2025-12-24,23:50:02.906] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-24,23:50:04.703] [DEBUG] 6 processes running of frp type [2025-12-25,00:05:03.357] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,00:05:06.280] [DEBUG] 6 processes running of frp type [2025-12-25,00:20:02.583] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,00:20:04.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-25,00:35:02.573] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,00:35:04.517] [DEBUG] 6 processes running of frp type [2025-12-25,00:50:02.761] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,00:50:04.919] [DEBUG] 6 processes running of frp type [2025-12-25,01:05:02.195] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,01:05:03.979] [DEBUG] 6 processes running of frp type [2025-12-25,01:20:02.377] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,01:20:04.092] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,01:35:02.080] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,01:35:04.006] [DEBUG] 6 processes running of frp type [2025-12-25,01:50:02.450] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,01:50:04.642] [DEBUG] 6 processes running of frp type [2025-12-25,02:05:02.968] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,02:05:04.683] [DEBUG] 6 processes running of frp type [2025-12-25,02:20:02.872] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,02:20:04.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-25,02:35:02.940] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,02:35:04.660] [DEBUG] 6 processes running of frp type [2025-12-25,02:50:02.693] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,02:50:04.438] [DEBUG] 6 processes running of frp type [2025-12-25,03:05:02.670] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,03:05:04.356] [DEBUG] 6 processes running of frp type [2025-12-25,03:20:02.612] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,03:20:04.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-25,03:35:02.545] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,03:35:04.406] [DEBUG] 6 processes running of frp type [2025-12-25,03:50:02.529] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,03:50:04.203] [DEBUG] 6 processes running of frp type [2025-12-25,04:05:02.445] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,04:05:04.690] [DEBUG] 6 processes running of frp type [2025-12-25,04:20:02.908] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,04:20:04.608] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,04:35:02.480] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,04:35:04.208] [DEBUG] 6 processes running of frp type [2025-12-25,04:50:06.235] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,04:50:08.197] [DEBUG] 6 processes running of frp type [2025-12-25,05:05:02.774] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,05:05:04.451] [DEBUG] 6 processes running of frp type [2025-12-25,05:20:03.042] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,05:20:04.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,05:35:02.681] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,05:35:04.363] [DEBUG] 6 processes running of frp type [2025-12-25,05:50:02.418] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,05:50:04.099] [DEBUG] 6 processes running of frp type [2025-12-25,06:05:02.760] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,06:05:04.640] [DEBUG] 6 processes running of frp type [2025-12-25,06:20:02.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,06:20:03.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-25,06:35:02.590] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,06:35:04.344] [DEBUG] 6 processes running of frp type [2025-12-25,06:17:41.707] [INFO] Initializing BusSpeedStateManager V2 [2025-12-25,06:17:41.711] [INFO] LocationSqlManager initialising [2025-12-25,06:17:41.712] [INFO] Location DB initialising [2025-12-25,06:17:41.721] [INFO] LocationSqlManager initialisation complete [2025-12-25,06:17:41.722] [DEBUG] UploadManager Init [2025-12-25,06:17:41.722] [DEBUG] UploadManager Init Complete [2025-12-25,06:17:41.725] [INFO] Initializing GPS... [2025-12-25,06:17:41.727] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:17:41.350] [INFO] Initializing BusSpeedStateManager V2 [2025-12-25,06:17:41.355] [INFO] LocationSqlManager initialising [2025-12-25,06:17:41.356] [INFO] Location DB initialising [2025-12-25,06:17:41.365] [INFO] LocationSqlManager initialisation complete [2025-12-25,06:17:41.366] [DEBUG] UploadManager Init [2025-12-25,06:17:41.366] [DEBUG] UploadManager Init Complete [2025-12-25,06:17:41.369] [INFO] Initializing GPS... [2025-12-25,06:17:41.371] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:30:34.253] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,17:30:36.084] [DEBUG] Remote Access Enabled [2025-12-25,17:30:37.465] [INFO] Server Address: 138.201.17.179 [2025-12-25,17:30:37.466] [INFO] Server Port: 7000 [2025-12-25,17:30:37.471] [DEBUG] Starting Remote Access! 2025-12-25 17:30:37.610 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-25 17:30:37.611 [I] [client/service.go:294] try to connect to server... 2025-12-25 17:30:38.663 [I] [client/service.go:286] [0c9d628c87a0ee15] login to server success, get run id [0c9d628c87a0ee15] 2025-12-25 17:30:38.664 [I] [proxy/proxy_manager.go:173] [0c9d628c87a0ee15] proxy added: [DNL01B4302] 2025-12-25 17:30:39.022 [I] [client/control.go:168] [0c9d628c87a0ee15] [DNL01B4302] start proxy success [2025-12-25,17:35:06.502] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,17:35:08.441] [DEBUG] 6 processes running of frp type [2025-12-25,17:50:03.301] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,17:50:05.125] [DEBUG] 6 processes running of frp type [2025-12-25,18:00:40.991] [INFO] Initializing BusSpeedStateManager V2 [2025-12-25,18:00:40.997] [INFO] LocationSqlManager initialising [2025-12-25,18:00:40.998] [INFO] Location DB initialising [2025-12-25,18:00:41.009] [INFO] LocationSqlManager initialisation complete [2025-12-25,18:00:41.010] [DEBUG] UploadManager Init [2025-12-25,18:00:41.011] [DEBUG] UploadManager Init Complete [2025-12-25,18:00:41.016] [INFO] Initializing GPS... [2025-12-25,18:00: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-25,18:02:29.754] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,18:02:46.635] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-25,18:03:03.494] [DEBUG] Log Upload Complete! [2025-12-25,18:05:29.866] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,18:05:31.617] [DEBUG] Remote Access Enabled [2025-12-25,18:05:33.068] [INFO] Server Address: 138.201.17.179 [2025-12-25,18:05:33.069] [INFO] Server Port: 7000 [2025-12-25,18:05:33.081] [DEBUG] Starting Remote Access! 2025-12-25 18:05:33.273 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-25 18:05:33.274 [I] [client/service.go:294] try to connect to server... 2025-12-25 18:05:34.299 [I] [client/service.go:286] [5a37ea7a0a23d49c] login to server success, get run id [5a37ea7a0a23d49c] 2025-12-25 18:05:34.300 [I] [proxy/proxy_manager.go:173] [5a37ea7a0a23d49c] proxy added: [DNL01B4302] 2025-12-25 18:05:34.665 [I] [client/control.go:168] [5a37ea7a0a23d49c] [DNL01B4302] start proxy success [2025-12-25,18:20:02.328] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,18:20:04.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' [2025-12-25,18:35:02.389] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,18:35:04.265] [DEBUG] 6 processes running of frp type [2025-12-25,18:50:06.779] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,18:50:08.697] [DEBUG] 6 processes running of frp type [2025-12-25,19:05:03.224] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,19:05:05.025] [DEBUG] 6 processes running of frp type [2025-12-25,19:20:02.306] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,19:20:04.114] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,19:35:02.371] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,19:35:04.266] [DEBUG] 6 processes running of frp type [2025-12-25,19:50:02.343] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,19:50:04.150] [DEBUG] 6 processes running of frp type [2025-12-25,20:05:02.592] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,20:05:04.478] [DEBUG] 6 processes running of frp type [2025-12-25,20:20:02.902] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,20:20:04.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' [2025-12-25,20:35:02.827] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,20:35:04.732] [DEBUG] 6 processes running of frp type [2025-12-25,20:50:02.378] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,20:50:04.298] [DEBUG] 6 processes running of frp type [2025-12-25,21:05:02.517] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,21:05:04.544] [DEBUG] 6 processes running of frp type [2025-12-25,21:20:02.773] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,21:20:04.637] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-25,21:35:02.658] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,21:35:04.481] [DEBUG] 6 processes running of frp type [2025-12-25,21:50:02.731] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,21:50:04.751] [DEBUG] 6 processes running of frp type [2025-12-25,22:05:02.481] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,22:05:04.574] [DEBUG] 6 processes running of frp type [2025-12-25,22:20:03.025] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,22:20:04.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-25,22:35:02.339] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,22:35:04.100] [DEBUG] 6 processes running of frp type [2025-12-25,22:50:03.117] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,22:50:05.326] [DEBUG] 6 processes running of frp type [2025-12-25,23:05:02.672] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,23:05:04.629] [DEBUG] 6 processes running of frp type [2025-12-25,23:20:02.805] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,23:20:04.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-25,23:35:03.261] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,23:35:05.012] [DEBUG] 6 processes running of frp type [2025-12-25,23:50:02.374] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-25,23:50:04.193] [DEBUG] 6 processes running of frp type [2025-12-26,00:05:02.606] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,00:05:04.711] [DEBUG] 6 processes running of frp type [2025-12-26,00:20:02.890] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,00:20:04.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' [2025-12-26,00:35:02.419] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,00:35:04.159] [DEBUG] 6 processes running of frp type [2025-12-26,00:50:02.570] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,00:50:04.247] [DEBUG] 6 processes running of frp type [2025-12-26,01:05:02.802] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,01:05:04.530] [DEBUG] 6 processes running of frp type [2025-12-26,01:20:02.680] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,01:20:04.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-26,01:35:02.799] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,01:35:04.593] [DEBUG] 6 processes running of frp type [2025-12-26,01:50:02.554] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,01:50:04.265] [DEBUG] 6 processes running of frp type [2025-12-26,02:05:02.454] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,02:05:04.366] [DEBUG] 6 processes running of frp type [2025-12-26,02:20:02.531] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,02:20:04.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-26,02:35:02.464] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,02:35:04.301] [DEBUG] 6 processes running of frp type [2025-12-26,02:50:02.492] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,02:50:04.228] [DEBUG] 6 processes running of frp type [2025-12-26,03:05:02.379] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,03:05:04.114] [DEBUG] 6 processes running of frp type [2025-12-26,03:20:02.344] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,03:20:04.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-26,03:35:02.500] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,03:35:04.438] [DEBUG] 6 processes running of frp type [2025-12-26,03:50:02.401] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,03:50:04.129] [DEBUG] 6 processes running of frp type [2025-12-26,04:05:02.426] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,04:05:04.099] [DEBUG] 6 processes running of frp type [2025-12-26,04:20:02.268] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,04:20:04.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-26,04:35:02.042] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,04:35:03.897] [DEBUG] 6 processes running of frp type [2025-12-26,04:50:02.808] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,04:50:04.522] [DEBUG] 6 processes running of frp type [2025-12-26,05:05:02.881] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,05:05:04.752] [DEBUG] 6 processes running of frp type [2025-12-26,05:20:03.125] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,05:20:04.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-26,05:35:02.597] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,05:35:04.466] [DEBUG] 6 processes running of frp type [2025-12-26,05:50:03.126] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,05:50:04.904] [DEBUG] 6 processes running of frp type [2025-12-26,06:05:02.380] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,06:05:04.121] [DEBUG] 6 processes running of frp type [2025-12-26,06:20:02.322] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,06:20:04.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' [2025-12-26,06:35:02.935] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,06:35:04.774] [DEBUG] 6 processes running of frp type [2025-12-26,06:50:03.014] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,06:50:04.815] [DEBUG] 6 processes running of frp type [2025-12-26,06:48:25.865] [INFO] Initializing BusSpeedStateManager V2 [2025-12-26,06:48:25.873] [INFO] LocationSqlManager initialising [2025-12-26,06:48:25.873] [INFO] Location DB initialising [2025-12-26,06:48:25.885] [INFO] LocationSqlManager initialisation complete [2025-12-26,06:48:25.886] [DEBUG] UploadManager Init [2025-12-26,06:48:25.886] [DEBUG] UploadManager Init Complete [2025-12-26,06:48:25.891] [INFO] Initializing GPS... [2025-12-26,06:48:25.894] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:24:08.405] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,10:24:10.146] [DEBUG] Remote Access Enabled [2025-12-26,10:24:11.777] [INFO] Server Address: 138.201.17.179 [2025-12-26,10:24:11.777] [INFO] Server Port: 7000 [2025-12-26,10:24:11.782] [DEBUG] Starting Remote Access! 2025-12-26 10:24:11.913 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-26 10:24:11.914 [I] [client/service.go:294] try to connect to server... 2025-12-26 10:24:13.229 [I] [client/service.go:286] [5b22cdb82f401b1f] login to server success, get run id [5b22cdb82f401b1f] 2025-12-26 10:24:13.230 [I] [proxy/proxy_manager.go:173] [5b22cdb82f401b1f] proxy added: [DNL01B4302] 2025-12-26 10:24:13.687 [I] [client/control.go:168] [5b22cdb82f401b1f] [DNL01B4302] 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-26 10:26:53.991 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:27:03.992 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-26 10:27:03.993 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:27:13.994 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-26 10:27:13.995 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:27:17.038 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:27:26.283 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:27:29.197 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:27:48.662 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:27:51.704 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:28:11.706 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:28:14.744 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:28:34.745 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:28:36.477 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:28:56.479 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:28:59.517 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:29:19.518 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:29:22.558 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:29:42.559 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:29:45.597 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:30:05.598 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:30:08.637 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:30:28.638 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:30:31.677 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:30:51.679 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:30:54.717 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:31:14.718 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:31:17.757 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:31:37.758 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:31:40.797 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:32:00.798 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:32:03.837 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:32:23.838 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:32:26.877 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:32:46.879 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:32:49.917 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:33:09.919 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:33:12.958 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:33:32.959 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:33:35.998 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:33:55.999 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:33:59.037 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:34:19.038 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:34:22.078 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:34:42.079 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:34:45.117 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:35:05.118 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:35:08.157 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:35:28.158 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:35:31.197 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:35:51.198 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:35:54.237 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:36:14.238 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:36:17.277 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:36:37.278 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:36:40.317 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:37:00.318 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:37:03.358 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:37:23.359 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:37:26.397 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:37:46.399 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:37:49.438 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:38:09.439 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:38:12.477 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:38:32.478 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:38:35.517 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:38:55.519 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:38:58.557 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:39:18.559 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:39:21.597 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:39:41.599 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:39:44.637 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:40:04.639 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:40:07.677 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:40:27.678 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:40:30.718 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:40:50.719 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:40:53.757 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:41:13.758 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:41:16.797 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:41:36.799 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:41:39.837 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:41:59.838 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:42:02.877 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:42:22.878 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:42:25.916 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:42:45.917 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:42:48.957 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:43:08.959 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:43:11.996 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-26 10:43:31.997 [I] [client/service.go:294] [5b22cdb82f401b1f] try to connect to server... 2025-12-26 10:43:35.037 [W] [client/service.go:297] [5b22cdb82f401b1f] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host [2025-12-26,10:25:22.098] [INFO] Initializing BusSpeedStateManager V2 [2025-12-26,10:25:22.105] [INFO] LocationSqlManager initialising [2025-12-26,10:25:22.106] [INFO] Location DB initialising [2025-12-26,10:25:22.120] [INFO] LocationSqlManager initialisation complete [2025-12-26,10:25:22.121] [DEBUG] UploadManager Init [2025-12-26,10:25:22.123] [DEBUG] UploadManager Init Complete [2025-12-26,10:25:22.128] [INFO] Initializing GPS... [2025-12-26,10:25:22.131] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:19.828] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,11:35:21.571] [DEBUG] Remote Access Enabled [2025-12-26,11:35:23.218] [INFO] Server Address: 138.201.17.179 [2025-12-26,11:35:23.219] [INFO] Server Port: 7000 [2025-12-26,11:35:23.228] [DEBUG] Starting Remote Access! 2025-12-26 11:35:23.430 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-26 11:35:23.431 [I] [client/service.go:294] try to connect to server... 2025-12-26 11:35:24.815 [I] [client/service.go:286] [00dc798a0c84656a] login to server success, get run id [00dc798a0c84656a] 2025-12-26 11:35:24.816 [I] [proxy/proxy_manager.go:173] [00dc798a0c84656a] proxy added: [DNL01B4302] 2025-12-26 11:35:25.151 [I] [client/control.go:168] [00dc798a0c84656a] [DNL01B4302] start proxy success [2025-12-26,11:42:52.701] [INFO] Initializing BusSpeedStateManager V2 [2025-12-26,11:42:52.705] [INFO] LocationSqlManager initialising [2025-12-26,11:42:52.706] [INFO] Location DB initialising [2025-12-26,11:42:52.715] [INFO] LocationSqlManager initialisation complete [2025-12-26,11:42:52.716] [DEBUG] UploadManager Init [2025-12-26,11:42:52.716] [DEBUG] UploadManager Init Complete [2025-12-26,11:42:52.719] [INFO] Initializing GPS... [2025-12-26,11:42:52.721] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:15:16.489] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,18:15:18.278] [DEBUG] Remote Access Enabled [2025-12-26,18:15:19.729] [INFO] Server Address: 138.201.17.179 [2025-12-26,18:15:19.730] [INFO] Server Port: 7000 [2025-12-26,18:15:19.740] [DEBUG] Starting Remote Access! 2025-12-26 18:15:19.920 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-26 18:15:19.920 [I] [client/service.go:294] try to connect to server... 2025-12-26 18:15:20.940 [I] [client/service.go:286] [f97899dc25b07067] login to server success, get run id [f97899dc25b07067] 2025-12-26 18:15:20.941 [I] [proxy/proxy_manager.go:173] [f97899dc25b07067] proxy added: [DNL01B4302] 2025-12-26 18:15:21.269 [I] [client/control.go:168] [f97899dc25b07067] [DNL01B4302] start proxy success [2025-12-26,18:17:37.721] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,18:17:39.473] [DEBUG] 6 processes running of frp type [2025-12-26,18:20:18.892] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,18:20:20.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-26,18:35:02.361] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,18:35:04.082] [DEBUG] 6 processes running of frp type [2025-12-26,18:50:02.902] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,18:50:04.650] [DEBUG] 6 processes running of frp type [2025-12-26,19:05:02.175] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,19:05:04.009] [DEBUG] 6 processes running of frp type [2025-12-26,19:20:02.325] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,19:20:04.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-26,19:35:03.158] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,19:35:04.922] [DEBUG] 6 processes running of frp type [2025-12-26,19:50:03.287] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,19:50:05.056] [DEBUG] 6 processes running of frp type [2025-12-26,20:05:02.444] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,20:05:04.344] [DEBUG] 6 processes running of frp type [2025-12-26,20:20:02.748] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,20:20:04.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-26,20:35:02.907] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,20:35:09.296] [DEBUG] 6 processes running of frp type 2025-12-26 20:37:03.207 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:37:03.218 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:37:05.323 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:37:05.330 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:37:09.884 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:37:09.889 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:37:19.405 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:37:19.410 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:37:39.020 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:37:39.023 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:37:59.025 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:37:59.030 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:38:19.031 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:38:19.036 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:38:39.037 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:38:39.040 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:38:59.042 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:38:59.046 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:39:19.048 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:39:19.053 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:39:39.054 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:39:39.058 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:39:59.059 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:39:59.064 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:40:19.065 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:40:19.068 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:40:39.069 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:40:39.072 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:40:59.073 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:40:59.078 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:41:19.080 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:41:19.085 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:41:39.086 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:41:39.091 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:41:59.092 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:41:59.097 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:42:19.098 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:42:19.103 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:42:39.104 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:42:39.111 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:42:59.113 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:42:59.117 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:43:19.118 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:43:19.123 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:43:39.124 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:43:39.129 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:43:59.131 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:43:59.135 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:44:19.137 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:44:19.142 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:44:39.143 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:44:39.148 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:44:59.149 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:44:59.154 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:45:19.156 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:45:19.162 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:45:39.164 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:45:39.170 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:45:59.172 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:45:59.176 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:46:19.178 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:46:19.182 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:46:39.183 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:46:39.188 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:46:59.189 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:46:59.194 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:47:19.196 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:47:19.207 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:47:39.208 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:47:39.213 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:47:59.213 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:47:59.218 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:48:19.220 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:48:19.225 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:48:39.227 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:48:39.232 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:48:59.234 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:48:59.237 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:49:19.239 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:49:19.243 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:49:39.244 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:49:39.249 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:49:59.250 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:49:59.255 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2025-12-26,20:50:02.581] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-12-26 20:50:19.256 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:50:19.261 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:50:39.262 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:50:39.267 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:50:59.268 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:50:59.271 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:51:19.273 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:51:19.278 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:51:39.279 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:51:39.284 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:51:59.286 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:51:59.289 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:52:19.290 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:52:19.295 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:52:39.296 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:52:39.302 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:52:59.303 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:52:59.307 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:53:19.309 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:53:19.316 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:53:39.317 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:53:39.323 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:53:59.324 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:53:59.328 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:54:19.330 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:54:19.334 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:54:39.335 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:54:39.340 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:54:59.341 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:54:59.346 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:55:19.348 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:55:19.352 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:55:39.353 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:55:39.360 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:55:59.361 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:55:59.366 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:56:19.367 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:56:19.374 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:56:39.375 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:56:39.381 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:56:59.382 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:56:59.387 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:57:19.389 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:57:19.393 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:57:39.394 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:57:39.398 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:57:59.400 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:57:59.408 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:58:19.410 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:58:19.424 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:58:39.426 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:58:39.430 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:58:59.431 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:58:59.437 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:59:19.439 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:59:19.444 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:59:39.445 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:59:39.450 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 20:59:59.451 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 20:59:59.458 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:00:19.459 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:00:19.462 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:00:39.463 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:00:39.473 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:00:59.475 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:00:59.479 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:01:19.480 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:01:19.486 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:01:39.488 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:01:39.504 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:01:59.506 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:01:59.516 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:02:19.518 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:02:19.521 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:02:39.522 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:02:39.527 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:02:59.528 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:02:59.533 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:03:19.534 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:03:19.540 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:03:39.541 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:03:39.546 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:03:59.547 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:03:59.553 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:04:19.553 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:04:19.559 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:04:39.560 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:04:39.570 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:04:59.571 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:04:59.576 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2025-12-26,21:05:02.790] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-12-26 21:05:19.577 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:05:19.581 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:05:39.582 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:05:39.591 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:05:59.592 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:05:59.596 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:06:19.597 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:06:19.600 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:06:39.602 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:06:39.606 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:06:59.608 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:06:59.617 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:07:19.618 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:07:20.617 [I] [client/service.go:286] [f97899dc25b07067] login to server success, get run id [f97899dc25b07067] 2025-12-26 21:07:20.618 [I] [proxy/proxy_manager.go:173] [f97899dc25b07067] proxy added: [DNL01B4302] 2025-12-26 21:07:20.951 [I] [client/control.go:168] [f97899dc25b07067] [DNL01B4302] start proxy success 2025-12-26 21:08:30.243 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:08:30.253 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:08:32.416 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:08:32.426 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:08:37.089 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:08:37.093 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:08:47.113 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:08:47.119 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:09:07.120 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:09:07.124 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:09:27.125 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:09:27.132 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:09:47.133 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:09:47.137 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:10:07.138 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:10:07.142 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:10:27.143 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:10:27.149 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:10:47.150 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:10:47.155 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:11:07.157 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:11:07.160 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:11:27.161 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:11:27.166 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:11:47.168 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:11:47.173 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:12:07.174 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:12:07.181 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:12:27.182 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:12:27.191 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:12:47.193 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:12:47.201 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:13:07.201 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:13:07.209 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:13:27.210 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:13:27.215 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:13:47.216 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:13:47.221 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:14:07.222 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:14:07.230 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:14:27.231 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:14:27.237 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:14:47.238 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:14:47.243 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:15:07.245 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:15:07.250 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:15:27.251 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:15:27.256 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:15:47.257 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:15:47.262 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:16:07.263 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:16:07.270 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:16:27.271 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:16:27.276 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:16:47.277 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:16:47.282 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:17:07.284 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:17:07.287 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:17:27.289 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:17:27.293 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:17:47.295 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:17:47.299 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:18:07.301 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:18:07.306 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:18:27.307 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:18:27.311 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:18:47.312 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:18:47.317 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:19:07.319 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:19:07.324 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:19:27.325 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:19:27.330 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:19:47.331 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:19:47.335 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2025-12-26,21:20:02.334] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-12-26 21:20:07.337 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:20:07.342 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:20:27.344 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:20:27.349 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:20:47.350 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:20:47.355 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:21:07.357 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:21:07.362 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:21:27.363 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:21:27.367 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:21:47.368 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:21:47.374 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:22:07.374 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:22:07.379 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:22:27.380 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:22:27.384 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:22:47.386 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:22:47.393 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:23:07.394 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:23:07.398 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:23:27.400 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:23:27.404 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:23:47.405 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:23:47.410 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:24:07.411 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:24:07.417 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:24:27.418 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:24:27.423 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:24:47.424 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:24:47.430 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:25:07.431 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:25:07.436 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:25:27.437 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:25:27.441 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:25:47.441 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:25:47.446 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:07.447 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:26:07.451 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:26:27.453 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:26:27.456 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:26:47.457 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:26:47.462 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:27:07.463 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:27:07.467 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:27:27.469 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:27:27.474 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:27:47.474 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:27:47.483 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:28:07.485 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:28:07.494 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:28:27.495 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:28:27.499 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:28:47.500 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:28:47.512 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:29:07.514 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:29:07.538 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:29:27.540 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:29:27.544 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:29:47.545 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:29:47.551 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:30:07.552 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:30:07.558 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:30:27.559 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:30:27.563 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:30:47.565 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:30:47.569 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:31:07.571 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:31:07.577 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:31:27.578 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:31:27.583 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:31:47.585 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:31:47.590 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:32:07.592 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:32:07.596 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:32:27.598 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:32:27.602 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:32:47.604 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:32:47.609 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:33:07.611 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:33:07.626 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:33:27.628 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:33:27.632 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:33:47.633 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:33:47.638 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:34:07.640 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:34:07.644 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:34:27.646 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:34:27.653 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:34:47.654 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:34:47.658 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2025-12-26,21:35:02.660] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-12-26 21:35:07.659 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:35:07.663 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:35:27.664 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:35:27.670 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:35:47.671 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:35:47.674 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:36:07.675 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:36:07.680 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:36:27.681 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:36:27.690 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:36:47.690 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:36:47.694 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:37:07.694 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:37:07.705 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:37:27.707 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:37:27.712 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:37:47.713 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:37:47.717 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:38:07.718 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:38:07.723 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:38:27.724 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:38:27.729 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:38:47.729 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:38:47.733 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:39:07.733 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:39:07.738 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:39:27.739 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:39:27.743 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:39:47.745 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:39:47.749 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:40:07.750 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:40:07.756 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:40:27.758 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:40:27.763 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:40:47.764 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:40:47.769 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:41:07.771 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:41:07.776 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:41:27.777 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:41:27.782 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:41:47.783 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:41:47.788 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:42:07.790 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:42:07.795 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:42:27.797 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:42:27.801 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:42:47.802 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:42:47.806 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:43:07.807 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:43:07.812 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:43:27.813 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:43:27.818 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:43:47.820 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:43:47.826 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:44:07.827 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:44:07.832 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:44:27.833 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:44:27.838 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:44:47.840 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:44:47.844 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:45:07.846 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:45:07.850 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:45:27.852 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:45:27.857 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:45:47.858 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:45:47.864 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:46:07.865 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:46:07.871 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:46:27.872 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:46:27.877 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:46:47.879 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:46:47.884 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:47:07.885 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:47:07.889 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:47:27.891 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:47:27.897 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:47:47.899 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:47:47.904 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:48:07.904 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:48:07.909 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:48:27.910 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:48:27.915 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:48:47.917 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:48:47.922 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:49:07.923 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:49:07.926 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:49:27.928 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:49:27.933 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:49:47.935 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:49:47.939 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2025-12-26,21:50:02.426] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-12-26 21:50:07.940 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:50:07.944 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:50:27.945 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:50:27.950 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:50:47.951 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:50:47.955 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:51:07.955 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:51:07.960 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:51:27.961 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:51:27.966 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:51:47.967 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:51:47.972 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:52:07.974 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:52:07.977 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:52:27.978 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:52:27.983 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:52:47.985 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:52:47.990 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:53:07.991 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:53:08.004 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:53:28.006 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:53:28.011 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:53:48.012 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:53:48.016 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:54:08.018 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:54:08.022 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:54:28.024 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:54:28.029 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:54:48.030 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:54:48.034 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:55:08.035 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:55:08.040 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:55:28.042 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:55:28.047 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:55:48.048 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:55:48.052 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:56:08.053 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:56:08.058 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:56:28.059 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:56:28.065 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:56:48.066 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:56:48.071 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:57:08.072 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:57:08.077 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:57:28.077 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:57:28.082 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:57:48.084 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:57:48.088 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:58:08.089 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:58:08.094 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:58:28.096 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:58:28.101 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:58:48.103 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:58:48.108 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:59:08.112 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:59:08.117 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:59:28.118 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:59:28.123 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 21:59:48.124 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 21:59:48.128 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:00:08.129 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:00:08.134 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:00:28.135 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:00:28.146 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:00:48.148 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:00:48.169 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:01:08.170 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:01:08.175 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:01:28.177 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:01:28.182 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:01:48.184 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:01:48.188 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:02:08.189 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:02:08.195 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:02:28.196 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:02:28.199 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:02:48.200 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:02:48.205 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:03:08.207 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:03:08.212 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:03:28.214 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:03:28.217 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:03:48.219 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:03:48.223 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:04:08.224 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:04:08.229 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:04:28.230 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:04:28.233 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:04:48.233 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:04:48.240 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2025-12-26,22:05:03.055] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-12-26 22:05:08.241 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:05:08.251 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:05:28.252 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:05:28.255 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:05:48.256 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:05:48.262 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:06:08.263 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:06:08.268 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:06:28.270 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:06:28.274 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:06:48.277 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:06:48.285 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:07:08.287 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:07:08.292 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:07:28.293 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:07:28.298 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:07:48.300 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:07:48.319 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:08:08.321 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:08:08.325 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:08:28.326 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:08:28.340 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:08:48.341 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:08:48.346 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:09:08.347 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:09:08.357 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:09:28.359 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:09:28.364 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:09:48.365 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:09:48.376 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:10:08.378 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:10:08.384 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:10:28.385 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:10:28.392 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:10:48.392 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:10:48.395 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:11:08.395 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:11:08.399 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:11:28.400 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:11:28.402 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:11:48.403 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:11:48.405 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:12:08.406 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:12:08.413 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:12:28.413 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:12:28.419 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:12:48.421 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:12:48.445 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:13:08.446 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:13:08.450 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:13:28.451 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:13:28.455 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:13:48.457 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:13:48.462 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:14:08.463 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:14:08.468 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:14:28.469 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:14:28.474 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:14:48.476 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:14:48.480 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:15:08.481 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:15:08.486 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:15:28.488 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:15:28.650 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:15:48.651 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:15:48.657 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:16:08.658 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:16:08.663 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:16:28.665 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:16:28.670 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:16:48.671 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:16:48.704 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:17:08.705 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:17:08.710 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:17:28.711 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:17:28.722 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:17:48.723 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:17:48.738 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:18:08.739 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:18:08.759 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:18:28.760 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:18:28.767 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:18:48.770 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:18:48.776 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:19:08.777 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:19:08.782 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:19:28.784 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:19:28.792 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:19:48.793 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:19:48.798 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2025-12-26,22:20:02.419] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 2025-12-26 22:20:08.798 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:20:08.802 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:20:28.803 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:20:28.807 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:20:48.808 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:20:48.820 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:21:08.822 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:21:08.826 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:21:28.828 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:21:28.835 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:21:48.837 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:21:48.841 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:22:08.843 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:22:08.847 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:22:28.849 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:22:28.853 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:22:48.854 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:22:48.859 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:23:08.860 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:23:08.864 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:23:28.866 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:23:28.893 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:23:48.894 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:23:48.898 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:24:08.900 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:24:08.905 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:24:28.906 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:24:28.986 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:24:48.987 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:24:48.999 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:25:09.000 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:25:09.014 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:25:29.016 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:25:29.030 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:25:49.031 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:25:49.042 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:09.043 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:26:09.049 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:26:29.050 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:26:29.055 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:26:49.057 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:26:49.062 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:27:09.064 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:27:09.068 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:27:29.070 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:27:29.074 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:27:49.075 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:27:49.081 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:28:09.082 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:28:09.089 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:28:29.091 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:28:29.098 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:28:49.099 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:28:49.104 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:29:09.105 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:29:09.109 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:29:29.110 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:29:29.115 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:29:49.117 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:29:49.121 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:30:09.122 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:30:09.126 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-26 22:30:29.127 [I] [client/service.go:294] [f97899dc25b07067] try to connect to server... 2025-12-26 22:30:29.143 [W] [client/service.go:297] [f97899dc25b07067] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused [2025-12-26,22:31:08.016] [INFO] Initializing BusSpeedStateManager V2 [2025-12-26,22:31:08.023] [INFO] LocationSqlManager initialising [2025-12-26,22:31:08.023] [INFO] Location DB initialising [2025-12-26,22:31:08.033] [INFO] LocationSqlManager initialisation complete [2025-12-26,22:31:08.033] [DEBUG] UploadManager Init [2025-12-26,22:31:08.034] [DEBUG] UploadManager Init Complete [2025-12-26,22:31:08.036] [INFO] Initializing GPS... [2025-12-26,22:31:08.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,22:32:56.918] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,22:32:58.580] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,22:33:11.614] [DEBUG] Log Upload Complete! [2025-12-26,22:34:15.099] [INFO] Initializing BusSpeedStateManager V2 [2025-12-26,22:34:15.106] [INFO] LocationSqlManager initialising [2025-12-26,22:34:15.106] [INFO] Location DB initialising [2025-12-26,22:34:15.117] [INFO] LocationSqlManager initialisation complete [2025-12-26,22:34:15.119] [DEBUG] UploadManager Init [2025-12-26,22:34:15.119] [DEBUG] UploadManager Init Complete [2025-12-26,22:34:15.124] [INFO] Initializing GPS... [2025-12-26,22:34:15.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-26,22:36:02.421] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,22:36:04.080] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-26,22:36:14.409] [DEBUG] Log Upload Complete! [2025-12-26,22:39:02.480] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,22:39:04.226] [DEBUG] Remote Access Enabled [2025-12-26,22:39:05.648] [INFO] Server Address: 138.201.17.179 [2025-12-26,22:39:05.649] [INFO] Server Port: 7000 [2025-12-26,22:39:05.654] [DEBUG] Starting Remote Access! 2025-12-26 22:39:05.789 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-26 22:39:05.790 [I] [client/service.go:294] try to connect to server... 2025-12-26 22:39:06.992 [I] [client/service.go:286] [e5b2fecfe57373eb] login to server success, get run id [e5b2fecfe57373eb] 2025-12-26 22:39:06.993 [I] [proxy/proxy_manager.go:173] [e5b2fecfe57373eb] proxy added: [DNL01B4302] 2025-12-26 22:39:07.335 [I] [client/control.go:168] [e5b2fecfe57373eb] [DNL01B4302] start proxy success [2025-12-26,22:50:03.121] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,22:50:04.818] [DEBUG] 6 processes running of frp type [2025-12-26,23:05:02.198] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,23:05:04.004] [DEBUG] 6 processes running of frp type [2025-12-26,23:20:02.153] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,23:20:03.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,23:35:02.202] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,23:35:03.941] [DEBUG] 6 processes running of frp type [2025-12-26,23:50:03.111] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-26,23:50:04.870] [DEBUG] 6 processes running of frp type [2025-12-27,00:05:02.134] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,00:05:04.116] [DEBUG] 6 processes running of frp type [2025-12-27,00:20:02.264] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,00:20:03.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-12-27,00:35:02.285] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,00:35:03.992] [DEBUG] 6 processes running of frp type [2025-12-27,00:50:02.268] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,00:50:04.014] [DEBUG] 6 processes running of frp type [2025-12-27,01:05:02.242] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,01:05:04.212] [DEBUG] 6 processes running of frp type [2025-12-27,01:20:02.438] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,01:20:04.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-27,01:35:02.525] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,01:35:04.223] [DEBUG] 6 processes running of frp type [2025-12-27,01:50:02.343] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,01:50:04.298] [DEBUG] 6 processes running of frp type [2025-12-27,02:05:02.460] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,02:05:04.226] [DEBUG] 6 processes running of frp type [2025-12-27,02:20:02.396] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,02:20:04.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-27,02:35:02.386] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,02:35:04.264] [DEBUG] 6 processes running of frp type [2025-12-27,02:50:02.333] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,02:50:04.097] [DEBUG] 6 processes running of frp type [2025-12-27,03:05:02.350] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,03:05:04.047] [DEBUG] 6 processes running of frp type [2025-12-27,03:20:02.269] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,03:20:03.986] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,03:35:02.501] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,03:35:04.362] [DEBUG] 6 processes running of frp type [2025-12-27,03:50:02.283] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,03:50:04.192] [DEBUG] 6 processes running of frp type [2025-12-27,04:05:02.358] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,04:05:04.083] [DEBUG] 6 processes running of frp type [2025-12-27,04:20:02.369] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,04:20:04.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-27,04:35:02.266] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,04:35:04.076] [DEBUG] 6 processes running of frp type [2025-12-27,04:50:02.996] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,04:50:04.943] [DEBUG] 6 processes running of frp type [2025-12-27,05:05:02.590] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,05:05:04.440] [DEBUG] 6 processes running of frp type [2025-12-27,05:20:02.630] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,05:20:04.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-27,05:35:02.631] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,05:35:04.425] [DEBUG] 6 processes running of frp type [2025-12-27,05:50:02.211] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,05:50:04.107] [DEBUG] 6 processes running of frp type [2025-12-27,06:05:02.582] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,06:05:04.324] [DEBUG] 6 processes running of frp type [2025-12-27,06:20:02.605] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,06:20:04.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' [2025-12-27,06:35:02.297] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,06:35:04.109] [DEBUG] 6 processes running of frp type [2025-12-27,06:50:03.122] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,06:50:04.885] [DEBUG] 6 processes running of frp type [2025-12-27,07:05:02.268] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,07:05:04.081] [DEBUG] 6 processes running of frp type [2025-12-27,07:20:02.485] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,07:20:04.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-27,07:35:02.947] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,07:35:04.740] [DEBUG] 6 processes running of frp type [2025-12-27,07:50:02.521] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,07:50:04.320] [DEBUG] 6 processes running of frp type [2025-12-27,08:02:02.669] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,08:02:04.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( [2025-12-27,08:02:23.610] [DEBUG] Log Upload Complete! [2025-12-27,08:05:02.966] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,08:05:04.816] [DEBUG] 6 processes running of frp type [2025-12-27,07:40:38.028] [INFO] Initializing BusSpeedStateManager V2 [2025-12-27,07:40:38.035] [INFO] LocationSqlManager initialising [2025-12-27,07:40:38.035] [INFO] Location DB initialising [2025-12-27,07:40:38.045] [INFO] LocationSqlManager initialisation complete [2025-12-27,07:40:38.046] [DEBUG] UploadManager Init [2025-12-27,07:40:38.047] [DEBUG] UploadManager Init Complete [2025-12-27,07:40:38.050] [INFO] Initializing GPS... [2025-12-27,07:40:38.052] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:23:50.361] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,18:23:53.845] [DEBUG] Remote Access Enabled [2025-12-27,18:23:55.277] [INFO] Server Address: 138.201.17.179 [2025-12-27,18:23:55.278] [INFO] Server Port: 7000 [2025-12-27,18:23:55.282] [DEBUG] Starting Remote Access! 2025-12-27 18:23:55.418 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-27 18:23:55.419 [I] [client/service.go:294] try to connect to server... 2025-12-27 18:23:56.578 [I] [client/service.go:286] [a5af061f6ed4290b] login to server success, get run id [a5af061f6ed4290b] 2025-12-27 18:23:56.581 [I] [proxy/proxy_manager.go:173] [a5af061f6ed4290b] proxy added: [DNL01B4302] 2025-12-27 18:23:57.340 [I] [client/control.go:168] [a5af061f6ed4290b] [DNL01B4302] 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,18:35:02.019] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,18:35:03.999] [DEBUG] 6 processes running of frp type [2025-12-27,18:50:02.797] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,18:50:04.713] [DEBUG] 6 processes running of frp type [2025-12-27,19:05:02.102] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,19:05:03.839] [DEBUG] 6 processes running of frp type [2025-12-27,19:20:02.365] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,19:20:04.264] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,19:35:03.014] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,19:35:05.081] [DEBUG] 6 processes running of frp type [2025-12-27,19:50:02.673] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,19:50:04.560] [DEBUG] 6 processes running of frp type [2025-12-27,20:05:02.985] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,20:05:04.939] [DEBUG] 6 processes running of frp type [2025-12-27,20:20:02.184] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,20:20:03.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-12-27,20:35:03.122] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,20:35:04.973] [DEBUG] 6 processes running of frp type [2025-12-27,20:50:02.201] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,20:50:04.043] [DEBUG] 6 processes running of frp type [2025-12-27,21:05:02.550] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,21:05:04.655] [DEBUG] 6 processes running of frp type [2025-12-27,21:20:03.160] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,21:20:05.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-27,21:35:03.147] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,21:35:04.991] [DEBUG] 6 processes running of frp type [2025-12-27,21:50:02.491] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,21:50:04.275] [DEBUG] 6 processes running of frp type [2025-12-27,22:05:02.714] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,22:05:04.568] [DEBUG] 6 processes running of frp type [2025-12-27,22:20:02.774] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,22:20:04.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-27,22:35:02.121] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,22:35:03.952] [DEBUG] 6 processes running of frp type [2025-12-27,22:50:02.302] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,22:50:04.280] [DEBUG] 6 processes running of frp type [2025-12-27,23:05:02.936] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,23:05:04.757] [DEBUG] 6 processes running of frp type [2025-12-27,23:20:02.030] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,23:20:03.719] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-27,23:35:03.047] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,23:35:04.984] [DEBUG] 6 processes running of frp type [2025-12-27,23:50:02.780] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-27,23:50:04.628] [DEBUG] 6 processes running of frp type [2025-12-28,00:05:03.036] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,00:05:04.812] [DEBUG] 6 processes running of frp type [2025-12-28,00:20:01.965] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,00:20:03.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-28,00:35:02.397] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,00:35:04.126] [DEBUG] 6 processes running of frp type [2025-12-28,00:50:02.235] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,00:50:03.963] [DEBUG] 6 processes running of frp type [2025-12-28,01:05:02.391] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,01:05:04.204] [DEBUG] 6 processes running of frp type [2025-12-28,01:20:02.440] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,01:20:04.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-28,01:35:03.094] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,01:35:04.929] [DEBUG] 6 processes running of frp type [2025-12-28,01:50:02.017] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,01:50:03.747] [DEBUG] 6 processes running of frp type [2025-12-28,02:05:03.052] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,02:05:05.082] [DEBUG] 6 processes running of frp type [2025-12-28,02:20:02.256] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,02:20:04.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-28,02:35:02.250] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,02:35:05.362] [DEBUG] 6 processes running of frp type [2025-12-28,02:50:02.553] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,02:50:04.358] [DEBUG] 6 processes running of frp type [2025-12-28,03:05:02.654] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,03:05:04.526] [DEBUG] 6 processes running of frp type [2025-12-28,03:20:02.715] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,03:20:05.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-28,03:35:03.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,03:35:04.804] [DEBUG] 6 processes running of frp type [2025-12-28,03:50:02.785] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,03:50:04.448] [DEBUG] 6 processes running of frp type [2025-12-28,04:05:02.584] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,04:05:05.037] [DEBUG] 6 processes running of frp type [2025-12-28,04:20:02.413] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,04:20:04.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-28,04:35:02.819] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,04:35:04.657] [DEBUG] 6 processes running of frp type [2025-12-28,04:50:02.316] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,04:50:04.021] [DEBUG] 6 processes running of frp type [2025-12-28,05:05:02.720] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,05:05:04.660] [DEBUG] 6 processes running of frp type [2025-12-28,05:20:03.061] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,05:20:04.807] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,05:35:02.331] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,05:35:04.029] [DEBUG] 6 processes running of frp type [2025-12-28,05:50:02.783] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,05:50:04.524] [DEBUG] 6 processes running of frp type [2025-12-28,06:05:03.271] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,06:05:05.060] [DEBUG] 6 processes running of frp type [2025-12-28,06:20:02.315] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,06:20:04.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-28,06:35:02.827] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,06:35:04.478] [DEBUG] 6 processes running of frp type [2025-12-28,06:50:03.103] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,06:50:04.886] [DEBUG] 6 processes running of frp type [2025-12-28,05:48:02.409] [INFO] Initializing BusSpeedStateManager V2 [2025-12-28,05:48:02.415] [INFO] LocationSqlManager initialising [2025-12-28,05:48:02.416] [INFO] Location DB initialising [2025-12-28,05:48:02.426] [INFO] LocationSqlManager initialisation complete [2025-12-28,05:48:02.428] [DEBUG] UploadManager Init [2025-12-28,05:48:02.429] [DEBUG] UploadManager Init Complete [2025-12-28,05:48:02.433] [INFO] Initializing GPS... [2025-12-28,05:48:02.436] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:48:01.914] [INFO] Initializing BusSpeedStateManager V2 [2025-12-28,05:48:01.918] [INFO] LocationSqlManager initialising [2025-12-28,05:48:01.919] [INFO] Location DB initialising [2025-12-28,05:48:01.928] [INFO] LocationSqlManager initialisation complete [2025-12-28,05:48:01.929] [DEBUG] UploadManager Init [2025-12-28,05:48:01.929] [DEBUG] UploadManager Init Complete [2025-12-28,05:48:01.932] [INFO] Initializing GPS... [2025-12-28,05:48:01.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-28,18:33:09.506] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,18:33:11.313] [DEBUG] Remote Access Enabled [2025-12-28,18:33:13.231] [INFO] Server Address: 138.201.17.179 [2025-12-28,18:33:13.232] [INFO] Server Port: 7000 [2025-12-28,18:33:13.241] [DEBUG] Starting Remote Access! 2025-12-28 18:33:13.423 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-28 18:33:13.424 [I] [client/service.go:294] try to connect to server... 2025-12-28 18:33:14.974 [I] [client/service.go:286] [95b98a25de92a10a] login to server success, get run id [95b98a25de92a10a] 2025-12-28 18:33:14.975 [I] [proxy/proxy_manager.go:173] [95b98a25de92a10a] proxy added: [DNL01B4302] 2025-12-28 18:33:15.450 [I] [client/control.go:168] [95b98a25de92a10a] [DNL01B4302] start proxy success [2025-12-28,18:50:03.265] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,18:50:05.552] [DEBUG] 6 processes running of frp type [2025-12-28,19:05:02.788] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,19:05:04.596] [DEBUG] 6 processes running of frp type [2025-12-28,19:20:02.857] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,19:20:04.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-28,19:35:02.500] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,19:35:04.329] [DEBUG] 6 processes running of frp type [2025-12-28,19:50:02.683] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,19:50:04.518] [DEBUG] 6 processes running of frp type [2025-12-28,20:05:03.032] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,20:05:04.861] [DEBUG] 6 processes running of frp type [2025-12-28,20:20:02.315] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,20:20:04.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' [2025-12-28,20:35:03.039] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,20:35:04.852] [DEBUG] 6 processes running of frp type [2025-12-28,20:50:02.378] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,20:50:04.091] [DEBUG] 6 processes running of frp type [2025-12-28,21:05:02.789] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,21:05:08.940] [DEBUG] 6 processes running of frp type [2025-12-28,21:20:02.407] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,21:20:04.147] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,21:35:02.307] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,21:35:04.034] [DEBUG] 6 processes running of frp type [2025-12-28,21:50:03.048] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,21:50:08.966] [DEBUG] 6 processes running of frp type [2025-12-28,22:05:07.633] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,22:05:10.577] [DEBUG] 6 processes running of frp type [2025-12-28,22:20:02.824] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,22:20:04.640] [DEBUG] 6 processes running of frp type 2025-12-28 22:25:55.538 [I] [client/service.go:294] [95b98a25de92a10a] try to connect to server... 2025-12-28 22:25:57.624 [I] [client/service.go:286] [95b98a25de92a10a] login to server success, get run id [95b98a25de92a10a] 2025-12-28 22:25:57.626 [I] [proxy/proxy_manager.go:173] [95b98a25de92a10a] proxy added: [DNL01B4302] Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:26:03.569 [I] [client/control.go:168] [95b98a25de92a10a] [DNL01B4302] start proxy success [2025-12-28,22:35:02.179] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,22:35:04.004] [DEBUG] 6 processes running of frp type [2025-12-28,22:50:02.973] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,22:50:04.682] [DEBUG] 6 processes running of frp type [2025-12-28,23:05:01.978] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,23:05:03.936] [DEBUG] 6 processes running of frp type [2025-12-28,23:20:02.224] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,23:20:05.989] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-28,23:35:02.711] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,23:35:04.477] [DEBUG] 6 processes running of frp type [2025-12-28,23:50:02.422] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-28,23:50:04.157] [DEBUG] 6 processes running of frp type [2025-12-29,00:05:02.419] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,00:05:04.182] [DEBUG] 6 processes running of frp type [2025-12-29,00:20:02.250] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,00:20:04.248] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,00:35:02.801] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,00:35:04.750] [DEBUG] 6 processes running of frp type [2025-12-29,00:50:02.853] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,00:50:04.621] [DEBUG] 6 processes running of frp type [2025-12-29,01:05:02.869] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,01:05:04.730] [DEBUG] 6 processes running of frp type [2025-12-29,01:20:03.086] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,01:20:04.808] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,01:35:02.676] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,01:35:04.466] [DEBUG] 6 processes running of frp type [2025-12-29,01:50:02.574] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,01:50:04.261] [DEBUG] 6 processes running of frp type [2025-12-29,02:05:02.408] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,02:05:04.055] [DEBUG] 6 processes running of frp type [2025-12-29,02:20:02.326] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,02:20:03.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-29,02:35:02.291] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,02:35:04.080] [DEBUG] 6 processes running of frp type [2025-12-29,02:50:02.133] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,02:50:03.975] [DEBUG] 6 processes running of frp type [2025-12-29,03:05:02.184] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,03:05:03.974] [DEBUG] 6 processes running of frp type [2025-12-29,03:20:02.197] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,03:20:03.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' [2025-12-29,03:35:02.122] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,03:35:03.855] [DEBUG] 6 processes running of frp type [2025-12-29,03:50:02.196] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,03:50:03.976] [DEBUG] 6 processes running of frp type [2025-12-29,04:05:02.153] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,04:05:03.854] [DEBUG] 6 processes running of frp type [2025-12-29,04:20:02.016] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,04:20:04.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-29,04:35:02.612] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,04:35:04.376] [DEBUG] 6 processes running of frp type [2025-12-29,04:50:02.986] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,04:50:04.883] [DEBUG] 6 processes running of frp type [2025-12-29,05:05:02.230] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,05:05:04.151] [DEBUG] 6 processes running of frp type [2025-12-29,05:20:02.522] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,05:20:04.262] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,05:35:02.486] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,05:35:04.196] [DEBUG] 6 processes running of frp type [2025-12-29,05:50:01.992] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,05:50:03.787] [DEBUG] 6 processes running of frp type [2025-12-29,06:05:02.273] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,06:05:04.064] [DEBUG] 6 processes running of frp type [2025-12-29,06:20:02.460] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,06:20:04.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' [2025-12-29,06:35:02.663] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,06:35:04.410] [DEBUG] 6 processes running of frp type [2025-12-29,06:50:03.083] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,06:50:04.719] [DEBUG] 6 processes running of frp type [2025-12-29,07:05:02.203] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,07:05:03.972] [DEBUG] 6 processes running of frp type [2025-12-29,06:52:40.188] [INFO] Initializing BusSpeedStateManager V2 [2025-12-29,06:52:40.194] [INFO] LocationSqlManager initialising [2025-12-29,06:52:40.195] [INFO] Location DB initialising [2025-12-29,06:52:40.206] [INFO] LocationSqlManager initialisation complete [2025-12-29,06:52:40.207] [DEBUG] UploadManager Init [2025-12-29,06:52:40.208] [DEBUG] UploadManager Init Complete [2025-12-29,06:52:40.213] [INFO] Initializing GPS... [2025-12-29,06:52:40.215] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:22:26.270] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,18:22:28.044] [DEBUG] Remote Access Enabled [2025-12-29,18:22:29.639] [INFO] Server Address: 138.201.17.179 [2025-12-29,18:22:29.641] [INFO] Server Port: 7000 [2025-12-29,18:22:29.650] [DEBUG] Starting Remote Access! 2025-12-29 18:22:29.819 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-29 18:22:29.819 [I] [client/service.go:294] try to connect to server... 2025-12-29 18:22:30.945 [I] [client/service.go:286] [067c3e32982966e0] login to server success, get run id [067c3e32982966e0] 2025-12-29 18:22:30.946 [I] [proxy/proxy_manager.go:173] [067c3e32982966e0] proxy added: [DNL01B4302] 2025-12-29 18:22:31.547 [I] [client/control.go:168] [067c3e32982966e0] [DNL01B4302] 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,18:35:02.080] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,18:35:04.688] [DEBUG] 6 processes running of frp type [2025-12-29,18:50:02.260] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,18:50:04.510] [DEBUG] 6 processes running of frp type [2025-12-29,19:05:03.738] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,19:05:09.114] [DEBUG] 6 processes running of frp type [2025-12-29,19:20:02.387] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,19:20:05.383] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,19:35:02.357] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,19:35:04.194] [DEBUG] 6 processes running of frp type [2025-12-29,19:50:03.314] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,19:50:05.132] [DEBUG] 6 processes running of frp type [2025-12-29,20:05:02.484] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,20:05:05.043] [DEBUG] 6 processes running of frp type [2025-12-29,20:20:02.337] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,20:20:04.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-29,20:35:03.147] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,20:35:05.110] [DEBUG] 6 processes running of frp type [2025-12-29,20:50:02.132] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,20:50:04.186] [DEBUG] 6 processes running of frp type [2025-12-29,21:05:02.924] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,21:05:05.210] [DEBUG] 6 processes running of frp type [2025-12-29,21:20:02.430] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,21:20:04.631] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,21:35:02.604] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,21:35:04.379] [DEBUG] 6 processes running of frp type [2025-12-29,21:50:03.176] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,21:50:04.974] [DEBUG] 6 processes running of frp type [2025-12-29,22:05:02.522] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,22:05:04.306] [DEBUG] 6 processes running of frp type [2025-12-29,22:20:02.766] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,22:20:04.872] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,22:35:02.763] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,22:35:04.552] [DEBUG] 6 processes running of frp type [2025-12-29,22:50:02.232] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,22:50:04.031] [DEBUG] 6 processes running of frp type [2025-12-29,23:05:02.505] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,23:05:04.325] [DEBUG] 6 processes running of frp type [2025-12-29,23:20:02.642] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,23:20:04.526] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-29,23:35:02.310] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,23:35:04.130] [DEBUG] 6 processes running of frp type [2025-12-29,23:50:02.257] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-29,23:50:04.168] [DEBUG] 6 processes running of frp type [2025-12-30,00:05:02.416] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,00:05:04.215] [DEBUG] 6 processes running of frp type [2025-12-30,00:02:49.889] [INFO] Initializing BusSpeedStateManager V2 [2025-12-30,00:02:49.895] [INFO] LocationSqlManager initialising [2025-12-30,00:02:49.896] [INFO] Location DB initialising [2025-12-30,00:02:49.906] [INFO] LocationSqlManager initialisation complete [2025-12-30,00:02:49.907] [DEBUG] UploadManager Init [2025-12-30,00:02:49.907] [DEBUG] UploadManager Init Complete [2025-12-30,00:02:49.910] [INFO] Initializing GPS... [2025-12-30,00:02:49.913] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:25:07.988] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,09:25:09.689] [DEBUG] Remote Access Enabled [2025-12-30,09:25:11.025] [INFO] Server Address: 138.201.17.179 [2025-12-30,09:25:11.026] [INFO] Server Port: 7000 [2025-12-30,09:25:11.030] [DEBUG] Starting Remote Access! 2025-12-30 09:25:11.245 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-30 09:25:11.246 [I] [client/service.go:294] try to connect to server... 2025-12-30 09:25:12.282 [I] [client/service.go:286] [c61f5216fe800218] login to server success, get run id [c61f5216fe800218] 2025-12-30 09:25:12.283 [I] [proxy/proxy_manager.go:173] [c61f5216fe800218] proxy added: [DNL01B4302] 2025-12-30 09:25:12.613 [I] [client/control.go:168] [c61f5216fe800218] [DNL01B4302] 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,09:35:02.755] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,09:35:04.506] [DEBUG] 6 processes running of frp type [2025-12-30,09:50:01.997] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,09:50:04.557] [DEBUG] 6 processes running of frp type [2025-12-30,10:05:02.822] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,10:05:04.616] [DEBUG] 6 processes running of frp type [2025-12-30,09:58:17.573] [INFO] Initializing BusSpeedStateManager V2 [2025-12-30,09:58:17.579] [INFO] LocationSqlManager initialising [2025-12-30,09:58:17.580] [INFO] Location DB initialising [2025-12-30,09:58:17.591] [INFO] LocationSqlManager initialisation complete [2025-12-30,09:58:17.593] [DEBUG] UploadManager Init [2025-12-30,09:58:17.593] [DEBUG] UploadManager Init Complete [2025-12-30,09:58:17.598] [INFO] Initializing GPS... [2025-12-30,09:58:17.601] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:19:21.522] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,10:19:23.355] [DEBUG] Remote Access Enabled [2025-12-30,10:19:24.733] [INFO] Server Address: 138.201.17.179 [2025-12-30,10:19:24.735] [INFO] Server Port: 7000 [2025-12-30,10:19:24.746] [DEBUG] Starting Remote Access! 2025-12-30 10:19:24.945 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-30 10:19:24.946 [I] [client/service.go:294] try to connect to server... 2025-12-30 10:19:26.021 [I] [client/service.go:286] [160b7adc4b2ce578] login to server success, get run id [160b7adc4b2ce578] 2025-12-30 10:19:26.022 [I] [proxy/proxy_manager.go:173] [160b7adc4b2ce578] proxy added: [DNL01B4302] 2025-12-30 10:19:26.362 [I] [client/control.go:168] [160b7adc4b2ce578] [DNL01B4302] start proxy success [2025-12-30,10:21:18.663] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,10:21:25.417] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,10:35:02.979] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,10:35:06.800] [DEBUG] 6 processes running of frp type [2025-12-30,10:50:03.149] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,10:50:04.982] [DEBUG] 6 processes running of frp type [2025-12-30,11:05:02.421] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,11:05:04.225] [DEBUG] 6 processes running of frp type [2025-12-30,11:20:02.836] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,11:20:07.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-30,11:35:02.547] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,11:35:04.374] [DEBUG] 6 processes running of frp type [2025-12-30,11:50:03.960] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,11:50:09.897] [DEBUG] 6 processes running of frp type [2025-12-30,12:05:02.265] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,12:05:05.166] [DEBUG] 6 processes running of frp type [2025-12-30,12:20:02.526] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,12:20:04.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-30,12:35:02.543] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,12:35:04.228] [DEBUG] 6 processes running of frp type [2025-12-30,12:50:03.052] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,12:50:04.828] [DEBUG] 6 processes running of frp type [2025-12-30,13:05:02.484] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,13:05:04.357] [DEBUG] 6 processes running of frp type [2025-12-30,13:20:02.588] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,13:20:04.472] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,13:35:02.361] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,13:35:04.098] [DEBUG] 6 processes running of frp type [2025-12-30,13:50:02.778] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,13:50:04.557] [DEBUG] 6 processes running of frp type [2025-12-30,14:05:03.013] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,14:05:04.844] [DEBUG] 6 processes running of frp type [2025-12-30,14:20:02.142] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,14:20:03.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-12-30,14:35:02.323] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,14:35:04.161] [DEBUG] 6 processes running of frp type [2025-12-30,14:50:02.641] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,14:50:04.431] [DEBUG] 6 processes running of frp type [2025-12-30,15:05:02.941] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,15:05:09.160] [DEBUG] 6 processes running of frp type [2025-12-30,15:20:02.498] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,15:20:04.313] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,15:35:02.487] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,15:35:04.378] [DEBUG] 6 processes running of frp type [2025-12-30,15:50:02.772] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,15:50:04.594] [DEBUG] 6 processes running of frp type [2025-12-30,16:05:03.246] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,16:05:05.094] [DEBUG] 6 processes running of frp type [2025-12-30,16:20:02.560] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,16:20:04.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-30,16:35:02.948] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,16:35:04.713] [DEBUG] 6 processes running of frp type [2025-12-30,16:50:02.648] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,16:50:04.401] [DEBUG] 6 processes running of frp type 2025-12-30 17:00:19.894 [I] [client/service.go:294] [160b7adc4b2ce578] try to connect to server... 2025-12-30 17:00:21.340 [W] [client/service.go:297] [160b7adc4b2ce578] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-30 17:00:21.341 [I] [client/service.go:294] [160b7adc4b2ce578] try to connect to server... 2025-12-30 17:00:24.379 [W] [client/service.go:297] [160b7adc4b2ce578] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-30 17:00:24.379 [I] [client/service.go:294] [160b7adc4b2ce578] try to connect to server... 2025-12-30 17:00:34.380 [W] [client/service.go:297] [160b7adc4b2ce578] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-30 17:00:34.381 [I] [client/service.go:294] [160b7adc4b2ce578] try to connect to server... 2025-12-30 17:00:34.381 [W] [client/service.go:297] [160b7adc4b2ce578] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-30 17:00:53.729 [I] [client/service.go:294] [160b7adc4b2ce578] try to connect to server... 2025-12-30 17:00:53.730 [W] [client/service.go:297] [160b7adc4b2ce578] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-30 17:01:13.731 [I] [client/service.go:294] [160b7adc4b2ce578] try to connect to server... 2025-12-30 17:01:13.733 [W] [client/service.go:297] [160b7adc4b2ce578] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-30 17:01:33.734 [I] [client/service.go:294] [160b7adc4b2ce578] try to connect to server... 2025-12-30 17:01:33.736 [W] [client/service.go:297] [160b7adc4b2ce578] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-30 17:01:53.737 [I] [client/service.go:294] [160b7adc4b2ce578] try to connect to server... 2025-12-30 17:01:53.738 [W] [client/service.go:297] [160b7adc4b2ce578] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-30 17:02:13.739 [I] [client/service.go:294] [160b7adc4b2ce578] try to connect to server... 2025-12-30 17:02:13.740 [W] [client/service.go:297] [160b7adc4b2ce578] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-30 17:02:33.741 [I] [client/service.go:294] [160b7adc4b2ce578] try to connect to server... 2025-12-30 17:02:33.743 [W] [client/service.go:297] [160b7adc4b2ce578] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-30 17:02:53.744 [I] [client/service.go:294] [160b7adc4b2ce578] try to connect to server... 2025-12-30 17:02:53.748 [W] [client/service.go:297] [160b7adc4b2ce578] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-30 17:03:13.749 [I] [client/service.go:294] [160b7adc4b2ce578] try to connect to server... 2025-12-30 17:03:13.757 [W] [client/service.go:297] [160b7adc4b2ce578] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-30 17:03:33.759 [I] [client/service.go:294] [160b7adc4b2ce578] try to connect to server... 2025-12-30 17:03:33.763 [W] [client/service.go:297] [160b7adc4b2ce578] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-30 17:03:53.765 [I] [client/service.go:294] [160b7adc4b2ce578] try to connect to server... 2025-12-30 17:03:53.770 [W] [client/service.go:297] [160b7adc4b2ce578] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-30 17:04:13.771 [I] [client/service.go:294] [160b7adc4b2ce578] try to connect to server... 2025-12-30 17:04:13.776 [W] [client/service.go:297] [160b7adc4b2ce578] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-30 17:04:33.777 [I] [client/service.go:294] [160b7adc4b2ce578] try to connect to server... 2025-12-30 17:04:36.749 [I] [client/service.go:286] [160b7adc4b2ce578] login to server success, get run id [160b7adc4b2ce578] 2025-12-30 17:04:36.751 [I] [proxy/proxy_manager.go:173] [160b7adc4b2ce578] proxy added: [DNL01B4302] 2025-12-30 17:04:37.693 [I] [client/control.go:168] [160b7adc4b2ce578] [DNL01B4302] start proxy success [2025-12-30,17:05:02.768] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,17:05:04.968] [DEBUG] 6 processes running of frp type [2025-12-30,17:20:02.297] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,17:20:04.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' [2025-12-30,17:35:02.993] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,17:35:05.379] [DEBUG] 6 processes running of frp type [2025-12-30,17:50:01.975] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,17:50:04.901] [DEBUG] 6 processes running of frp type [2025-12-30,18:00:40.962] [INFO] Initializing BusSpeedStateManager V2 [2025-12-30,18:00:40.969] [INFO] LocationSqlManager initialising [2025-12-30,18:00:40.970] [INFO] Location DB initialising [2025-12-30,18:00:40.981] [INFO] LocationSqlManager initialisation complete [2025-12-30,18:00:40.983] [DEBUG] UploadManager Init [2025-12-30,18:00:40.983] [DEBUG] UploadManager Init Complete [2025-12-30,18:00:40.988] [INFO] Initializing GPS... [2025-12-30,18:00:40.991] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.147] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,18:02:31.299] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2025-12-30,18:03:45.119] [DEBUG] Log Upload Complete! [2025-12-30,18:05:29.604] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,18:05:31.427] [DEBUG] Remote Access Enabled [2025-12-30,18:05:32.937] [INFO] Server Address: 138.201.17.179 [2025-12-30,18:05:32.939] [INFO] Server Port: 7000 [2025-12-30,18:05:32.948] [DEBUG] Starting Remote Access! 2025-12-30 18:05:33.113 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-30 18:05:33.113 [I] [client/service.go:294] try to connect to server... 2025-12-30 18:05:34.109 [I] [client/service.go:286] [eedb11468d97c964] login to server success, get run id [eedb11468d97c964] 2025-12-30 18:05:34.110 [I] [proxy/proxy_manager.go:173] [eedb11468d97c964] proxy added: [DNL01B4302] 2025-12-30 18:05:34.523 [I] [client/control.go:168] [eedb11468d97c964] [DNL01B4302] start proxy success [2025-12-30,18:20:01.915] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,18:20:03.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-12-30,18:35:02.912] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,18:35:04.797] [DEBUG] 6 processes running of frp type [2025-12-30,18:50:02.711] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,18:50:04.476] [DEBUG] 6 processes running of frp type [2025-12-30,19:05:02.923] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,19:05:04.892] [DEBUG] 6 processes running of frp type [2025-12-30,19:20:02.401] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,19:20:04.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-30,19:35:02.594] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,19:35:04.457] [DEBUG] 6 processes running of frp type [2025-12-30,19:50:02.639] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,19:50:04.789] [DEBUG] 6 processes running of frp type [2025-12-30,20:05:02.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,20:05:04.123] [DEBUG] 6 processes running of frp type [2025-12-30,20:20:02.456] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,20:20:04.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-30,20:35:02.189] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,20:35:04.213] [DEBUG] 6 processes running of frp type [2025-12-30,20:50:03.088] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,20:50:05.214] [DEBUG] 6 processes running of frp type [2025-12-30,21:05:02.549] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,21:05:04.747] [DEBUG] 6 processes running of frp type [2025-12-30,21:20:02.061] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,21:20:04.535] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,21:35:02.656] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,21:35:04.784] [DEBUG] 6 processes running of frp type [2025-12-30,21:50:02.358] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,21:50:04.128] [DEBUG] 6 processes running of frp type [2025-12-30,22:05:02.749] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,22:05:04.683] [DEBUG] 6 processes running of frp type [2025-12-30,22:20:01.963] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,22:20:03.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-30,22:35:02.494] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,22:35:04.356] [DEBUG] 6 processes running of frp type [2025-12-30,22:50:02.132] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,22:50:04.014] [DEBUG] 6 processes running of frp type [2025-12-30,23:05:02.402] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,23:05:04.214] [DEBUG] 6 processes running of frp type [2025-12-30,23:20:02.575] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,23:20:04.341] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-30,23:35:07.771] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,23:35:09.820] [DEBUG] 6 processes running of frp type [2025-12-30,23:50:02.241] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-30,23:50:03.987] [DEBUG] 6 processes running of frp type [2025-12-30,23:45:15.472] [INFO] Initializing BusSpeedStateManager V2 [2025-12-30,23:45:15.477] [INFO] LocationSqlManager initialising [2025-12-30,23:45:15.478] [INFO] Location DB initialising [2025-12-30,23:45:15.487] [INFO] LocationSqlManager initialisation complete [2025-12-30,23:45:15.488] [DEBUG] UploadManager Init [2025-12-30,23:45:15.488] [DEBUG] UploadManager Init Complete [2025-12-30,23:45:15.491] [INFO] Initializing GPS... [2025-12-30,23:45:15.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' [2025-12-31,10:04:29.970] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,10:04:32.235] [DEBUG] Remote Access Enabled [2025-12-31,10:04:33.851] [INFO] Server Address: 138.201.17.179 [2025-12-31,10:04:33.853] [INFO] Server Port: 7000 [2025-12-31,10:04:33.863] [DEBUG] Starting Remote Access! 2025-12-31 10:04:34.023 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-31 10:04:34.024 [I] [client/service.go:294] try to connect to server... 2025-12-31 10:04:35.079 [I] [client/service.go:286] [eb5293ce2e4cfc6d] login to server success, get run id [eb5293ce2e4cfc6d] 2025-12-31 10:04:35.080 [I] [proxy/proxy_manager.go:173] [eb5293ce2e4cfc6d] proxy added: [DNL01B4302] 2025-12-31 10:04:35.437 [I] [client/control.go:168] [eb5293ce2e4cfc6d] [DNL01B4302] start proxy success [2025-12-31,10:20:07.141] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,10:20:08.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-31,10:35:02.660] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,10:35:04.348] [DEBUG] 6 processes running of frp type [2025-12-31,10:50:03.070] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,10:50:04.934] [DEBUG] 6 processes running of frp type [2025-12-31,11:05:02.163] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,11:05:04.185] [DEBUG] 6 processes running of frp type [2025-12-31,11:20:02.504] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,11:20:04.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-31,11:35:03.124] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,11:35:04.856] [DEBUG] 6 processes running of frp type [2025-12-31,11:50:02.488] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,11:50:04.430] [DEBUG] 6 processes running of frp type [2025-12-31,12:05:02.889] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,12:05:04.650] [DEBUG] 6 processes running of frp type [2025-12-31,12:20:02.909] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,12:20:04.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-12-31,12:35:02.012] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,12:35:03.802] [DEBUG] 6 processes running of frp type [2025-12-31,12:50:02.349] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,12:50:04.085] [DEBUG] 6 processes running of frp type [2025-12-31,13:05:02.397] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,13:05:04.226] [DEBUG] 6 processes running of frp type [2025-12-31,13:20:02.635] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,13:20:04.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-31,13:35:06.517] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,13:35:08.417] [DEBUG] 6 processes running of frp type [2025-12-31,13:50:02.489] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,13:50:04.228] [DEBUG] 6 processes running of frp type [2025-12-31,14:05:02.789] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,14:05:04.531] [DEBUG] 6 processes running of frp type [2025-12-31,14:20:02.852] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,14:20:04.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-31,14:35:02.897] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,14:35:04.668] [DEBUG] 6 processes running of frp type [2025-12-31,14:50:03.088] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,14:50:04.888] [DEBUG] 6 processes running of frp type [2025-12-31,15:05:02.237] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,15:05:04.075] [DEBUG] 6 processes running of frp type [2025-12-31,15:20:02.504] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,15:20:04.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-31,15:35:02.822] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,15:35:04.627] [DEBUG] 6 processes running of frp type [2025-12-31,15:50:02.595] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,15:50:04.452] [DEBUG] 6 processes running of frp type [2025-12-31,16:05:03.147] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,16:05:04.952] [DEBUG] 6 processes running of frp type [2025-12-31,16:20:02.429] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,16:20:04.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-12-31,16:35:02.283] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,16:35:04.079] [DEBUG] 6 processes running of frp type [2025-12-31,16:50:02.595] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,16:50:04.308] [DEBUG] 6 processes running of frp type 2025-12-31 17:00:11.575 [I] [client/service.go:294] [eb5293ce2e4cfc6d] try to connect to server... 2025-12-31 17:00:13.724 [W] [client/service.go:297] [eb5293ce2e4cfc6d] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2025-12-31 17:00:13.725 [I] [client/service.go:294] [eb5293ce2e4cfc6d] try to connect to server... 2025-12-31 17:00:23.726 [W] [client/service.go:297] [eb5293ce2e4cfc6d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2025-12-31 17:00:23.727 [I] [client/service.go:294] [eb5293ce2e4cfc6d] try to connect to server... 2025-12-31 17:00:23.728 [W] [client/service.go:297] [eb5293ce2e4cfc6d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-31 17:00:32.343 [I] [client/service.go:294] [eb5293ce2e4cfc6d] try to connect to server... 2025-12-31 17:00:32.344 [W] [client/service.go:297] [eb5293ce2e4cfc6d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-31 17:00:49.849 [I] [client/service.go:294] [eb5293ce2e4cfc6d] try to connect to server... 2025-12-31 17:00:49.850 [W] [client/service.go:297] [eb5293ce2e4cfc6d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-31 17:01:09.851 [I] [client/service.go:294] [eb5293ce2e4cfc6d] try to connect to server... 2025-12-31 17:01:09.852 [W] [client/service.go:297] [eb5293ce2e4cfc6d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-31 17:01:29.853 [I] [client/service.go:294] [eb5293ce2e4cfc6d] try to connect to server... 2025-12-31 17:01:29.854 [W] [client/service.go:297] [eb5293ce2e4cfc6d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-31 17:01:49.855 [I] [client/service.go:294] [eb5293ce2e4cfc6d] try to connect to server... 2025-12-31 17:01:49.856 [W] [client/service.go:297] [eb5293ce2e4cfc6d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-31 17:02:09.858 [I] [client/service.go:294] [eb5293ce2e4cfc6d] try to connect to server... 2025-12-31 17:02:09.859 [W] [client/service.go:297] [eb5293ce2e4cfc6d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-31 17:02:29.861 [I] [client/service.go:294] [eb5293ce2e4cfc6d] try to connect to server... 2025-12-31 17:02:29.863 [W] [client/service.go:297] [eb5293ce2e4cfc6d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-31 17:02:49.864 [I] [client/service.go:294] [eb5293ce2e4cfc6d] try to connect to server... 2025-12-31 17:02:49.865 [W] [client/service.go:297] [eb5293ce2e4cfc6d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-31 17:03:09.866 [I] [client/service.go:294] [eb5293ce2e4cfc6d] try to connect to server... 2025-12-31 17:03:09.867 [W] [client/service.go:297] [eb5293ce2e4cfc6d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-31 17:03:29.869 [I] [client/service.go:294] [eb5293ce2e4cfc6d] try to connect to server... 2025-12-31 17:03:29.870 [W] [client/service.go:297] [eb5293ce2e4cfc6d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-31 17:03:49.872 [I] [client/service.go:294] [eb5293ce2e4cfc6d] try to connect to server... 2025-12-31 17:03:49.894 [W] [client/service.go:297] [eb5293ce2e4cfc6d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-31 17:04:09.895 [I] [client/service.go:294] [eb5293ce2e4cfc6d] try to connect to server... 2025-12-31 17:04:09.901 [W] [client/service.go:297] [eb5293ce2e4cfc6d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2025-12-31 17:04:29.902 [I] [client/service.go:294] [eb5293ce2e4cfc6d] try to connect to server... 2025-12-31 17:04:29.908 [W] [client/service.go:297] [eb5293ce2e4cfc6d] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2025-12-31 17:04:49.909 [I] [client/service.go:294] [eb5293ce2e4cfc6d] try to connect to server... 2025-12-31 17:04:51.158 [I] [client/service.go:286] [eb5293ce2e4cfc6d] login to server success, get run id [eb5293ce2e4cfc6d] 2025-12-31 17:04:51.159 [I] [proxy/proxy_manager.go:173] [eb5293ce2e4cfc6d] proxy added: [DNL01B4302] 2025-12-31 17:04:52.077 [I] [client/control.go:168] [eb5293ce2e4cfc6d] [DNL01B4302] start proxy success [2025-12-31,17:05:03.129] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,17:05:10.489] [DEBUG] 6 processes running of frp type [2025-12-31,17:20:02.837] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,17:20:04.968] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,17:35:02.406] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,17:35:04.457] [DEBUG] 6 processes running of frp type [2025-12-31,17:50:02.636] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,17:50:05.351] [DEBUG] 6 processes running of frp type [2025-12-31,18:00:42.326] [INFO] Initializing BusSpeedStateManager V2 [2025-12-31,18:00:42.332] [INFO] LocationSqlManager initialising [2025-12-31,18:00:42.333] [INFO] Location DB initialising [2025-12-31,18:00:42.343] [INFO] LocationSqlManager initialisation complete [2025-12-31,18:00:42.344] [DEBUG] UploadManager Init [2025-12-31,18:00:42.345] [DEBUG] UploadManager Init Complete [2025-12-31,18:00:42.349] [INFO] Initializing GPS... [2025-12-31,18:00:42.352] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.880] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,18:02:31.641] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:55.730] [DEBUG] Log Upload Complete! [2025-12-31,18:05:29.933] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,18:05:31.748] [DEBUG] Remote Access Enabled [2025-12-31,18:05:33.208] [INFO] Server Address: 138.201.17.179 [2025-12-31,18:05:33.210] [INFO] Server Port: 7000 [2025-12-31,18:05:33.219] [DEBUG] Starting Remote Access! 2025-12-31 18:05:33.398 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2025-12-31 18:05:33.399 [I] [client/service.go:294] try to connect to server... 2025-12-31 18:05:34.490 [I] [client/service.go:286] [f59c9b1af4505bea] login to server success, get run id [f59c9b1af4505bea] 2025-12-31 18:05:34.491 [I] [proxy/proxy_manager.go:173] [f59c9b1af4505bea] proxy added: [DNL01B4302] 2025-12-31 18:05:34.867 [I] [client/control.go:168] [f59c9b1af4505bea] [DNL01B4302] start proxy success [2025-12-31,18:20:02.720] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,18:20:04.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-31,18:35:02.320] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,18:35:04.135] [DEBUG] 6 processes running of frp type [2025-12-31,18:50:02.774] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,18:50:04.514] [DEBUG] 6 processes running of frp type [2025-12-31,19:05:02.809] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,19:05:04.657] [DEBUG] 6 processes running of frp type [2025-12-31,19:20:03.050] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,19:20:04.807] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,19:35:02.386] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,19:35:04.208] [DEBUG] 6 processes running of frp type [2025-12-31,19:50:02.993] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,19:50:04.796] [DEBUG] 6 processes running of frp type [2025-12-31,20:05:02.049] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,20:05:04.019] [DEBUG] 6 processes running of frp type [2025-12-31,20:20:02.385] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,20:20:04.132] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,20:35:02.269] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,20:35:04.096] [DEBUG] 6 processes running of frp type [2025-12-31,20:50:02.836] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,20:50:04.712] [DEBUG] 6 processes running of frp type [2025-12-31,21:05:02.502] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,21:05:10.044] [DEBUG] 6 processes running of frp type [2025-12-31,21:20:02.375] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,21:20:04.105] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2025-12-31,21:35:02.720] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,21:35:04.558] [DEBUG] 6 processes running of frp type [2025-12-31,21:50:02.214] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,21:50:04.070] [DEBUG] 6 processes running of frp type [2025-12-31,22:05:02.414] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,22:05:04.469] [DEBUG] 6 processes running of frp type [2025-12-31,22:20:02.740] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,22:20:04.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' [2025-12-31,22:35:02.463] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,22:35:04.304] [DEBUG] 6 processes running of frp type [2025-12-31,22:50:02.355] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,22:50:04.103] [DEBUG] 6 processes running of frp type [2025-12-31,23:05:02.451] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,23:05:08.950] [DEBUG] 6 processes running of frp type [2025-12-31,23:20:02.242] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2025-12-31,23:20:03.974] [DEBUG] 6 [2025-12-31,23:10:09.958] [INFO] Initializing BusSpeedStateManager V2 [2025-12-31,23:10:09.962] [INFO] LocationSqlManager initialising [2025-12-31,23:10:09.963] [INFO] Location DB initialising [2025-12-31,23:10:09.972] [INFO] LocationSqlManager initialisation complete [2025-12-31,23:10:09.973] [DEBUG] UploadManager Init [2025-12-31,23:10:09.973] [DEBUG] UploadManager Init Complete [2025-12-31,23:10:09.976] [INFO] Initializing GPS... [2025-12-31,23:10:09.978] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,08:44:58.788] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,08:45:00.568] [DEBUG] Remote Access Enabled [2026-01-01,08:45:02.170] [INFO] Server Address: 138.201.17.179 [2026-01-01,08:45:02.172] [INFO] Server Port: 7000 [2026-01-01,08:45:02.181] [DEBUG] Starting Remote Access! 2026-01-01 08:45:02.371 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-01 08:45:02.372 [I] [client/service.go:294] try to connect to server... 2026-01-01 08:45:03.428 [I] [client/service.go:286] [6860fb087f59c398] login to server success, get run id [6860fb087f59c398] 2026-01-01 08:45:03.429 [I] [proxy/proxy_manager.go:173] [6860fb087f59c398] proxy added: [DNL01B4302] 2026-01-01 08:45:03.852 [I] [client/control.go:168] [6860fb087f59c398] [DNL01B4302] start proxy success [2026-01-01,08:50:01.377] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,08:50:03.427] [DEBUG] 6 processes running of frp type [2026-01-01,09:05:02.594] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,09:05:04.541] [DEBUG] 6 processes running of frp type [2026-01-01,09:20:02.957] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,09:20:05.515] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,09:35:02.568] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,09:35:04.403] [DEBUG] 6 processes running of frp type [2026-01-01,09:50:02.427] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,09:50:04.186] [DEBUG] 6 processes running of frp type [2026-01-01,10:05:02.421] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,10:05:04.210] [DEBUG] 6 processes running of frp type [2026-01-01,10:20:02.524] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,10:20:04.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-01-01,10:35:02.688] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,10:35:04.480] [DEBUG] 6 processes running of frp type [2026-01-01,10:50:02.323] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,10:50:04.069] [DEBUG] 6 processes running of frp type [2026-01-01,11:05:02.391] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,11:05:04.250] [DEBUG] 6 processes running of frp type [2026-01-01,11:20:02.474] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,11:20:04.367] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,11:35:03.151] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,11:35:04.941] [DEBUG] 6 processes running of frp type [2026-01-01,11:50:02.393] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,11:50:04.103] [DEBUG] 6 processes running of frp type [2026-01-01,12:05:02.748] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,12:05:04.545] [DEBUG] 6 processes running of frp type [2026-01-01,12:20:02.827] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,12:20:04.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-01,12:35:03.268] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,12:35:05.033] [DEBUG] 6 processes running of frp type [2026-01-01,12:50:03.087] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,12:50:04.745] [DEBUG] 6 processes running of frp type [2026-01-01,13:05:02.052] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,13:05:04.186] [DEBUG] 6 processes running of frp type [2026-01-01,13:20:02.539] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,13:20:04.346] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,13:35:02.472] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,13:35:04.266] [DEBUG] 6 processes running of frp type [2026-01-01,13:50:02.993] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,13:50:04.812] [DEBUG] 6 processes running of frp type [2026-01-01,14:05:01.991] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,14:05:03.853] [DEBUG] 6 processes running of frp type [2026-01-01,14:20:02.107] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,14:20:03.816] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,14:35:03.264] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,14:35:05.045] [DEBUG] 6 processes running of frp type [2026-01-01,14:50:03.156] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,14:50:04.918] [DEBUG] 6 processes running of frp type [2026-01-01,15:05:07.317] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,15:05:09.296] [DEBUG] 6 processes running of frp type [2026-01-01,15:20:02.477] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,15:20:04.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-01-01,15:35:02.192] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,15:35:04.058] [DEBUG] 6 processes running of frp type [2026-01-01,15:50:02.770] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,15:50:04.832] [DEBUG] 6 processes running of frp type [2026-01-01,16:05:02.129] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,16:05:03.915] [DEBUG] 6 processes running of frp type [2026-01-01,16:20:02.364] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,16:20:04.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-01,16:35:02.150] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,16:35:03.891] [DEBUG] 6 processes running of frp type [2026-01-01,16:50:02.686] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,16:50:04.387] [DEBUG] 6 processes running of frp type 2026-01-01 17:00:40.627 [I] [client/service.go:294] [6860fb087f59c398] try to connect to server... 2026-01-01 17:00:40.630 [W] [client/service.go:297] [6860fb087f59c398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-01 17:00:42.770 [I] [client/service.go:294] [6860fb087f59c398] try to connect to server... 2026-01-01 17:00:42.771 [W] [client/service.go:297] [6860fb087f59c398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-01 17:00:47.075 [I] [client/service.go:294] [6860fb087f59c398] try to connect to server... 2026-01-01 17:00:47.076 [W] [client/service.go:297] [6860fb087f59c398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-01 17:00:55.848 [I] [client/service.go:294] [6860fb087f59c398] try to connect to server... 2026-01-01 17:00:55.850 [W] [client/service.go:297] [6860fb087f59c398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-01 17:01:14.260 [I] [client/service.go:294] [6860fb087f59c398] try to connect to server... 2026-01-01 17:01:14.261 [W] [client/service.go:297] [6860fb087f59c398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-01 17:01:34.262 [I] [client/service.go:294] [6860fb087f59c398] try to connect to server... 2026-01-01 17:01:34.263 [W] [client/service.go:297] [6860fb087f59c398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-01 17:01:54.264 [I] [client/service.go:294] [6860fb087f59c398] try to connect to server... 2026-01-01 17:01:54.265 [W] [client/service.go:297] [6860fb087f59c398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-01 17:02:14.267 [I] [client/service.go:294] [6860fb087f59c398] try to connect to server... 2026-01-01 17:02:14.268 [W] [client/service.go:297] [6860fb087f59c398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-01 17:02:34.268 [I] [client/service.go:294] [6860fb087f59c398] try to connect to server... 2026-01-01 17:02:34.270 [W] [client/service.go:297] [6860fb087f59c398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-01 17:02:54.271 [I] [client/service.go:294] [6860fb087f59c398] try to connect to server... 2026-01-01 17:02:54.272 [W] [client/service.go:297] [6860fb087f59c398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-01 17:03:14.273 [I] [client/service.go:294] [6860fb087f59c398] try to connect to server... 2026-01-01 17:03:14.274 [W] [client/service.go:297] [6860fb087f59c398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-01 17:03:34.275 [I] [client/service.go:294] [6860fb087f59c398] try to connect to server... 2026-01-01 17:03:34.277 [W] [client/service.go:297] [6860fb087f59c398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-01 17:03:54.277 [I] [client/service.go:294] [6860fb087f59c398] try to connect to server... 2026-01-01 17:03:54.281 [W] [client/service.go:297] [6860fb087f59c398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-01 17:04:14.282 [I] [client/service.go:294] [6860fb087f59c398] try to connect to server... 2026-01-01 17:04:14.288 [W] [client/service.go:297] [6860fb087f59c398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-01 17:04:34.289 [I] [client/service.go:294] [6860fb087f59c398] try to connect to server... 2026-01-01 17:04:35.337 [I] [client/service.go:286] [6860fb087f59c398] login to server success, get run id [6860fb087f59c398] 2026-01-01 17:04:35.338 [I] [proxy/proxy_manager.go:173] [6860fb087f59c398] proxy added: [DNL01B4302] 2026-01-01 17:04:35.686 [I] [client/control.go:168] [6860fb087f59c398] [DNL01B4302] start proxy success [2026-01-01,17:05:03.002] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,17:05:09.038] [DEBUG] 6 processes running of frp type [2026-01-01,17:20:02.452] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,17:20:04.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-01,17:35:02.640] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,17:35:04.491] [DEBUG] 6 processes running of frp type [2026-01-01,17:50:02.093] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,17:50:03.919] [DEBUG] 6 processes running of frp type [2026-01-01,18:00:40.857] [INFO] Initializing BusSpeedStateManager V2 [2026-01-01,18:00:40.864] [INFO] LocationSqlManager initialising [2026-01-01,18:00:40.865] [INFO] Location DB initialising [2026-01-01,18:00:40.876] [INFO] LocationSqlManager initialisation complete [2026-01-01,18:00:40.877] [DEBUG] UploadManager Init [2026-01-01,18:00:40.878] [DEBUG] UploadManager Init Complete [2026-01-01,18:00:40.882] [INFO] Initializing GPS... [2026-01-01,18:00:40.885] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.572] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,18:02:36.360] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-01,18:03:03.379] [DEBUG] Log Upload Complete! [2026-01-01,18:05:31.230] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,18:05:34.767] [DEBUG] Remote Access Enabled [2026-01-01,18:05:39.798] [INFO] Server Address: 138.201.17.179 [2026-01-01,18:05:39.799] [INFO] Server Port: 7000 [2026-01-01,18:05:39.806] [DEBUG] Starting Remote Access! 2026-01-01 18:05:39.942 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-01 18:05:39.943 [I] [client/service.go:294] try to connect to server... 2026-01-01 18:05:41.610 [I] [client/service.go:286] [88d399f8b1f2239e] login to server success, get run id [88d399f8b1f2239e] 2026-01-01 18:05:41.612 [I] [proxy/proxy_manager.go:173] [88d399f8b1f2239e] proxy added: [DNL01B4302] 2026-01-01 18:05:41.945 [I] [client/control.go:168] [88d399f8b1f2239e] [DNL01B4302] start proxy success [2026-01-01,18:20:03.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,18:20:05.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-01-01,18:35:02.583] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,18:35:04.716] [DEBUG] 6 processes running of frp type [2026-01-01,18:50:03.306] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,18:50:05.218] [DEBUG] 6 processes running of frp type [2026-01-01,19:05:02.805] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,19:05:04.809] [DEBUG] 6 processes running of frp type [2026-01-01,19:20:03.065] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,19:20:08.902] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-01,19:35:02.915] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,19:35:04.613] [DEBUG] 6 processes running of frp type [2026-01-01,19:50:02.609] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-01,19:50:04.433] [DEBUG] 6 processes running of frp type [2026-01-01,19:58:08.787] [INFO] Initializing BusSpeedStateManager V2 [2026-01-01,19:58:08.792] [INFO] LocationSqlManager initialising [2026-01-01,19:58:08.793] [INFO] Location DB initialising [2026-01-01,19:58:08.802] [INFO] LocationSqlManager initialisation complete [2026-01-01,19:58:08.803] [DEBUG] UploadManager Init [2026-01-01,19:58:08.803] [DEBUG] UploadManager Init Complete [2026-01-01,19:58:08.806] [INFO] Initializing GPS... [2026-01-01,19:58:08.808] [INFO] Starting location capture [2026-01-01,19:58:08.482] [INFO] Initializing BusSpeedStateManager V2 [2026-01-01,19:58:08.486] [INFO] LocationSqlManager initialising [2026-01-01,19:58:08.487] [INFO] Location DB initialising [2026-01-01,19:58:08.496] [INFO] LocationSqlManager initialisation complete [2026-01-01,19:58:08.497] [DEBUG] UploadManager Init [2026-01-01,19:58:08.497] [DEBUG] UploadManager Init Complete [2026-01-01,19:58:08.500] [INFO] Initializing GPS... [2026-01-01,19:58:08.501] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:58:08.524] [INFO] Initializing BusSpeedStateManager V2 [2026-01-01,19:58:08.529] [INFO] LocationSqlManager initialising [2026-01-01,19:58:08.530] [INFO] Location DB initialising [2026-01-01,19:58:08.539] [INFO] LocationSqlManager initialisation complete [2026-01-01,19:58:08.540] [DEBUG] UploadManager Init [2026-01-01,19:58:08.540] [DEBUG] UploadManager Init Complete [2026-01-01,19:58:08.543] [INFO] Initializing GPS... [2026-01-01,19:58:08.545] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:28:41.550] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,07:28:43.231] [DEBUG] Remote Access Enabled [2026-01-02,07:28:44.540] [INFO] Server Address: 138.201.17.179 [2026-01-02,07:28:44.541] [INFO] Server Port: 7000 [2026-01-02,07:28:44.546] [DEBUG] Starting Remote Access! 2026-01-02 07:28:44.734 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-02 07:28:44.735 [I] [client/service.go:294] try to connect to server... 2026-01-02 07:28:45.743 [I] [client/service.go:286] [be6a6022133e1ad6] login to server success, get run id [be6a6022133e1ad6] 2026-01-02 07:28:45.744 [I] [proxy/proxy_manager.go:173] [be6a6022133e1ad6] proxy added: [DNL01B4302] 2026-01-02 07:28:46.098 [I] [client/control.go:168] [be6a6022133e1ad6] [DNL01B4302] start proxy success [2026-01-02,07:30:46.732] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,07:30:48.526] [DEBUG] 6 processes running of frp type [2026-01-02,07:35:02.139] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,07:35:03.911] [DEBUG] 6 processes running of frp type [2026-01-02,07:50:03.128] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,07:50:05.153] [DEBUG] 6 processes running of frp type [2026-01-02,08:02:02.387] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,08:02:04.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-01-02,08:03:03.049] [DEBUG] Log Upload Complete! [2026-01-02,08:05:02.949] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,08:05:06.123] [DEBUG] 6 processes running of frp type [2026-01-02,08:20:02.424] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,08:20:04.485] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,08:32:22.384] [INFO] Initializing BusSpeedStateManager V2 [2026-01-02,08:32:22.390] [INFO] LocationSqlManager initialising [2026-01-02,08:32:22.390] [INFO] Location DB initialising [2026-01-02,08:32:22.401] [INFO] LocationSqlManager initialisation complete [2026-01-02,08:32:22.402] [DEBUG] UploadManager Init [2026-01-02,08:32:22.403] [DEBUG] UploadManager Init Complete [2026-01-02,08:32:22.408] [INFO] Initializing GPS... [2026-01-02,08:32:22.412] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,11:20:53.068] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,11:20:54.755] [DEBUG] Remote Access Enabled [2026-01-02,11:20:56.091] [INFO] Server Address: 138.201.17.179 [2026-01-02,11:20:56.092] [INFO] Server Port: 7000 [2026-01-02,11:20:56.101] [DEBUG] Starting Remote Access! 2026-01-02 11:20:56.307 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-02 11:20:56.308 [I] [client/service.go:294] try to connect to server... 2026-01-02 11:20:57.368 [I] [client/service.go:286] [4c0e0f4519d8d940] login to server success, get run id [4c0e0f4519d8d940] 2026-01-02 11:20:57.369 [I] [proxy/proxy_manager.go:173] [4c0e0f4519d8d940] proxy added: [DNL01B4302] 2026-01-02 11:20:57.744 [I] [client/control.go:168] [4c0e0f4519d8d940] [DNL01B4302] 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,11:35:03.061] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,11:35:05.620] [DEBUG] 6 processes running of frp type [2026-01-02,11:50:02.567] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,11:50:04.266] [DEBUG] 6 processes running of frp type [2026-01-02,12:05:02.507] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,12:05:04.297] [DEBUG] 6 processes running of frp type [2026-01-02,12:20:02.778] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,12:20:04.575] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,12:35:03.267] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,12:35:05.483] [DEBUG] 6 processes running of frp type [2026-01-02,12:50:02.170] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,12:50:03.875] [DEBUG] 6 processes running of frp type [2026-01-02,13:05:01.991] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,13:05:03.855] [DEBUG] 6 processes running of frp type [2026-01-02,13:20:02.125] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,13:20:03.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-02,13:35:02.574] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,13:35:04.316] [DEBUG] 6 processes running of frp type [2026-01-02,13:50:02.144] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,13:50:03.944] [DEBUG] 6 processes running of frp type [2026-01-02,14:05:02.420] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,14:05:04.329] [DEBUG] 6 processes running of frp type [2026-01-02,14:20:02.687] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,14:20:04.452] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,14:35:02.403] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,14:35:04.136] [DEBUG] 6 processes running of frp type [2026-01-02,14:50:02.250] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,14:50:03.980] [DEBUG] 6 processes running of frp type [2026-01-02,14:31:52.330] [INFO] Initializing BusSpeedStateManager V2 [2026-01-02,14:31:52.335] [INFO] LocationSqlManager initialising [2026-01-02,14:31:52.336] [INFO] Location DB initialising [2026-01-02,14:31:52.345] [INFO] LocationSqlManager initialisation complete [2026-01-02,14:31:52.346] [DEBUG] UploadManager Init [2026-01-02,14:31:52.346] [DEBUG] UploadManager Init Complete [2026-01-02,14:31:52.349] [INFO] Initializing GPS... [2026-01-02,14:31:52.351] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:17:47.154] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,17:17:49.237] [DEBUG] Remote Access Enabled [2026-01-02,17:17:50.877] [INFO] Server Address: 138.201.17.179 [2026-01-02,17:17:50.878] [INFO] Server Port: 7000 [2026-01-02,17:17:50.887] [DEBUG] Starting Remote Access! 2026-01-02 17:17:51.037 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-02 17:17:51.038 [I] [client/service.go:294] try to connect to server... 2026-01-02 17:17:52.032 [I] [client/service.go:286] [9398aa859ab1c9d5] login to server success, get run id [9398aa859ab1c9d5] 2026-01-02 17:17:52.034 [I] [proxy/proxy_manager.go:173] [9398aa859ab1c9d5] proxy added: [DNL01B4302] 2026-01-02 17:17:52.356 [I] [client/control.go:168] [9398aa859ab1c9d5] [DNL01B4302] 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,17:35:02.555] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,17:35:04.839] [DEBUG] 6 processes running of frp type [2026-01-02,17:50:02.404] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,17:50:04.907] [DEBUG] 6 processes running of frp type [2026-01-02,18:00:41.852] [INFO] Initializing BusSpeedStateManager V2 [2026-01-02,18:00:41.860] [INFO] LocationSqlManager initialising [2026-01-02,18:00:41.861] [INFO] Location DB initialising [2026-01-02,18:00:41.872] [INFO] LocationSqlManager initialisation complete [2026-01-02,18:00:41.873] [DEBUG] UploadManager Init [2026-01-02,18:00:41.874] [DEBUG] UploadManager Init Complete [2026-01-02,18:00:41.878] [INFO] Initializing GPS... [2026-01-02,18:00:41.881] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.115] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,18:02:31.142] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:45.661] [DEBUG] Log Upload Complete! [2026-01-02,18:05:29.271] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,18:05:31.191] [DEBUG] Remote Access Enabled [2026-01-02,18:05:33.021] [INFO] Server Address: 138.201.17.179 [2026-01-02,18:05:33.023] [INFO] Server Port: 7000 [2026-01-02,18:05:33.032] [DEBUG] Starting Remote Access! 2026-01-02 18:05:33.205 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-02 18:05:33.206 [I] [client/service.go:294] try to connect to server... 2026-01-02 18:05:34.331 [I] [client/service.go:286] [6d3db340b6ffa662] login to server success, get run id [6d3db340b6ffa662] 2026-01-02 18:05:34.332 [I] [proxy/proxy_manager.go:173] [6d3db340b6ffa662] proxy added: [DNL01B4302] 2026-01-02 18:05:34.914 [I] [client/control.go:168] [6d3db340b6ffa662] [DNL01B4302] start proxy success [2026-01-02,18:20:02.128] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,18:20:04.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-02,18:18:05.480] [INFO] Initializing BusSpeedStateManager V2 [2026-01-02,18:18:05.484] [INFO] LocationSqlManager initialising [2026-01-02,18:18:05.484] [INFO] Location DB initialising [2026-01-02,18:18:05.494] [INFO] LocationSqlManager initialisation complete [2026-01-02,18:18:05.494] [DEBUG] UploadManager Init [2026-01-02,18:18:05.495] [DEBUG] UploadManager Init Complete [2026-01-02,18:18:05.497] [INFO] Initializing GPS... [2026-01-02,18:18:05.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' [2026-01-02,18:34:34.966] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,18:34:36.696] [DEBUG] Remote Access Enabled [2026-01-02,18:34:38.078] [INFO] Server Address: 138.201.17.179 [2026-01-02,18:34:38.079] [INFO] Server Port: 7000 [2026-01-02,18:34:38.088] [DEBUG] Starting Remote Access! 2026-01-02 18:34:38.255 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-02 18:34:38.256 [I] [client/service.go:294] try to connect to server... 2026-01-02 18:34:39.229 [I] [client/service.go:286] [e14b5dddb9dee1ed] login to server success, get run id [e14b5dddb9dee1ed] 2026-01-02 18:34:39.230 [I] [proxy/proxy_manager.go:173] [e14b5dddb9dee1ed] proxy added: [DNL01B4302] 2026-01-02 18:34:39.550 [I] [client/control.go:168] [e14b5dddb9dee1ed] [DNL01B4302] start proxy success [2026-01-02,18:50:02.447] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,18:50:04.245] [DEBUG] 6 processes running of frp type [2026-01-02,19:05:02.676] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,19:05:04.713] [DEBUG] 6 processes running of frp type [2026-01-02,19:20:03.008] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,19:20:04.761] [DEBUG] 6 processes running of frp type 2026-01-02 19:25:51.066 [I] [client/service.go:294] [e14b5dddb9dee1ed] try to connect to server... 2026-01-02 19:26:01.068 [W] [client/service.go:297] [e14b5dddb9dee1ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:26:01.068 [I] [client/service.go:294] [e14b5dddb9dee1ed] 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:11.070 [W] [client/service.go:297] [e14b5dddb9dee1ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:26:11.071 [I] [client/service.go:294] [e14b5dddb9dee1ed] try to connect to server... 2026-01-02 19:26:21.072 [W] [client/service.go:297] [e14b5dddb9dee1ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:26:21.073 [I] [client/service.go:294] [e14b5dddb9dee1ed] try to connect to server... 2026-01-02 19:26:29.643 [I] [client/service.go:286] [e14b5dddb9dee1ed] login to server success, get run id [e14b5dddb9dee1ed] 2026-01-02 19:26:29.645 [I] [proxy/proxy_manager.go:173] [e14b5dddb9dee1ed] proxy added: [DNL01B4302] 2026-01-02 19:26:29.982 [I] [client/control.go:168] [e14b5dddb9dee1ed] [DNL01B4302] start proxy success 2026-01-02 19:30:10.606 [I] [client/service.go:294] [e14b5dddb9dee1ed] try to connect to server... 2026-01-02 19:30:20.608 [W] [client/service.go:297] [e14b5dddb9dee1ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:30:20.609 [I] [client/service.go:294] [e14b5dddb9dee1ed] try to connect to server... 2026-01-02 19:30:30.610 [W] [client/service.go:297] [e14b5dddb9dee1ed] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 19:30:30.611 [I] [client/service.go:294] [e14b5dddb9dee1ed] try to connect to server... 2026-01-02 19:30:38.687 [I] [client/service.go:286] [e14b5dddb9dee1ed] login to server success, get run id [e14b5dddb9dee1ed] 2026-01-02 19:30:38.688 [I] [proxy/proxy_manager.go:173] [e14b5dddb9dee1ed] proxy added: [DNL01B4302] 2026-01-02 19:30:38.936 [I] [client/control.go:168] [e14b5dddb9dee1ed] [DNL01B4302] start proxy success [2026-01-02,19:35:02.597] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,19:35:04.528] [DEBUG] 6 processes running of frp type [2026-01-02,19:50:02.511] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,19:50:04.347] [DEBUG] 6 processes running of frp type [2026-01-02,19:41:51.594] [INFO] Initializing BusSpeedStateManager V2 [2026-01-02,19:41:51.602] [INFO] LocationSqlManager initialising [2026-01-02,19:41:51.603] [INFO] Location DB initialising [2026-01-02,19:41:51.614] [INFO] LocationSqlManager initialisation complete [2026-01-02,19:41:51.616] [DEBUG] UploadManager Init [2026-01-02,19:41:51.616] [DEBUG] UploadManager Init Complete [2026-01-02,19:41:51.621] [INFO] Initializing GPS... [2026-01-02,19:41:51.624] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,19:57:49.908] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,19:57:51.753] [DEBUG] Remote Access Enabled [2026-01-02,19:57:53.139] [INFO] Server Address: 138.201.17.179 [2026-01-02,19:57:53.141] [INFO] Server Port: 7000 [2026-01-02,19:57:53.150] [DEBUG] Starting Remote Access! 2026-01-02 19:57:53.320 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-02 19:57:53.320 [I] [client/service.go:294] try to connect to server... 2026-01-02 19:57:54.431 [I] [client/service.go:286] [88d1486d498ca72e] login to server success, get run id [88d1486d498ca72e] 2026-01-02 19:57:54.432 [I] [proxy/proxy_manager.go:173] [88d1486d498ca72e] proxy added: [DNL01B4302] 2026-01-02 19:57:54.787 [I] [client/control.go:168] [88d1486d498ca72e] [DNL01B4302] start proxy success [2026-01-02,20:01:13.021] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,20:01:14.980] [DEBUG] 6 processes running of frp type [2026-01-02,20:05:02.398] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,20:05:04.219] [DEBUG] 6 processes running of frp type 2026-01-02 20:09:43.210 [I] [client/service.go:294] [88d1486d498ca72e] try to connect to server... 2026-01-02 20:09:53.212 [W] [client/service.go:297] [88d1486d498ca72e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 20:09:53.213 [I] [client/service.go:294] [88d1486d498ca72e] try to connect to server... 2026-01-02 20:10:01.456 [I] [client/service.go:286] [88d1486d498ca72e] login to server success, get run id [88d1486d498ca72e] 2026-01-02 20:10:01.456 [I] [proxy/proxy_manager.go:173] [88d1486d498ca72e] proxy added: [DNL01B4302] 2026-01-02 20:10:01.733 [I] [client/control.go:168] [88d1486d498ca72e] [DNL01B4302] start proxy success [2026-01-02,20:20:02.774] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,20:20:04.751] [DEBUG] 6 processes running of frp type 2026-01-02 20:20:23.808 [I] [client/service.go:294] [88d1486d498ca72e] try to connect to server... 2026-01-02 20:20:33.810 [W] [client/service.go:297] [88d1486d498ca72e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-02 20:20:33.811 [I] [client/service.go:294] [88d1486d498ca72e] try to connect to server... 2026-01-02 20:20:37.919 [I] [client/service.go:286] [88d1486d498ca72e] login to server success, get run id [88d1486d498ca72e] 2026-01-02 20:20:37.920 [I] [proxy/proxy_manager.go:173] [88d1486d498ca72e] proxy added: [DNL01B4302] 2026-01-02 20:20:38.182 [I] [client/control.go:168] [88d1486d498ca72e] [DNL01B4302] 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:02.685] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,20:35:04.957] [DEBUG] 6 processes running of frp type [2026-01-02,20:30:38.200] [INFO] Initializing BusSpeedStateManager V2 [2026-01-02,20:30:38.208] [INFO] LocationSqlManager initialising [2026-01-02,20:30:38.209] [INFO] Location DB initialising [2026-01-02,20:30:38.219] [INFO] LocationSqlManager initialisation complete [2026-01-02,20:30:38.220] [DEBUG] UploadManager Init [2026-01-02,20:30:38.220] [DEBUG] UploadManager Init Complete [2026-01-02,20:30:38.223] [INFO] Initializing GPS... [2026-01-02,20:30:38.226] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:00:41.814] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,21:00:44.008] [DEBUG] Remote Access Enabled [2026-01-02,21:00:45.826] [INFO] Server Address: 138.201.17.179 [2026-01-02,21:00:45.828] [INFO] Server Port: 7000 [2026-01-02,21:00:45.836] [DEBUG] Starting Remote Access! 2026-01-02 21:00:46.037 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-02 21:00:46.038 [I] [client/service.go:294] try to connect to server... 2026-01-02 21:00:47.028 [I] [client/service.go:286] [bbf1c879a369326b] login to server success, get run id [bbf1c879a369326b] 2026-01-02 21:00:47.029 [I] [proxy/proxy_manager.go:173] [bbf1c879a369326b] proxy added: [DNL01B4302] 2026-01-02 21:00:47.358 [I] [client/control.go:168] [bbf1c879a369326b] [DNL01B4302] start proxy success [2026-01-02,21:05:17.397] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,21:05:20.059] [DEBUG] 6 processes running of frp type [2026-01-02,21:20:02.769] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,21:20:05.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-02,21:35:02.065] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,21:35:06.464] [DEBUG] 6 processes running of frp type [2026-01-02,21:50:02.205] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,21:50:03.981] [DEBUG] 6 processes running of frp type [2026-01-02,22:05:02.275] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,22:05:04.185] [DEBUG] 6 processes running of frp type [2026-01-02,22:20:02.579] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,22:20:04.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-01-02,22:35:03.275] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,22:35:05.086] [DEBUG] 6 processes running of frp type [2026-01-02,22:50:02.741] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,22:50:04.573] [DEBUG] 6 processes running of frp type [2026-01-02,23:05:02.841] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,23:05:04.542] [DEBUG] 6 processes running of frp type [2026-01-02,23:20:03.086] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,23:20:04.824] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-02,23:35:02.415] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,23:35:04.159] [DEBUG] 6 processes running of frp type [2026-01-02,23:50:02.155] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-02,23:50:04.080] [DEBUG] 6 processes running of frp type [2026-01-03,00:05:02.360] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,00:05:09.121] [DEBUG] 6 processes running of frp type [2026-01-03,00:20:02.281] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,00:20:03.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-01-03,00:35:02.488] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,00:35:04.218] [DEBUG] 6 processes running of frp type [2026-01-03,00:50:03.116] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,00:50:04.973] [DEBUG] 6 processes running of frp type [2026-01-03,01:05:02.221] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,01:05:04.112] [DEBUG] 6 processes running of frp type [2026-01-03,01:20:02.623] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,01:20:04.446] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,01:35:02.343] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,01:35:04.041] [DEBUG] 6 processes running of frp type [2026-01-03,01:50:02.806] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,01:50:04.526] [DEBUG] 6 processes running of frp type [2026-01-03,02:05:02.828] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,02:05:04.537] [DEBUG] 6 processes running of frp type [2026-01-03,02:20:03.263] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,02:20:05.083] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,02:35:02.898] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,02:35:04.723] [DEBUG] 6 processes running of frp type [2026-01-03,02:50:02.439] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,02:50:04.159] [DEBUG] 6 processes running of frp type [2026-01-03,03:05:02.647] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,03:05:04.441] [DEBUG] 6 processes running of frp type [2026-01-03,03:20:02.773] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,03:20:04.517] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02.096] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,03:35:03.832] [DEBUG] 6 processes running of frp type [2026-01-03,03:50:02.365] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,03:50:04.081] [DEBUG] 6 processes running of frp type [2026-01-03,04:05:02.311] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,04:05:04.148] [DEBUG] 6 processes running of frp type [2026-01-03,04:20:02.460] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,04:20:04.182] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,04:35:02.732] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,04:35:04.522] [DEBUG] 6 processes running of frp type [2026-01-03,04:50:03.083] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,04:50:04.800] [DEBUG] 6 processes running of frp type [2026-01-03,05:05:02.062] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,05:05:04.045] [DEBUG] 6 processes running of frp type [2026-01-03,05:20:02.211] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,05:20:04.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-01-03,05:35:03.069] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,05:35:04.884] [DEBUG] 6 processes running of frp type [2026-01-03,05:50:02.310] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,05:50:04.041] [DEBUG] 6 processes running of frp type [2026-01-03,05:31:46.047] [INFO] Initializing BusSpeedStateManager V2 [2026-01-03,05:31:46.051] [INFO] LocationSqlManager initialising [2026-01-03,05:31:46.052] [INFO] Location DB initialising [2026-01-03,05:31:46.061] [INFO] LocationSqlManager initialisation complete [2026-01-03,05:31:46.062] [DEBUG] UploadManager Init [2026-01-03,05:31:46.063] [DEBUG] UploadManager Init Complete [2026-01-03,05:31:46.065] [INFO] Initializing GPS... [2026-01-03,05:31:46.067] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,05:36:34.778] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,05:36:34.876] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-03,20:46:52.248] [INFO] Initializing BusSpeedStateManager V2 [2026-01-03,20:46:52.253] [INFO] LocationSqlManager initialising [2026-01-03,20:46:52.254] [INFO] Location DB initialising [2026-01-03,20:46:52.263] [INFO] LocationSqlManager initialisation complete [2026-01-03,20:46:52.264] [DEBUG] UploadManager Init [2026-01-03,20:46:52.264] [DEBUG] UploadManager Init Complete [2026-01-03,20:46:52.267] [INFO] Initializing GPS... [2026-01-03,20:46:52.269] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:44:02.707] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,21:44:04.567] [DEBUG] Remote Access Enabled [2026-01-03,21:44:06.025] [INFO] Server Address: 138.201.17.179 [2026-01-03,21:44:06.026] [INFO] Server Port: 7000 [2026-01-03,21:44:06.031] [DEBUG] Starting Remote Access! 2026-01-03 21:44:06.163 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-03 21:44:06.164 [I] [client/service.go:294] try to connect to server... 2026-01-03 21:44:07.246 [I] [client/service.go:286] [18c4752e4e4275d9] login to server success, get run id [18c4752e4e4275d9] 2026-01-03 21:44:07.247 [I] [proxy/proxy_manager.go:173] [18c4752e4e4275d9] proxy added: [DNL01B4302] 2026-01-03 21:44:07.612 [I] [client/control.go:168] [18c4752e4e4275d9] [DNL01B4302] start proxy success [2026-01-03,21:50:02.350] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,21:50:04.286] [DEBUG] 6 processes running of frp type [2026-01-03,22:05:02.734] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,22:05:04.535] [DEBUG] 6 processes running of frp type [2026-01-03,22:20:02.799] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,22:20:04.678] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,22:35:03.055] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,22:35:04.924] [DEBUG] 6 processes running of frp type [2026-01-03,22:50:02.461] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,22:50:04.365] [DEBUG] 6 processes running of frp type [2026-01-03,23:05:03.164] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,23:05:04.979] [DEBUG] 6 processes running of frp type [2026-01-03,23:20:02.426] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,23:20:04.272] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-03,23:35:02.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,23:35:04.159] [DEBUG] 6 processes running of frp type [2026-01-03,23:50:03.133] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-03,23:50:04.952] [DEBUG] 6 processes running of frp type [2026-01-04,00:05:02.453] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,00:05:04.269] [DEBUG] 6 processes running of frp type [2026-01-04,00:20:02.687] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,00:20:04.634] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,00:35:02.696] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,00:35:04.453] [DEBUG] 6 processes running of frp type [2026-01-04,00:50:02.777] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,00:50:04.721] [DEBUG] 6 processes running of frp type [2026-01-04,01:05:02.286] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,01:05:04.218] [DEBUG] 6 processes running of frp type [2026-01-04,01:20:02.515] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,01:20:04.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-04,01:35:02.241] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,01:35:04.005] [DEBUG] 6 processes running of frp type [2026-01-04,01:50:02.648] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,01:50:04.537] [DEBUG] 6 processes running of frp type [2026-01-04,02:05:02.968] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,02:05:04.838] [DEBUG] 6 processes running of frp type [2026-01-04,02:16:11.248] [INFO] Initializing BusSpeedStateManager V2 [2026-01-04,02:16:11.253] [INFO] LocationSqlManager initialising [2026-01-04,02:16:11.254] [INFO] Location DB initialising [2026-01-04,02:16:11.266] [INFO] LocationSqlManager initialisation complete [2026-01-04,02:16:11.267] [DEBUG] UploadManager Init [2026-01-04,02:16:11.268] [DEBUG] UploadManager Init Complete [2026-01-04,02:16:11.273] [INFO] Initializing GPS... [2026-01-04,02:16:11.276] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:20:59.099] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,08:21:00.875] [DEBUG] Remote Access Enabled [2026-01-04,08:21:02.307] [INFO] Server Address: 138.201.17.179 [2026-01-04,08:21:02.308] [INFO] Server Port: 7000 [2026-01-04,08:21:02.318] [DEBUG] Starting Remote Access! 2026-01-04 08:21:02.521 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-04 08:21:02.522 [I] [client/service.go:294] try to connect to server... 2026-01-04 08:21:03.551 [I] [client/service.go:286] [d855d13e880e2c4a] login to server success, get run id [d855d13e880e2c4a] 2026-01-04 08:21:03.552 [I] [proxy/proxy_manager.go:173] [d855d13e880e2c4a] proxy added: [DNL01B4302] 2026-01-04 08:21:03.910 [I] [client/control.go:168] [d855d13e880e2c4a] [DNL01B4302] 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,08:35:02.359] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,08:35:04.106] [DEBUG] 6 processes running of frp type [2026-01-04,08:50:02.928] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,08:50:04.754] [DEBUG] 6 processes running of frp type [2026-01-04,09:05:02.028] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,09:05:04.076] [DEBUG] 6 processes running of frp type [2026-01-04,09:20:02.494] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,09:20:04.290] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,09:35:03.368] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,09:35:05.184] [DEBUG] 6 processes running of frp type [2026-01-04,09:50:03.190] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,09:50:05.091] [DEBUG] 6 processes running of frp type [2026-01-04,10:05:02.535] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,10:05:04.432] [DEBUG] 6 processes running of frp type [2026-01-04,10:20:02.719] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,10:20:04.613] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,10:35:02.853] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,10:35:04.688] [DEBUG] 6 processes running of frp type [2026-01-04,10:50:02.373] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,10:50:04.449] [DEBUG] 6 processes running of frp type [2026-01-04,11:05:02.876] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,11:05:04.621] [DEBUG] 6 processes running of frp type [2026-01-04,11:20:02.292] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,11:20:04.130] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,11:35:02.409] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,11:35:04.184] [DEBUG] 6 processes running of frp type [2026-01-04,11:50:03.120] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,11:50:04.865] [DEBUG] 6 processes running of frp type [2026-01-04,12:05:02.133] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,12:05:04.094] [DEBUG] 6 processes running of frp type [2026-01-04,12:20:02.551] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,12:20:04.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' [2026-01-04,12:35:02.631] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,12:35:04.470] [DEBUG] 6 processes running of frp type [2026-01-04,12:50:02.545] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,12:50:04.451] [DEBUG] 6 processes running of frp type [2026-01-04,13:05:02.968] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,13:05:04.770] [DEBUG] 6 processes running of frp type [2026-01-04,13:20:02.021] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,13:20:03.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-01-04 13:31:54.480 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 13:31:55.480 [I] [client/service.go:286] [d855d13e880e2c4a] login to server success, get run id [d855d13e880e2c4a] 2026-01-04 13:31:55.481 [I] [proxy/proxy_manager.go:173] [d855d13e880e2c4a] proxy added: [DNL01B4302] 2026-01-04 13:31:55.834 [I] [client/control.go:168] [d855d13e880e2c4a] [DNL01B4302] start proxy success [2026-01-04,13:35:02.956] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,13:35:04.776] [DEBUG] 6 processes running of frp type [2026-01-04,13:50:02.516] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,13:50:04.489] [DEBUG] 6 processes running of frp type [2026-01-04,14:05:02.937] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,14:05:04.714] [DEBUG] 6 processes running of frp type [2026-01-04,14:20:02.093] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,14:20:03.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-01-04,14:35:03.187] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,14:35:05.005] [DEBUG] 6 processes running of frp type [2026-01-04,14:50:02.630] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,14:50:04.463] [DEBUG] 6 processes running of frp type [2026-01-04,15:05:02.744] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,15:05:09.892] [DEBUG] 6 processes running of frp type [2026-01-04,15:20:02.161] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,15:20:04.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-01-04,15:35:03.189] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,15:35:05.052] [DEBUG] 6 processes running of frp type [2026-01-04,15:50:02.313] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,15:50:04.297] [DEBUG] 6 processes running of frp type 2026-01-04 15:59:15.938 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 15:59:24.555 [I] [client/service.go:286] [d855d13e880e2c4a] login to server success, get run id [d855d13e880e2c4a] 2026-01-04 15:59:24.557 [I] [proxy/proxy_manager.go:173] [d855d13e880e2c4a] proxy added: [DNL01B4302] 2026-01-04 15:59:24.888 [I] [client/control.go:168] [d855d13e880e2c4a] [DNL01B4302] start proxy success [2026-01-04,16:05:02.764] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,16:05:04.542] [DEBUG] 6 processes running of frp type [2026-01-04,16:20:02.869] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,16:20:04.637] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,16:35:02.927] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,16:35:04.919] [DEBUG] 6 processes running of frp type [2026-01-04,16:50:02.610] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,16:50:04.527] [DEBUG] 6 processes running of frp type 2026-01-04 17:00:21.064 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:00:21.065 [W] [client/service.go:297] [d855d13e880e2c4a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:00:23.066 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:00:23.067 [W] [client/service.go:297] [d855d13e880e2c4a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:00:27.424 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:00:27.425 [W] [client/service.go:297] [d855d13e880e2c4a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:00:36.819 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:00:36.820 [W] [client/service.go:297] [d855d13e880e2c4a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:00:56.821 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:00:56.822 [W] [client/service.go:297] [d855d13e880e2c4a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:01:16.823 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:01:16.824 [W] [client/service.go:297] [d855d13e880e2c4a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:01:36.824 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:01:36.826 [W] [client/service.go:297] [d855d13e880e2c4a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:01:56.827 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:01:56.829 [W] [client/service.go:297] [d855d13e880e2c4a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:02:16.829 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:02:16.831 [W] [client/service.go:297] [d855d13e880e2c4a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:02:36.831 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:02:36.833 [W] [client/service.go:297] [d855d13e880e2c4a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:02:56.833 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:02:56.835 [W] [client/service.go:297] [d855d13e880e2c4a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:03:16.836 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:03:16.837 [W] [client/service.go:297] [d855d13e880e2c4a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:03:36.839 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:03:36.843 [W] [client/service.go:297] [d855d13e880e2c4a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:03:56.845 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:03:56.849 [W] [client/service.go:297] [d855d13e880e2c4a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:04:16.850 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:04:16.855 [W] [client/service.go:297] [d855d13e880e2c4a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-04 17:04:36.856 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:04:39.948 [I] [client/service.go:286] [d855d13e880e2c4a] login to server success, get run id [d855d13e880e2c4a] 2026-01-04 17:04:39.950 [I] [proxy/proxy_manager.go:173] [d855d13e880e2c4a] proxy added: [DNL01B4302] 2026-01-04 17:04:40.601 [I] [client/control.go:168] [d855d13e880e2c4a] [DNL01B4302] start proxy success [2026-01-04,17:05:03.169] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,17:05:08.973] [DEBUG] 6 processes running of frp type [2026-01-04,17:20:02.246] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,17:20:04.140] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-04 17:29:32.901 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:29:42.904 [W] [client/service.go:297] [d855d13e880e2c4a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:29:42.904 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:29:52.905 [W] [client/service.go:297] [d855d13e880e2c4a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:29:52.906 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:30:02.908 [W] [client/service.go:297] [d855d13e880e2c4a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 17:30:02.908 [I] [client/service.go:294] [d855d13e880e2c4a] try to connect to server... 2026-01-04 17:30:05.337 [I] [client/service.go:286] [d855d13e880e2c4a] login to server success, get run id [d855d13e880e2c4a] 2026-01-04 17:30:05.339 [I] [proxy/proxy_manager.go:173] [d855d13e880e2c4a] proxy added: [DNL01B4302] 2026-01-04 17:30:05.677 [I] [client/control.go:168] [d855d13e880e2c4a] [DNL01B4302] start proxy success [2026-01-04,17:35:03.032] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,17:35:04.899] [DEBUG] 6 processes running of frp type [2026-01-04,17:50:02.302] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,17:50:04.325] [DEBUG] 6 processes running of frp type [2026-01-04,17:38:42.294] [INFO] Initializing BusSpeedStateManager V2 [2026-01-04,17:38:42.299] [INFO] LocationSqlManager initialising [2026-01-04,17:38:42.300] [INFO] Location DB initialising [2026-01-04,17:38:42.311] [INFO] LocationSqlManager initialisation complete [2026-01-04,17:38:42.312] [DEBUG] UploadManager Init [2026-01-04,17:38:42.312] [DEBUG] UploadManager Init Complete [2026-01-04,17:38:42.317] [INFO] Initializing GPS... [2026-01-04,17:38:42.320] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:19.330] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,18:02:21.143] [DEBUG] Remote Access Enabled [2026-01-04,18:02:22.742] [INFO] Server Address: 138.201.17.179 [2026-01-04,18:02:22.743] [INFO] Server Port: 7000 [2026-01-04,18:02:22.748] [DEBUG] Starting Remote Access! 2026-01-04 18:02:22.885 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-04 18:02:22.886 [I] [client/service.go:294] try to connect to server... 2026-01-04 18:02:23.870 [I] [client/service.go:286] [45fc062ae1ac3c5f] login to server success, get run id [45fc062ae1ac3c5f] 2026-01-04 18:02:23.871 [I] [proxy/proxy_manager.go:173] [45fc062ae1ac3c5f] proxy added: [DNL01B4302] 2026-01-04 18:02:24.229 [I] [client/control.go:168] [45fc062ae1ac3c5f] [DNL01B4302] start proxy success [2026-01-04,18:03:00.354] [INFO] Initializing BusSpeedStateManager V2 [2026-01-04,18:03:00.359] [INFO] LocationSqlManager initialising [2026-01-04,18:03:00.359] [INFO] Location DB initialising [2026-01-04,18:03:00.369] [INFO] LocationSqlManager initialisation complete [2026-01-04,18:03:00.370] [DEBUG] UploadManager Init [2026-01-04,18:03:00.370] [DEBUG] UploadManager Init Complete [2026-01-04,18:03:00.373] [INFO] Initializing GPS... [2026-01-04,18:03:00.374] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-04,18:04:48.970] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,18:04:50.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-04,18:05:14.260] [DEBUG] Log Upload Complete! [2026-01-04,18:07:48.554] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,18:07:50.289] [DEBUG] Remote Access Enabled [2026-01-04,18:07:51.654] [INFO] Server Address: 138.201.17.179 [2026-01-04,18:07:51.655] [INFO] Server Port: 7000 [2026-01-04,18:07:51.663] [DEBUG] Starting Remote Access! 2026-01-04 18:07:51.844 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-04 18:07:51.845 [I] [client/service.go:294] try to connect to server... 2026-01-04 18:07:52.862 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 18:07:52.863 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 18:07:53.219 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success [2026-01-04,18:20:02.502] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,18:20:04.245] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-04 18:29:45.492 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:29:55.494 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:29:55.495 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:29:57.484 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 18:29:57.486 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 18:29:57.813 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success [2026-01-04,18:35:03.154] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,18:35:05.325] [DEBUG] 6 processes running of frp type 2026-01-04 18:44:59.026 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:45:09.027 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:45:09.028 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:45:19.030 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:45:19.031 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:45:29.032 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:45:29.033 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:45:30.025 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 18:45:30.027 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 18:45:30.350 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 18:46:09.347 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:46:19.348 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:46:19.349 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:46:29.350 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:46:29.350 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:46:31.404 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 18:46:31.406 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 18:46:31.670 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 18:48:41.494 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:48:43.450 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 18:48:43.452 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 18:48:43.778 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 18:49:22.813 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:49:32.815 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:49:32.815 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:49:33.795 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 18:49:33.796 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 18:49:34.120 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success [2026-01-04,18:50:03.267] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,18:50:05.187] [DEBUG] 6 processes running of frp type 2026-01-04 18:50:43.465 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:50:53.467 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:50:53.468 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:51:01.612 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 18:51:01.613 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 18:51:01.894 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 18:52:45.240 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:52:55.241 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:52:55.242 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:52:56.316 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 18:52:56.318 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 18:52:56.649 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 18:55:37.002 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:55:47.003 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:55:47.003 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:55:57.005 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:55:57.005 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:56:07.007 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 18:56:07.007 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 18:56:10.030 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 18:56:10.032 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 18:56:10.289 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 19:02:33.271 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:02:34.296 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 19:02:34.297 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 19:02:34.676 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success [2026-01-04,19:05:02.361] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,19:05:04.299] [DEBUG] 6 processes running of frp type 2026-01-04 19:08:16.883 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:08:26.885 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:08:26.886 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:08:29.295 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 19:08:29.297 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 19:08:29.628 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 19:11:39.850 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:11:49.852 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:11:49.853 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:11:59.854 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:11:59.855 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:12:09.856 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:12:09.856 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:12:10.610 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 19:12:10.612 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 19:12:10.879 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 19:14:51.261 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:15:01.263 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:15:01.263 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:15:09.844 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 19:15:09.845 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 19:15:10.211 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 19:15:48.807 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:15:58.809 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:15:58.809 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:16:08.811 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:16:08.812 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:16:18.814 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:16:18.815 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:16:28.816 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:16:28.817 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:16:38.818 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:16:58.819 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:17:08.280 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 19:17:08.282 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 19:17:08.972 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 19:18:49.513 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:18:51.372 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 19:18:51.373 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 19:18:51.765 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success [2026-01-04,19:20:02.681] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,19:20:04.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-04 19:26:19.682 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:26:23.772 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 19:26:23.773 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 19:26:24.021 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 19:33:37.078 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:33:47.079 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:33:47.079 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:33:57.081 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:33:57.081 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:34:07.084 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:34:07.085 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:34:15.251 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 19:34:15.252 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 19:34:15.564 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success [2026-01-04,19:35:03.203] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,19:35:04.923] [DEBUG] 6 processes running of frp type 2026-01-04 19:42:08.407 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:42:18.409 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:42:18.410 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:42:28.412 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:42:28.413 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:42:38.415 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:42:38.415 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:42:48.417 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:42:48.418 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:42:58.420 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:43:18.422 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:43:19.178 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 19:43:19.180 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 19:43:19.435 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 19:49:01.885 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:49:11.886 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:49:11.886 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:49:21.887 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:49:21.888 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:49:25.292 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 19:49:25.294 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 19:49:26.669 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success [2026-01-04,19:50:02.419] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,19:50:04.133] [DEBUG] 6 processes running of frp type 2026-01-04 19:50:04.271 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:50:08.769 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 19:50:08.770 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 19:50:09.538 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 19:50:47.729 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:50:49.712 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 19:50:49.714 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 19:50:50.033 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 19:51:29.067 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:51:37.138 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 19:51:37.140 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 19:51:37.416 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 19:54:48.012 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:54:58.015 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:54:58.015 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:54:59.126 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 19:54:59.127 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 19:54:59.475 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 19:57:09.393 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:57:19.396 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:57:19.397 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:57:29.399 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:57:29.400 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:57:39.743 [W] [client/service.go:297] [e276337c6013f432] connect to server error: connection write timeout 2026-01-04 19:57:39.744 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:57:40.766 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 19:57:40.767 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 19:57:41.190 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 19:59:20.664 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:59:30.666 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:59:30.667 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:59:40.668 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:59:40.669 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:59:50.671 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 19:59:50.671 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 19:59:51.469 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 19:59:51.471 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 19:59:51.723 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 20:04:34.688 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:04:44.690 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:04:44.690 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:04:45.433 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 20:04:45.434 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 20:04:45.683 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success [2026-01-04,20:05:02.383] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,20:05:04.165] [DEBUG] 6 processes running of frp type 2026-01-04 20:14:15.040 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:14:25.535 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 20:14:25.536 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 20:14:26.250 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 20:16:06.787 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:16:16.788 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:16:16.789 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:16:26.790 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:16:26.791 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:16:36.792 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:16:36.793 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:16:38.814 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 20:16:38.816 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 20:16:39.186 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success [2026-01-04,20:20:02.517] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,20:20:04.504] [DEBUG] 6 processes running of frp type 2026-01-04 20:21:20.722 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:21:30.723 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:21:30.724 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:21:40.725 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:21:40.726 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:21:50.727 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:21:50.728 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:22:00.729 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:22:00.731 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:22:05.303 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 20:22:05.304 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 20:22:09.570 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 20:24:51.808 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:24:53.039 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 20:24:53.041 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 20:24:53.405 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] 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 20:30:35.510 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:30:43.549 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 20:30:43.550 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 20:30:43.809 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 20:32:25.601 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:32:35.603 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:32:35.603 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:32:45.605 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:32:45.606 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:32:54.614 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 20:32:54.615 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 20:32:55.047 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success [2026-01-04,20:35:02.616] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,20:35:04.765] [DEBUG] 6 processes running of frp type 2026-01-04 20:35:33.281 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:35:34.322 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 20:35:34.323 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 20:35:34.671 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 20:45:50.002 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:46:00.004 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:46:00.005 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:46:10.006 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:46:10.007 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:46:20.009 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:46:20.010 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:46:30.011 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 20:46:30.012 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:46:38.871 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 20:46:38.872 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 20:46:39.249 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success [2026-01-04,20:50:02.578] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,20:50:04.696] [DEBUG] 6 processes running of frp type 2026-01-04 20:58:32.900 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 20:58:42.716 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 20:58:42.718 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 20:58:43.470 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 21:03:25.680 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:03:26.959 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 21:03:26.960 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 21:03:27.386 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success [2026-01-04,21:05:01.979] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,21:05:11.432] [DEBUG] 6 processes running of frp type 2026-01-04 21:11:10.580 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:11:20.582 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:11:20.583 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:11:30.584 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:11:30.585 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:11:40.586 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:11:40.587 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:11:41.574 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 21:11:41.575 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 21:11:41.895 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 21:12:54.338 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:13:04.340 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:13:04.341 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:13:14.342 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:13:14.343 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:13:24.344 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:13:24.345 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:13:28.826 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 21:13:28.828 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 21:13:29.448 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success [2026-01-04,21:20:02.661] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,21:20:04.953] [DEBUG] 6 processes running of frp type 2026-01-04 21:23:53.131 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:24:03.134 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:24:03.135 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:24:13.137 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:24:13.138 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:24:17.582 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 21:24:17.584 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 21:24:18.968 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 21:24:56.486 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:25:06.488 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:25:06.489 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:25:16.490 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:25:16.490 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:25:26.492 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:25:26.493 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:25:27.429 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 21:25:27.430 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 21:25:27.785 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] 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 21:29:39.079 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:29:42.452 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 21:29:42.454 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 21:29:43.108 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success 2026-01-04 21:32:22.676 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:32:32.678 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:32:32.679 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:32:42.680 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-04 21:32:42.680 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 21:32:43.426 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 21:32:43.428 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 21:32:43.681 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success [2026-01-04,21:35:02.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,21:35:04.328] [DEBUG] 6 processes running of frp type [2026-01-04,21:50:02.253] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,21:50:03.971] [DEBUG] 6 processes running of frp type [2026-01-04,22:05:02.218] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,22:05:04.061] [DEBUG] 6 processes running of frp type [2026-01-04,22:20:02.288] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,22:20:04.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-01-04 22:31:35.458 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-04 22:31:44.369 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-04 22:31:44.371 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-04 22:31:45.020 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success [2026-01-04,22:35:02.460] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,22:35:04.236] [DEBUG] 6 processes running of frp type [2026-01-04,22:50:02.789] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,22:50:04.630] [DEBUG] 6 processes running of frp type [2026-01-04,23:05:02.931] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,23:05:04.711] [DEBUG] 6 processes running of frp type [2026-01-04,23:20:02.523] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,23:20:04.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-04,23:35:03.222] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,23:35:04.936] [DEBUG] 6 processes running of frp type [2026-01-04,23:50:02.865] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-04,23:50:04.595] [DEBUG] 6 processes running of frp type [2026-01-05,00:05:03.073] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,00:05:09.293] [DEBUG] 6 processes running of frp type [2026-01-05,00:20:02.587] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,00:20:04.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-01-05,00:35:02.189] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,00:35:03.957] [DEBUG] 6 processes running of frp type [2026-01-05,00:50:02.604] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,00:50:04.443] [DEBUG] 6 processes running of frp type [2026-01-05,01:05:02.841] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,01:05:04.463] [DEBUG] 6 processes running of frp type [2026-01-05,01:20:02.710] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,01:20:04.363] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,01:35:02.538] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,01:35:04.264] [DEBUG] 6 processes running of frp type [2026-01-05,01:50:02.669] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,01:50:04.439] [DEBUG] 6 processes running of frp type [2026-01-05,02:05:02.629] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,02:05:04.342] [DEBUG] 6 processes running of frp type [2026-01-05,02:20:02.699] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,02:20:04.403] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,02:35:03.043] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,02:35:04.742] [DEBUG] 6 processes running of frp type [2026-01-05,02:50:03.051] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,02:50:04.734] [DEBUG] 6 processes running of frp type [2026-01-05,03:05:02.010] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,03:05:03.718] [DEBUG] 6 processes running of frp type [2026-01-05,03:20:02.029] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,03:20:03.745] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,03:35:03.098] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,03:35:04.787] [DEBUG] 6 processes running of frp type [2026-01-05,03:50:02.428] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,03:50:04.078] [DEBUG] 6 processes running of frp type [2026-01-05,04:05:02.369] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,04:05:04.111] [DEBUG] 6 processes running of frp type [2026-01-05,04:20:02.686] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,04:20:04.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-01-05,04:35:02.616] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,04:35:04.341] [DEBUG] 6 processes running of frp type [2026-01-05,04:50:02.656] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,04:50:04.304] [DEBUG] 6 processes running of frp type [2026-01-05,05:05:02.728] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,05:05:04.483] [DEBUG] 6 processes running of frp type [2026-01-05,05:20:02.710] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,05:20:04.376] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,05:35:02.429] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,05:35:04.137] [DEBUG] 6 processes running of frp type [2026-01-05,05:50:02.233] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,05:50:03.950] [DEBUG] 6 processes running of frp type [2026-01-05,06:05:02.090] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,06:05:03.745] [DEBUG] 6 processes running of frp type [2026-01-05,06:20:02.031] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,06:20:03.709] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,06:35:02.989] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,06:35:04.734] [DEBUG] 6 processes running of frp type [2026-01-05,06:50:02.461] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,06:50:04.105] [DEBUG] 6 processes running of frp type [2026-01-05,07:05:02.349] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,07:05:04.120] [DEBUG] 6 processes running of frp type [2026-01-05,07:20:02.471] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,07:20:04.141] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,07:35:02.271] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,07:35:03.934] [DEBUG] 6 processes running of frp type [2026-01-05,07:50:03.276] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,07:50:04.940] [DEBUG] 6 processes running of frp type [2026-01-05,08:02:02.326] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,08:02:03.895] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-05,08:02:17.274] [DEBUG] Log Upload Complete! [2026-01-05,08:05:02.407] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,08:05:04.234] [DEBUG] 6 processes running of frp type [2026-01-05,08:20:02.615] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,08:20:04.413] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,08:35:02.436] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,08:35:04.319] [DEBUG] 6 processes running of frp type [2026-01-05,08:50:01.980] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,08:50:03.706] [DEBUG] 6 processes running of frp type [2026-01-05,09:05:02.422] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,09:05:04.181] [DEBUG] 6 processes running of frp type [2026-01-05,09:20:02.587] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,09:20:04.359] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,09:35:03.032] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,09:35:04.831] [DEBUG] 6 processes running of frp type [2026-01-05,09:50:02.716] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,09:50:04.398] [DEBUG] 6 processes running of frp type [2026-01-05,10:05:02.810] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,10:05:04.491] [DEBUG] 6 processes running of frp type [2026-01-05,10:20:03.110] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,10:20:04.906] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,10:35:02.370] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,10:35:04.082] [DEBUG] 6 processes running of frp type [2026-01-05,10:50:02.750] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,10:50:04.516] [DEBUG] 6 processes running of frp type [2026-01-05,11:05:02.857] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,11:05:04.635] [DEBUG] 6 processes running of frp type [2026-01-05,11:20:02.963] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,11:20:04.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-05,11:35:02.877] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,11:35:04.606] [DEBUG] 6 processes running of frp type [2026-01-05,11:50:02.591] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,11:50:04.610] [DEBUG] 6 processes running of frp type [2026-01-05,12:05:03.435] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,12:05:05.240] [DEBUG] 6 processes running of frp type [2026-01-05,12:20:02.414] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,12:20:04.208] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,12:35:02.102] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,12:35:03.939] [DEBUG] 6 processes running of frp type [2026-01-05,12:50:02.720] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,12:50:04.551] [DEBUG] 6 processes running of frp type [2026-01-05,13:05:03.379] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,13:05:05.097] [DEBUG] 6 processes running of frp type [2026-01-05,13:20:02.386] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,13:20:04.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-01-05,13:35:02.467] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,13:35:04.305] [DEBUG] 6 processes running of frp type [2026-01-05,13:50:02.271] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,13:50:04.114] [DEBUG] 6 processes running of frp type [2026-01-05,14:05:02.379] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,14:05:04.198] [DEBUG] 6 processes running of frp type [2026-01-05,14:20:02.656] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,14:20:04.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,14:35:02.904] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,14:35:04.638] [DEBUG] 6 processes running of frp type [2026-01-05,14:50:02.301] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,14:50:04.161] [DEBUG] 6 processes running of frp type [2026-01-05,15:05:02.814] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,15:05:04.596] [DEBUG] 6 processes running of frp type [2026-01-05,15:20:03.092] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,15:20:04.936] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,15:35:02.441] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,15:35:04.237] [DEBUG] 6 processes running of frp type [2026-01-05,15:50:02.938] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,15:50:05.040] [DEBUG] 6 processes running of frp type [2026-01-05,16:05:02.430] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,16:05:04.319] [DEBUG] 6 processes running of frp type [2026-01-05,16:20:02.673] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,16:20:04.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-05,16:35:02.446] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,16:35:04.218] [DEBUG] 6 processes running of frp type [2026-01-05,16:50:03.094] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,16:50:05.040] [DEBUG] 6 processes running of frp type 2026-01-05 17:00:27.596 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:00:27.597 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:00:29.747 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:00:29.748 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:00:34.214 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:00:34.215 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:00:43.529 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:00:43.531 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:01:03.172 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:01:03.173 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:01:23.174 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:01:23.175 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:01:43.176 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:01:43.177 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:02:03.178 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:02:03.179 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:02:23.180 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:02:23.181 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:02:43.182 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:02:43.184 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:03:03.185 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:03:03.186 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:03:23.186 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:03:23.187 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:03:43.188 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:03:43.196 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:04:03.198 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:04:03.205 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:04:23.206 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:04:23.210 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-05 17:04:43.210 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:04:44.815 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-05 17:04:44.816 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-05 17:04:45.739 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success [2026-01-05,17:05:02.526] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,17:05:04.825] [DEBUG] 6 processes running of frp type 2026-01-05 17:05:54.147 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:05:54.150 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-05 17:05:56.174 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:05:56.179 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-05 17:06:00.382 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:06:00.388 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-05 17:06:08.821 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:06:08.827 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-05 17:06:26.203 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:06:28.395 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-05 17:06:48.397 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:06:48.398 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:07:08.398 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:07:08.399 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:07:28.400 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:07:28.402 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:07:48.403 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:07:48.405 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:08:08.405 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:08:08.407 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:08:28.408 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:08:28.410 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:08:48.411 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:08:48.412 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:09:08.413 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:09:08.417 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:09:28.419 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:09:28.425 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:09:48.426 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:09:48.431 [W] [client/service.go:297] [e276337c6013f432] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-05 17:10:08.432 [I] [client/service.go:294] [e276337c6013f432] try to connect to server... 2026-01-05 17:10:11.123 [I] [client/service.go:286] [e276337c6013f432] login to server success, get run id [e276337c6013f432] 2026-01-05 17:10:11.124 [I] [proxy/proxy_manager.go:173] [e276337c6013f432] proxy added: [DNL01B4302] 2026-01-05 17:10:13.083 [I] [client/control.go:168] [e276337c6013f432] [DNL01B4302] start proxy success [2026-01-05,17:20:02.220] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,17:20:04.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-01-05,17:35:02.956] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,17:35:05.033] [DEBUG] 6 processes running of frp type [2026-01-05,17:50:02.460] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,17:50:04.451] [DEBUG] 6 processes running of frp type [2026-01-05,18:00:41.882] [INFO] Initializing BusSpeedStateManager V2 [2026-01-05,18:00:41.886] [INFO] LocationSqlManager initialising [2026-01-05,18:00:41.887] [INFO] Location DB initialising [2026-01-05,18:00:41.896] [INFO] LocationSqlManager initialisation complete [2026-01-05,18:00:41.897] [DEBUG] UploadManager Init [2026-01-05,18:00:41.897] [DEBUG] UploadManager Init Complete [2026-01-05,18:00:41.900] [INFO] Initializing GPS... [2026-01-05,18:00:41.902] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:30.021] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,18:02:32.095] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-05,18:02:55.271] [DEBUG] Log Upload Complete! [2026-01-05,18:05:30.151] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,18:05:31.817] [DEBUG] Remote Access Enabled [2026-01-05,18:05:33.219] [INFO] Server Address: 138.201.17.179 [2026-01-05,18:05:33.221] [INFO] Server Port: 7000 [2026-01-05,18:05:33.228] [DEBUG] Starting Remote Access! 2026-01-05 18:05:33.452 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-05 18:05:33.453 [I] [client/service.go:294] try to connect to server... 2026-01-05 18:05:34.582 [I] [client/service.go:286] [a4acdd3d8e7a9493] login to server success, get run id [a4acdd3d8e7a9493] 2026-01-05 18:05:34.582 [I] [proxy/proxy_manager.go:173] [a4acdd3d8e7a9493] proxy added: [DNL01B4302] 2026-01-05 18:05:34.944 [I] [client/control.go:168] [a4acdd3d8e7a9493] [DNL01B4302] start proxy success 2026-01-05 18:18:25.335 [I] [client/service.go:294] [a4acdd3d8e7a9493] try to connect to server... 2026-01-05 18:18:27.550 [I] [client/service.go:286] [a4acdd3d8e7a9493] login to server success, get run id [a4acdd3d8e7a9493] 2026-01-05 18:18:27.552 [I] [proxy/proxy_manager.go:173] [a4acdd3d8e7a9493] proxy added: [DNL01B4302] 2026-01-05 18:18:28.076 [I] [client/control.go:168] [a4acdd3d8e7a9493] [DNL01B4302] start proxy success [2026-01-05,18:20:02.574] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,18:20:04.587] [DEBUG] 6 processes running of frp type 2026-01-05 18:20:45.994 [I] [client/service.go:294] [a4acdd3d8e7a9493] try to connect to server... 2026-01-05 18:20:47.071 [I] [client/service.go:286] [a4acdd3d8e7a9493] login to server success, get run id [a4acdd3d8e7a9493] 2026-01-05 18:20:47.072 [I] [proxy/proxy_manager.go:173] [a4acdd3d8e7a9493] proxy added: [DNL01B4302] 2026-01-05 18:20:47.434 [I] [client/control.go:168] [a4acdd3d8e7a9493] [DNL01B4302] 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-05,18:35:02.807] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,18:35:04.524] [DEBUG] 6 processes running of frp type [2026-01-05,18:50:02.110] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,18:50:03.939] [DEBUG] 6 processes running of frp type [2026-01-05,19:05:02.676] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,19:05:04.442] [DEBUG] 6 processes running of frp type [2026-01-05,19:20:02.754] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,19:20:04.519] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,19:35:03.255] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,19:35:05.048] [DEBUG] 6 processes running of frp type [2026-01-05,19:50:02.332] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,19:50:04.428] [DEBUG] 6 processes running of frp type [2026-01-05,20:05:02.673] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,20:05:04.724] [DEBUG] 6 processes running of frp type [2026-01-05,20:20:02.332] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,20:20:04.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-01-05,20:35:03.251] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,20:35:05.310] [DEBUG] 6 processes running of frp type [2026-01-05,20:50:02.849] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,20:50:05.045] [DEBUG] 6 processes running of frp type [2026-01-05,21:05:02.765] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,21:05:06.939] [DEBUG] 6 processes running of frp type [2026-01-05,21:20:02.524] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,21:20:06.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-01-05,21:35:02.176] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,21:35:04.457] [DEBUG] 6 processes running of frp type [2026-01-05,21:50:03.093] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,21:50:05.317] [DEBUG] 6 processes running of frp type [2026-01-05,22:05:02.551] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,22:05:04.375] [DEBUG] 6 processes running of frp type [2026-01-05,22:20:02.890] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,22:20:04.668] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-05,22:35:02.709] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,22:35:04.633] [DEBUG] 6 processes running of frp type [2026-01-05,22:50:02.734] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,22:50:04.635] [DEBUG] 6 processes running of frp type [2026-01-05,23:05:03.315] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,23:05:05.151] [DEBUG] 6 processes running of frp type [2026-01-05,23:20:02.533] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,23:20:04.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-05,23:35:02.595] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,23:35:04.406] [DEBUG] 6 processes running of frp type [2026-01-05,23:50:02.776] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-05,23:50:04.539] [DEBUG] 6 processes running of frp type [2026-01-06,00:05:03.335] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,00:05:05.081] [DEBUG] 6 processes running of frp type [2026-01-06,00:20:02.568] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,00:20:04.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-01-06,00:35:02.998] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,00:35:04.794] [DEBUG] 6 processes running of frp type [2026-01-06,00:50:02.605] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,00:50:04.240] [DEBUG] 6 processes running of frp type [2026-01-06,01:05:02.907] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,01:05:04.688] [DEBUG] 6 processes running of frp type [2026-01-06,01:20:02.987] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,01:20:04.732] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,01:35:02.873] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,01:35:04.793] [DEBUG] 6 processes running of frp type [2026-01-06,01:50:02.201] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,01:50:03.986] [DEBUG] 6 processes running of frp type [2026-01-06,02:05:02.461] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,02:05:04.233] [DEBUG] 6 processes running of frp type [2026-01-06,02:20:02.576] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,02:20:04.338] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,02:35:02.633] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,02:35:04.327] [DEBUG] 6 processes running of frp type [2026-01-06,02:50:03.061] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,02:50:04.934] [DEBUG] 6 processes running of frp type [2026-01-06,03:05:02.624] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,03:05:04.442] [DEBUG] 6 processes running of frp type [2026-01-06,03:20:02.945] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,03:20:04.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-01-06,03:35:02.224] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,03:35:03.950] [DEBUG] 6 processes running of frp type [2026-01-06,03:50:02.475] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,03:50:04.193] [DEBUG] 6 processes running of frp type [2026-01-06,04:05:02.612] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,04:05:04.338] [DEBUG] 6 processes running of frp type [2026-01-06,04:20:02.629] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,04:20:04.561] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,04:35:02.621] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,04:35:04.335] [DEBUG] 6 processes running of frp type [2026-01-06,04:50:03.104] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,04:50:04.767] [DEBUG] 6 processes running of frp type [2026-01-06,05:05:02.203] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,05:05:04.096] [DEBUG] 6 processes running of frp type [2026-01-06,05:20:02.381] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,05:20:04.115] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,05:35:02.441] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,05:35:04.195] [DEBUG] 6 processes running of frp type [2026-01-06,05:23:46.996] [INFO] Initializing BusSpeedStateManager V2 [2026-01-06,05:23:47.002] [INFO] LocationSqlManager initialising [2026-01-06,05:23:47.004] [INFO] Location DB initialising [2026-01-06,05:23:47.014] [INFO] LocationSqlManager initialisation complete [2026-01-06,05:23:47.016] [DEBUG] UploadManager Init [2026-01-06,05:23:47.016] [DEBUG] UploadManager Init Complete [2026-01-06,05:23:47.021] [INFO] Initializing GPS... [2026-01-06,05:23:47.026] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_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-06,08:24:14.991] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,08:24:16.738] [DEBUG] Remote Access Enabled [2026-01-06,08:24:18.302] [INFO] Server Address: 138.201.17.179 [2026-01-06,08:24:18.303] [INFO] Server Port: 7000 [2026-01-06,08:24:18.312] [DEBUG] Starting Remote Access! 2026-01-06 08:24:18.517 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-06 08:24:18.518 [I] [client/service.go:294] try to connect to server... 2026-01-06 08:24:19.581 [I] [client/service.go:286] [c0491940d27077de] login to server success, get run id [c0491940d27077de] 2026-01-06 08:24:19.581 [I] [proxy/proxy_manager.go:173] [c0491940d27077de] proxy added: [DNL01B4302] 2026-01-06 08:24:19.898 [I] [client/control.go:168] [c0491940d27077de] [DNL01B4302] start proxy success [2026-01-06,08:25:41.448] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,08:25:43.220] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-06,08:25:59.677] [DEBUG] Log Upload Complete! Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,08:32:54.817] [INFO] Initializing BusSpeedStateManager V2 [2026-01-06,08:32:54.822] [INFO] LocationSqlManager initialising [2026-01-06,08:32:54.822] [INFO] Location DB initialising [2026-01-06,08:32:54.833] [INFO] LocationSqlManager initialisation complete [2026-01-06,08:32:54.834] [DEBUG] UploadManager Init [2026-01-06,08:32:54.835] [DEBUG] UploadManager Init Complete [2026-01-06,08:32:54.839] [INFO] Initializing GPS... [2026-01-06,08:32:54.842] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,22:52:17.521] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,22:52:19.287] [DEBUG] Remote Access Enabled [2026-01-06,22:52:20.736] [INFO] Server Address: 138.201.17.179 [2026-01-06,22:52:20.737] [INFO] Server Port: 7000 [2026-01-06,22:52:20.746] [DEBUG] Starting Remote Access! 2026-01-06 22:52:20.958 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-06 22:52:20.959 [I] [client/service.go:294] try to connect to server... 2026-01-06 22:52:21.942 [I] [client/service.go:286] [f22811f4d592d452] login to server success, get run id [f22811f4d592d452] 2026-01-06 22:52:21.943 [I] [proxy/proxy_manager.go:173] [f22811f4d592d452] proxy added: [DNL01B4302] 2026-01-06 22:52:22.281 [I] [client/control.go:168] [f22811f4d592d452] [DNL01B4302] start proxy success [2026-01-06,23:05:02.079] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-06,23:05:03.879] [DEBUG] 6 processes running of frp type [2026-01-06,23:08:21.695] [INFO] Initializing BusSpeedStateManager V2 [2026-01-06,23:08:21.701] [INFO] LocationSqlManager initialising [2026-01-06,23:08:21.702] [INFO] Location DB initialising [2026-01-06,23:08:21.711] [INFO] LocationSqlManager initialisation complete [2026-01-06,23:08:21.712] [DEBUG] UploadManager Init [2026-01-06,23:08:21.712] [DEBUG] UploadManager Init Complete [2026-01-06,23:08:21.715] [INFO] Initializing GPS... [2026-01-06,23:08:21.717] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-06,23:10:10.142] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-06,23:13:10.248] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-06,23:13:10.503] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-06,23:20:02.994] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:28:10.281] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-06,23:08:21.528] [INFO] Initializing BusSpeedStateManager V2 [2026-01-06,23:08:21.534] [INFO] LocationSqlManager initialising [2026-01-06,23:08:21.535] [INFO] Location DB initialising [2026-01-06,23:08:21.547] [INFO] LocationSqlManager initialisation complete [2026-01-06,23:08:21.548] [DEBUG] UploadManager Init [2026-01-06,23:08:21.548] [DEBUG] UploadManager Init Complete [2026-01-06,23:08:21.551] [INFO] Initializing GPS... [2026-01-06,23:08:21.553] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:10:10.493] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-06,23:13:10.516] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-06,23:13:10.522] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-06,23:20:02.742] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:28:10.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 111] Connection refused')) [2026-01-06,23:35:02.398] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-06,23:43:10.711] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-06,23:50:02.103] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-06,23:58:11.081] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-07,00:05:02.709] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-07,00:13:11.403] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-06,23:08:21.645] [INFO] Initializing BusSpeedStateManager V2 [2026-01-06,23:08:21.650] [INFO] LocationSqlManager initialising [2026-01-06,23:08:21.650] [INFO] Location DB initialising [2026-01-06,23:08:21.665] [INFO] LocationSqlManager initialisation complete [2026-01-06,23:08:21.667] [DEBUG] UploadManager Init [2026-01-06,23:08:21.668] [DEBUG] UploadManager Init Complete [2026-01-06,23:08:21.674] [INFO] Initializing GPS... [2026-01-06,23:08:21.678] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:10:10.325] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-06,23:13:10.462] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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 [2026-01-06,23:13:15.683] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-06,23:20:03.081] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:28:15.937] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-06,23:35:03.175] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-06,23:43:16.544] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-06,23:50:02.327] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-06,23:58:26.584] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-07,00:05:03.073] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-07,00:13:31.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 111] Connection refused')) [2026-01-07,00:20:02.413] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:28:31.789] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-07,00:35:02.838] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-07,00:43:31.966] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-07,00:50:02.253] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-07,00:58:32.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 111] Connection refused')) [2026-01-07,01:05:02.558] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-07,01:13:37.336] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-07,01:20:02.653] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:28:37.557] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-07,01:35:02.801] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-08,21:35:02.893] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-08,21:35:06.152] [DEBUG] Remote Access Enabled [2026-01-08,21:35:08.801] [INFO] Server Address: 138.201.17.179 [2026-01-08,21:35:08.802] [INFO] Server Port: 7000 [2026-01-08,21:35:08.811] [DEBUG] Starting Remote Access! 2026-01-08 21:35:09.013 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-08 21:35:09.014 [I] [client/service.go:294] try to connect to server... 2026-01-08 21:35:10.032 [I] [client/service.go:286] [688dc27ec3b5b7a9] login to server success, get run id [688dc27ec3b5b7a9] 2026-01-08 21:35:10.033 [I] [proxy/proxy_manager.go:173] [688dc27ec3b5b7a9] proxy added: [DNL01B4302] 2026-01-08 21:35:10.376 [I] [client/control.go:168] [688dc27ec3b5b7a9] [DNL01B4302] start proxy success [2026-01-08,21:50:02.423] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-08,21:50:04.396] [DEBUG] 6 processes running of frp type [2026-01-08,22:05:02.750] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-08,22:05:09.878] [DEBUG] 6 processes running of frp type [2026-01-08,22:20:02.052] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-08,22:20:03.860] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-08,22:35:02.844] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-08,22:35:04.639] [DEBUG] 6 processes running of frp type [2026-01-08,22:50:02.123] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-08,22:50:03.847] [DEBUG] 6 processes running of frp type [2026-01-08,23:05:02.478] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-08,23:05:04.356] [DEBUG] 6 processes running of frp type [2026-01-08,23:20:02.556] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-08,23:20:04.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-01-08,23:35:02.928] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-08,23:35:04.640] [DEBUG] 6 processes running of frp type [2026-01-08,23:50:02.299] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-08,23:50:04.091] [DEBUG] 6 processes running of frp type [2026-01-09,00:05:02.739] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,00:05:04.553] [DEBUG] 6 processes running of frp type [2026-01-09,00:20:02.807] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,00:20:04.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,00:35:02.547] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,00:35:04.387] [DEBUG] 6 processes running of frp type [2026-01-09,00:50:01.963] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,00:50:03.717] [DEBUG] 6 processes running of frp type [2026-01-09,01:05:02.277] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,01:05:04.175] [DEBUG] 6 processes running of frp type [2026-01-09,01:20:02.461] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,01:20:04.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-01-09,01:35:03.246] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,01:35:04.986] [DEBUG] 6 processes running of frp type [2026-01-09,01:50:02.258] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,01:50:04.018] [DEBUG] 6 processes running of frp type [2026-01-09,02:05:02.297] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,02:05:05.145] [DEBUG] 6 processes running of frp type [2026-01-09,02:20:02.583] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,02:20:04.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-01-09,02:35:02.795] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,02:35:04.676] [DEBUG] 6 processes running of frp type [2026-01-09,02:50:02.211] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,02:50:04.078] [DEBUG] 6 processes running of frp type [2026-01-09,03:05:02.479] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,03:05:04.535] [DEBUG] 6 processes running of frp type [2026-01-09,03:20:03.003] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,03:20:04.989] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,03:35:02.726] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,03:35:04.564] [DEBUG] 6 processes running of frp type [2026-01-09,03:50:02.139] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,03:50:03.879] [DEBUG] 6 processes running of frp type [2026-01-09,04:05:02.212] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,04:05:04.020] [DEBUG] 6 processes running of frp type [2026-01-09,04:20:02.484] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,04:20:04.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-09,04:35:02.660] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,04:35:04.378] [DEBUG] 6 processes running of frp type [2026-01-09,04:50:02.845] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,04:50:04.536] [DEBUG] 6 processes running of frp type [2026-01-09,05:05:03.256] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,05:05:04.915] [DEBUG] 6 processes running of frp type [2026-01-09,05:20:02.585] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,05:20:04.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-09,05:35:02.810] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,05:35:04.616] [DEBUG] 6 processes running of frp type [2026-01-09,05:50:02.949] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,05:50:04.863] [DEBUG] 6 processes running of frp type [2026-01-09,06:05:02.538] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,06:05:04.304] [DEBUG] 6 processes running of frp type [2026-01-09,06:20:02.601] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,06:20:04.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-09,06:35:02.441] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,06:35:04.167] [DEBUG] 6 processes running of frp type [2026-01-09,06:50:02.214] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,06:50:04.017] [DEBUG] 6 processes running of frp type [2026-01-09,07:05:02.481] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,07:05:04.158] [DEBUG] 6 processes running of frp type [2026-01-09,07:20:02.437] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,07:20:04.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-01-09,07:35:02.389] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,07:35:04.069] [DEBUG] 6 processes running of frp type [2026-01-09,07:50:02.762] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,07:50:04.504] [DEBUG] 6 processes running of frp type [2026-01-09,08:02:02.871] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,08:02:04.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-01-09,08:02:14.215] [DEBUG] Log Upload Complete! [2026-01-09,08:05:02.763] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,08:05:04.410] [DEBUG] 6 processes running of frp type [2026-01-09,08:20:02.725] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,08:20:04.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-01-09,08:35:02.965] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,08:35:04.677] [DEBUG] 6 processes running of frp type [2026-01-09,08:50:02.417] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,08:50:04.334] [DEBUG] 6 processes running of frp type [2026-01-09,09:05:02.950] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,09:05:04.827] [DEBUG] 6 processes running of frp type 2026-01-09 09:09:46.578 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 09:09:56.580 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 09:09:56.581 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 09:10:06.583 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 09:10:06.583 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 09:10:16.585 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 09:10:16.586 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 09:10:26.588 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 09:10:26.589 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 09:10:35.064 [I] [client/service.go:286] [688dc27ec3b5b7a9] login to server success, get run id [688dc27ec3b5b7a9] 2026-01-09 09:10:35.067 [I] [proxy/proxy_manager.go:173] [688dc27ec3b5b7a9] proxy added: [DNL01B4302] 2026-01-09 09:10:35.396 [I] [client/control.go:168] [688dc27ec3b5b7a9] [DNL01B4302] start proxy success [2026-01-09,09:20:02.314] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,09:20:03.989] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,09:35:03.086] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,09:35:04.955] [DEBUG] 6 processes running of frp type [2026-01-09,09:50:02.084] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,09:50:03.788] [DEBUG] 6 processes running of frp type [2026-01-09,10:05:02.210] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,10:05:04.106] [DEBUG] 6 processes running of frp type [2026-01-09,10:20:02.333] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,10:20:04.069] [DEBUG] 6 processes running of frp type 2026-01-09 10:23:13.156 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 10:23:14.120 [I] [client/service.go:286] [688dc27ec3b5b7a9] login to server success, get run id [688dc27ec3b5b7a9] 2026-01-09 10:23:14.122 [I] [proxy/proxy_manager.go:173] [688dc27ec3b5b7a9] proxy added: [DNL01B4302] 2026-01-09 10:23:14.454 [I] [client/control.go:168] [688dc27ec3b5b7a9] [DNL01B4302] 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:02.407] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,10:35:04.249] [DEBUG] 6 processes running of frp type [2026-01-09,10:50:02.687] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,10:50:04.430] [DEBUG] 6 processes running of frp type [2026-01-09,11:05:02.741] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,11:05:04.543] [DEBUG] 6 processes running of frp type [2026-01-09,11:20:02.862] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,11:20:04.832] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,11:35:02.636] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,11:35:04.452] [DEBUG] 6 processes running of frp type [2026-01-09,11:50:02.176] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,11:50:04.054] [DEBUG] 6 processes running of frp type [2026-01-09,12:05:02.196] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,12:05:03.890] [DEBUG] 6 processes running of frp type [2026-01-09,12:20:02.144] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,12:20:03.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-01-09,12:35:02.436] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,12:35:04.189] [DEBUG] 6 processes running of frp type [2026-01-09,12:50:02.560] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,12:50:04.266] [DEBUG] 6 processes running of frp type [2026-01-09,13:05:02.782] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,13:05:04.581] [DEBUG] 6 processes running of frp type [2026-01-09,13:20:03.095] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,13:20:04.797] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,13:35:02.324] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,13:35:04.085] [DEBUG] 6 processes running of frp type [2026-01-09,13:50:02.567] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,13:50:04.371] [DEBUG] 6 processes running of frp type [2026-01-09,14:05:03.161] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,14:05:04.859] [DEBUG] 6 processes running of frp type [2026-01-09,14:20:02.258] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,14:20:03.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-01-09,14:35:02.655] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,14:35:04.441] [DEBUG] 6 processes running of frp type [2026-01-09,14:50:03.225] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,14:50:05.059] [DEBUG] 6 processes running of frp type [2026-01-09,15:05:02.462] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,15:05:04.208] [DEBUG] 6 processes running of frp type [2026-01-09,15:20:02.603] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,15:20:04.337] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,15:35:02.294] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,15:35:04.100] [DEBUG] 6 processes running of frp type [2026-01-09,15:50:02.304] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,15:50:04.170] [DEBUG] 6 processes running of frp type [2026-01-09,16:05:02.449] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,16:05:04.231] [DEBUG] 6 processes running of frp type [2026-01-09,16:20:02.543] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,16:20:04.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-01-09,16:35:02.157] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,16:35:03.801] [DEBUG] 6 processes running of frp type [2026-01-09,16:50:02.795] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,16:50:04.558] [DEBUG] 6 processes running of frp type 2026-01-09 17:00:40.141 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:00:40.142 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:00:42.273 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:00:42.274 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:00:46.748 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:00:46.749 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:00:56.486 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:00:56.487 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:01:16.380 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:01:16.381 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:01:36.382 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:01:36.384 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:01:56.386 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:01:56.387 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:02:16.388 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:02:16.389 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:02:36.390 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:02:36.392 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:02:56.393 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:02:59.589 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:03:19.591 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:03:19.596 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:03:39.597 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:03:39.615 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:03:59.617 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:03:59.621 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-09 17:04:19.622 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:04:19.628 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-09 17:04:39.630 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:04:41.108 [I] [client/service.go:286] [688dc27ec3b5b7a9] login to server success, get run id [688dc27ec3b5b7a9] 2026-01-09 17:04:41.110 [I] [proxy/proxy_manager.go:173] [688dc27ec3b5b7a9] proxy added: [DNL01B4302] 2026-01-09 17:04:41.776 [I] [client/control.go:168] [688dc27ec3b5b7a9] [DNL01B4302] start proxy success [2026-01-09,17:05:03.046] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,17:05:09.447] [DEBUG] 6 processes running of frp type 2026-01-09 17:13:55.311 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:13:56.435 [I] [client/service.go:286] [688dc27ec3b5b7a9] login to server success, get run id [688dc27ec3b5b7a9] 2026-01-09 17:13:56.437 [I] [proxy/proxy_manager.go:173] [688dc27ec3b5b7a9] proxy added: [DNL01B4302] 2026-01-09 17:13:56.851 [I] [client/control.go:168] [688dc27ec3b5b7a9] [DNL01B4302] start proxy success [2026-01-09,17:20:02.752] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,17:20:04.592] [DEBUG] 6 processes running of frp type 2026-01-09 17:20:09.515 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:20:10.344 [I] [client/service.go:286] [688dc27ec3b5b7a9] login to server success, get run id [688dc27ec3b5b7a9] 2026-01-09 17:20:10.346 [I] [proxy/proxy_manager.go:173] [688dc27ec3b5b7a9] proxy added: [DNL01B4302] 2026-01-09 17:20:10.621 [I] [client/control.go:168] [688dc27ec3b5b7a9] [DNL01B4302] start proxy success 2026-01-09 17:20:49.799 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:20:59.802 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:20:59.803 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:21:01.847 [I] [client/service.go:286] [688dc27ec3b5b7a9] login to server success, get run id [688dc27ec3b5b7a9] 2026-01-09 17:21:01.848 [I] [proxy/proxy_manager.go:173] [688dc27ec3b5b7a9] proxy added: [DNL01B4302] 2026-01-09 17:21:02.185 [I] [client/control.go:168] [688dc27ec3b5b7a9] [DNL01B4302] start proxy success 2026-01-09 17:24:12.775 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:24:22.778 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:24:22.778 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:24:26.961 [I] [client/service.go:286] [688dc27ec3b5b7a9] login to server success, get run id [688dc27ec3b5b7a9] 2026-01-09 17:24:26.962 [I] [proxy/proxy_manager.go:173] [688dc27ec3b5b7a9] proxy added: [DNL01B4302] 2026-01-09 17:24:27.203 [I] [client/control.go:168] [688dc27ec3b5b7a9] [DNL01B4302] 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:55.444 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:27:05.446 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:27:05.446 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:27:15.448 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:27:15.448 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:27:25.450 [W] [client/service.go:297] [688dc27ec3b5b7a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 17:27:25.451 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:27:29.526 [I] [client/service.go:286] [688dc27ec3b5b7a9] login to server success, get run id [688dc27ec3b5b7a9] 2026-01-09 17:27:29.527 [I] [proxy/proxy_manager.go:173] [688dc27ec3b5b7a9] proxy added: [DNL01B4302] 2026-01-09 17:27:29.781 [I] [client/control.go:168] [688dc27ec3b5b7a9] [DNL01B4302] start proxy success 2026-01-09 17:33:42.409 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:33:43.397 [I] [client/service.go:286] [688dc27ec3b5b7a9] login to server success, get run id [688dc27ec3b5b7a9] 2026-01-09 17:33:43.399 [I] [proxy/proxy_manager.go:173] [688dc27ec3b5b7a9] proxy added: [DNL01B4302] 2026-01-09 17:33:43.743 [I] [client/control.go:168] [688dc27ec3b5b7a9] [DNL01B4302] start proxy success [2026-01-09,17:35:03.129] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,17:35:04.956] [DEBUG] 6 processes running of frp type 2026-01-09 17:38:25.240 [I] [client/service.go:294] [688dc27ec3b5b7a9] try to connect to server... 2026-01-09 17:38:33.504 [I] [client/service.go:286] [688dc27ec3b5b7a9] login to server success, get run id [688dc27ec3b5b7a9] 2026-01-09 17:38:33.505 [I] [proxy/proxy_manager.go:173] [688dc27ec3b5b7a9] proxy added: [DNL01B4302] 2026-01-09 17:38:33.764 [I] [client/control.go:168] [688dc27ec3b5b7a9] [DNL01B4302] start proxy success [2026-01-09,17:38:18.670] [INFO] Initializing BusSpeedStateManager V2 [2026-01-09,17:38:18.676] [INFO] LocationSqlManager initialising [2026-01-09,17:38:18.678] [INFO] Location DB initialising [2026-01-09,17:38:18.688] [INFO] LocationSqlManager initialisation complete [2026-01-09,17:38:18.688] [DEBUG] UploadManager Init [2026-01-09,17:38:18.689] [DEBUG] UploadManager Init Complete [2026-01-09,17:38:18.692] [INFO] Initializing GPS... [2026-01-09,17:38:18.694] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:40:07.721] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-09,19:54:00.989] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,19:54:03.148] [DEBUG] Remote Access Enabled [2026-01-09,19:54:35.096] [INFO] Initializing BusSpeedStateManager V2 [2026-01-09,19:54:35.102] [INFO] LocationSqlManager initialising [2026-01-09,19:54:35.103] [INFO] Location DB initialising [2026-01-09,19:54:35.116] [INFO] LocationSqlManager initialisation complete [2026-01-09,19:54:35.117] [DEBUG] UploadManager Init [2026-01-09,19:54:35.117] [DEBUG] UploadManager Init Complete [2026-01-09,19:54:35.120] [INFO] Initializing GPS... [2026-01-09,19:54:35.123] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-09,19:56:23.883] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,19:56:25.981] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,19:56:56.422] [DEBUG] Log Upload Complete! [2026-01-09,19:59:23.956] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,19:59:26.119] [DEBUG] Remote Access Enabled [2026-01-09,19:59:27.763] [INFO] Server Address: 138.201.17.179 [2026-01-09,19:59:27.765] [INFO] Server Port: 7000 [2026-01-09,19:59:27.774] [DEBUG] Starting Remote Access! 2026-01-09 19:59:27.980 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-09 19:59:27.980 [I] [client/service.go:294] try to connect to server... 2026-01-09 19:59:30.571 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 19:59:30.573 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 19:59:31.519 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:00:48.532 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:00:58.854 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: connection write timeout 2026-01-09 20:00:58.855 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:01:08.857 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:01:08.858 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:01:18.860 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:01:18.860 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:01:28.862 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:01:28.863 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:01:31.241 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:01:31.242 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:01:31.571 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:02:40.530 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:02:50.532 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:02:50.533 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:02:59.099 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:02:59.101 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:02:59.455 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success [2026-01-09,20:05:02.838] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,20:05:06.499] [DEBUG] 6 processes running of frp type 2026-01-09 20:05:08.956 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:05:09.823 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:05:09.824 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:05:10.114 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:05:49.258 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:05:59.259 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:05:59.260 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:06:02.339 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:06:02.340 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:06:02.598 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:07:11.949 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:07:21.951 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:07:21.951 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:07:26.156 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:07:26.157 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:07:26.436 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:08:05.260 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:08:15.262 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:08:15.263 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:08:23.773 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:08:23.775 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:08:24.108 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:09:02.740 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:09:07.028 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:09:07.029 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:09:07.285 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:11:26.761 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:11:35.034 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:11:35.036 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:11:35.289 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:12:14.244 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:12:24.246 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:12:24.246 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:12:34.248 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:12:34.248 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:12:44.250 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:12:44.251 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:12:54.251 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:12:54.252 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:13:04.253 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:13:24.254 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:13:25.022 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:13:25.023 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:13:25.287 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:14:34.767 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:14:44.769 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:14:44.770 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:14:54.771 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:14:54.772 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:15:04.773 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:15:04.773 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:15:14.775 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:15:14.776 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:15:24.777 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:15:44.779 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:15:54.781 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:16:14.782 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:16:24.785 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:16:44.787 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:16:54.789 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:17:14.789 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:17:15.530 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:17:15.532 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:17:15.800 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:17:55.037 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:17:55.814 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:17:55.815 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:17:56.085 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:19:05.557 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:19:15.558 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:19:15.559 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:19:25.561 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:19:25.562 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:19:35.563 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:19:35.564 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:19:45.565 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:19:45.566 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:19:50.019 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:19:50.021 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:19:50.339 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success [2026-01-09,20:20:02.842] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,20:20:05.060] [DEBUG] 6 processes running of frp type 2026-01-09 20:21:59.885 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:22:02.933 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:22:02.934 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:22:03.228 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:23:12.389 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:23:22.391 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:23:22.392 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:23:32.394 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:23:32.394 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:23:42.396 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:23:42.396 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:23:50.579 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:23:50.581 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:23:50.834 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:24:29.817 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:24:39.818 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:24:39.819 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:24:48.013 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:24:48.014 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:24:48.288 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:25:57.478 [I] [client/service.go:294] [dce26e7cfee49f3e] 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-09 20:26:07.481 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:26:07.481 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:26:15.963 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:26:15.964 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:26:16.280 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:26:54.965 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:27:04.967 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:27:04.968 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:27:14.970 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:27:14.970 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:27:24.972 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:27:24.972 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:27:26.054 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:27:26.055 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:27:26.420 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:28:05.308 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:28:15.311 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:28:15.311 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:28:25.313 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:28:25.314 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:28:35.316 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:28:35.316 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:28:45.318 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:28:45.318 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:28:55.319 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:29:15.321 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:29:25.323 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:29:45.324 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:29:46.092 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:29:46.094 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:29:46.364 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:30:25.575 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:30:30.003 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:30:30.005 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:30:30.396 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:32:45.959 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:32:49.093 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:32:49.094 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:32:49.370 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:33:28.269 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:33:38.271 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:33:38.272 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:33:46.411 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:33:46.413 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:33:46.785 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success [2026-01-09,20:35:02.538] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,20:35:07.386] [DEBUG] 6 processes running of frp type 2026-01-09 20:36:57.014 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:37:07.016 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:37:07.017 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:37:15.574 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:37:15.575 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:37:15.927 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:41:31.558 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:41:40.132 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:41:40.134 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:41:40.463 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:43:19.665 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:43:29.667 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:43:29.668 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:43:39.670 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:43:39.671 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:43:49.673 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:43:49.674 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:43:50.438 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:43:50.439 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:43:50.698 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:44:29.931 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:44:39.933 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:44:39.934 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:44:41.772 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:44:41.773 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:44:42.017 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:45:51.459 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:46:01.460 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:46:01.460 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:46:11.461 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:46:11.462 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:46:21.464 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:46:21.465 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:46:23.828 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:46:23.829 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:46:24.190 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:47:02.792 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:47:03.837 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:47:03.838 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:47:04.185 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:48:14.975 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:48:15.739 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:48:15.741 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:48:16.022 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success [2026-01-09,20:50:02.237] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,20:50:04.453] [DEBUG] 6 processes running of frp type 2026-01-09 20:51:00.001 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:51:10.003 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:51:10.004 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:51:11.081 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:51:11.082 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:51:11.421 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:52:20.702 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:52:30.704 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:52:30.705 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:52:40.706 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:52:40.707 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:52:50.708 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:52:50.709 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:53:00.711 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:53:00.712 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:53:10.714 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:53:30.715 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:53:40.717 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:54:00.719 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:54:10.721 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:54:30.723 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:54:31.758 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:54:31.760 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:54:32.142 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:55:11.063 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:55:21.065 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:55:21.066 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:55:31.067 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:55:31.068 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:55:41.069 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:55:41.070 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:55:51.071 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:55:51.072 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:56:01.074 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:56:21.075 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:56:22.082 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:56:22.083 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:56:22.453 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:57:01.417 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:57:11.419 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:57:11.419 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:57:21.421 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 20:57:21.421 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:57:22.201 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:57:22.203 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:57:22.478 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:58:01.676 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:58:10.189 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:58:10.190 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:58:10.527 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:58:49.194 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:58:53.739 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:58:53.741 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:58:54.099 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 20:59:32.722 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 20:59:37.087 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 20:59:37.088 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 20:59:37.428 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:00:16.079 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:00:26.082 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:00:26.082 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:00:30.543 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:00:30.545 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:00:30.905 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:01:09.477 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:01:11.514 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:01:11.516 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:01:11.858 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:01:50.815 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:02:00.816 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:02:00.817 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:02:10.818 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:02:10.819 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:02:20.821 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:02:20.822 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:02:29.134 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:02:29.135 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:02:29.422 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:03:08.324 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:03:18.326 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:03:18.327 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:03:20.394 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:03:20.395 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:03:20.736 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:04:29.926 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:04:39.929 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:04:39.929 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:04:48.177 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:04:48.178 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:04:48.457 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success [2026-01-09,21:05:02.756] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,21:05:05.019] [DEBUG] 6 processes running of frp type 2026-01-09 21:05:27.416 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:05:37.419 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:05:37.420 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:05:47.421 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:05:47.422 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:05:48.365 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:05:48.366 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:05:48.697 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:08:28.779 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:08:37.540 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:08:37.541 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:08:37.885 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:09:16.384 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:09:18.306 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:09:18.307 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:09:18.575 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:11:58.746 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:12:07.072 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:12:07.074 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:12:07.341 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:12:46.242 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:12:56.244 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:12:56.244 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:13:06.245 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:13:06.246 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:13:16.248 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:13:16.248 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:13:20.324 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:13:20.325 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:13:20.581 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:13:59.532 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:14:09.534 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:14:09.535 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:14:19.537 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:14:19.538 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:14:29.539 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:14:29.540 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:14:39.542 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:14:39.542 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:14:49.544 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:15:09.546 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:15:10.314 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:15:10.316 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:15:10.591 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:16:50.451 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:17:00.454 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:17:00.454 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:17:01.275 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:17:01.275 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:17:01.553 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:18:41.273 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:18:44.729 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:18:44.730 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:18:45.005 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:19:53.933 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... [2026-01-09,21:20:02.581] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-01-09 21:20:03.934 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:20:03.935 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:20:08.371 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:20:08.373 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] [2026-01-09,21:20:08.600] [DEBUG] 6 processes running of frp type 2026-01-09 21:20:08.714 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:20:47.377 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:20:55.720 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:20:55.721 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:20:55.986 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:22:45.017 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:22:55.019 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:22:55.020 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:23:05.021 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:23:05.022 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:23:09.375 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:23:09.376 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:23:09.699 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:23:48.382 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:23:58.384 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:23:58.384 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:24:08.387 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:24:08.389 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:24:18.390 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:24:18.391 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:24:27.032 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:24:27.034 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:24:27.386 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:25:05.959 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:25:14.602 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:25:14.604 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:25:14.956 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] 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:54.074 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:27:04.076 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:27:04.077 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:27:14.079 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:27:14.079 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:27:24.081 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:27:24.082 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:27:34.084 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:27:34.084 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:27:42.624 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:27:42.625 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:27:42.988 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:28:21.588 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:28:22.612 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:28:22.613 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:28:26.496 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:30:09.010 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:30:19.012 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:30:19.013 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:30:27.511 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:30:27.513 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:30:27.870 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:31:36.723 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:31:45.146 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:31:45.148 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:31:45.437 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:33:55.177 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:34:05.179 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:34:05.179 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:34:07.230 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:34:07.231 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:34:07.574 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success [2026-01-09,21:35:02.626] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,21:35:09.267] [DEBUG] 6 processes running of frp type 2026-01-09 21:35:50.151 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:35:51.245 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:35:51.246 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:35:51.615 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:36:30.510 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:36:35.029 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:36:35.030 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:36:35.366 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:37:14.030 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:37:34.693 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: i/o deadline reached 2026-01-09 21:37:34.694 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:37:44.695 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:37:44.696 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:37:54.698 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:37:54.699 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:38:04.700 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:38:04.701 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:38:13.199 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:38:13.200 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:38:13.532 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:38:52.190 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:39:00.845 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:39:00.846 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:39:01.236 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:39:39.771 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:39:49.773 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:39:49.773 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:39:59.775 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:39:59.775 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:40:09.777 [W] [client/service.go:297] [dce26e7cfee49f3e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-09 21:40:09.778 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:40:11.937 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:40:11.939 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:40:14.950 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success 2026-01-09 21:48:58.607 [I] [client/service.go:294] [dce26e7cfee49f3e] try to connect to server... 2026-01-09 21:49:03.104 [I] [client/service.go:286] [dce26e7cfee49f3e] login to server success, get run id [dce26e7cfee49f3e] 2026-01-09 21:49:03.105 [I] [proxy/proxy_manager.go:173] [dce26e7cfee49f3e] proxy added: [DNL01B4302] 2026-01-09 21:49:03.487 [I] [client/control.go:168] [dce26e7cfee49f3e] [DNL01B4302] start proxy success [2026-01-09,21:50:03.152] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,21:50:07.666] [DEBUG] 6 processes running of frp type [2026-01-09,21:24:18.653] [INFO] Initializing BusSpeedStateManager V2 [2026-01-09,21:24:18.661] [INFO] LocationSqlManager initialising [2026-01-09,21:24:18.663] [INFO] Location DB initialising [2026-01-09,21:24:18.674] [INFO] LocationSqlManager initialisation complete [2026-01-09,21:24:18.675] [DEBUG] UploadManager Init [2026-01-09,21:24:18.675] [DEBUG] UploadManager Init Complete [2026-01-09,21:24:18.678] [INFO] Initializing GPS... [2026-01-09,21:24:18.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' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:50:12.969] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-09,22:50:14.903] [DEBUG] Remote Access Enabled [2026-01-09,22:50:16.776] [INFO] Server Address: 138.201.17.179 [2026-01-09,22:50:16.778] [INFO] Server Port: 7000 [2026-01-09,22:50:16.786] [DEBUG] Starting Remote Access! 2026-01-09 22:50:16.992 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-09 22:50:16.993 [I] [client/service.go:294] try to connect to server... 2026-01-09 22:50:18.030 [I] [client/service.go:286] [ccaeb4cd71c38576] login to server success, get run id [ccaeb4cd71c38576] 2026-01-09 22:50:18.031 [I] [proxy/proxy_manager.go:173] [ccaeb4cd71c38576] proxy added: [DNL01B4302] 2026-01-09 22:50:18.341 [I] [client/control.go:168] [ccaeb4cd71c38576] [DNL01B4302] start proxy success [2026-01-09,22:50:28.021] [INFO] Initializing BusSpeedStateManager V2 [2026-01-09,22:50:28.025] [INFO] LocationSqlManager initialising [2026-01-09,22:50:28.026] [INFO] Location DB initialising [2026-01-09,22:50:28.037] [INFO] LocationSqlManager initialisation complete [2026-01-09,22:50:28.038] [DEBUG] UploadManager Init [2026-01-09,22:50:28.039] [DEBUG] UploadManager Init Complete [2026-01-09,22:50:28.043] [INFO] Initializing GPS... [2026-01-09,22:50:28.046] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,09:25:35.528] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,09:25:37.310] [DEBUG] Remote Access Enabled [2026-01-10,09:25:38.647] [INFO] Server Address: 138.201.17.179 [2026-01-10,09:25:38.648] [INFO] Server Port: 7000 [2026-01-10,09:25:38.657] [DEBUG] Starting Remote Access! 2026-01-10 09:25:38.850 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-10 09:25:38.851 [I] [client/service.go:294] try to connect to server... 2026-01-10 09:25:39.780 [I] [client/service.go:286] [b4cbe4cc181ff599] login to server success, get run id [b4cbe4cc181ff599] 2026-01-10 09:25:39.781 [I] [proxy/proxy_manager.go:173] [b4cbe4cc181ff599] proxy added: [DNL01B4302] 2026-01-10 09:25:40.096 [I] [client/control.go:168] [b4cbe4cc181ff599] [DNL01B4302] 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,09:35:02.165] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,09:35:03.902] [DEBUG] 6 processes running of frp type [2026-01-10,09:41:40.339] [INFO] Initializing BusSpeedStateManager V2 [2026-01-10,09:41:40.343] [INFO] LocationSqlManager initialising [2026-01-10,09:41:40.343] [INFO] Location DB initialising [2026-01-10,09:41:40.353] [INFO] LocationSqlManager initialisation complete [2026-01-10,09:41:40.353] [DEBUG] UploadManager Init [2026-01-10,09:41:40.354] [DEBUG] UploadManager Init Complete [2026-01-10,09:41:40.357] [INFO] Initializing GPS... [2026-01-10,09:41:40.358] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-10,09:43:28.830] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-10,09:46:28.859] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-10,09:46:29.003] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-10,09:50:02.217] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-10,10:01:43.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 111] Connection refused')) [2026-01-10,10:05:02.596] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-01-10,18:20:03.336] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,18:20:05.037] [DEBUG] Remote Access Enabled [2026-01-10,18:20:06.443] [INFO] Server Address: 138.201.17.179 [2026-01-10,18:20:06.444] [INFO] Server Port: 7000 [2026-01-10,18:20:06.449] [DEBUG] Starting Remote Access! 2026-01-10 18:20:06.589 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-10 18:20:06.590 [I] [client/service.go:294] try to connect to server... 2026-01-10 18:20:07.578 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 18:20:07.579 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 18:20:07.951 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] 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,18:35:02.719] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,18:35:04.560] [DEBUG] 6 processes running of frp type 2026-01-10 18:43:31.785 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 18:43:40.240 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 18:43:40.242 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 18:43:40.580 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-10,18:50:02.596] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,18:50:04.285] [DEBUG] 6 processes running of frp type 2026-01-10 19:03:31.384 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:03:41.386 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:03:41.387 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:03:51.389 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:03:51.389 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:03:52.335 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 19:03:52.337 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 19:03:52.678 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 19:05:01.995 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... [2026-01-10,19:05:02.625] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,19:05:04.315] [DEBUG] 6 processes running of frp type 2026-01-10 19:05:11.997 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:05:11.997 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:05:14.105 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 19:05:14.107 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 19:05:14.474 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 19:07:54.755 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:08:04.757 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:08:04.757 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:08:14.759 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:08:14.760 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:08:24.762 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:08:24.763 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:08:32.996 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 19:08:32.998 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 19:08:33.226 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 19:12:44.544 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:12:52.554 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 19:12:52.555 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 19:12:52.808 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-10,19:20:02.772] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,19:20:04.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-10 19:29:15.844 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:29:25.845 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:29:25.846 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:29:26.859 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 19:29:26.861 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 19:29:27.179 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 19:33:08.039 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:33:12.019 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 19:33:12.021 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 19:33:12.322 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-10,19:35:02.250] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,19:35:04.048] [DEBUG] 6 processes running of frp type 2026-01-10 19:40:25.548 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:40:35.550 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:40:35.551 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:40:45.553 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:40:45.553 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:40:55.555 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:40:55.555 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:41:05.556 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:41:05.557 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:41:15.559 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:41:35.562 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:41:45.564 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:42:05.565 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:42:13.962 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 19:42:13.964 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 19:42:14.311 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 19:42:52.997 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:43:01.280 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 19:43:01.281 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 19:43:01.567 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 19:43:40.514 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:43:48.878 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 19:43:48.879 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 19:43:49.195 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 19:44:27.951 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:44:36.116 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 19:44:36.117 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 19:44:36.368 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 19:45:15.423 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:45:25.425 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:45:25.425 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:45:26.384 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 19:45:26.385 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 19:45:26.712 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 19:46:05.748 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:46:06.744 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 19:46:06.745 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 19:46:07.066 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 19:47:46.734 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:47:56.736 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:47:56.737 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:48:06.738 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:48:06.738 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:48:16.740 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:48:16.741 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:48:24.867 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 19:48:24.869 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 19:48:25.117 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-10,19:50:02.874] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,19:50:04.741] [DEBUG] 6 processes running of frp type 2026-01-10 19:53:06.716 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:53:16.717 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:53:16.718 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:53:26.719 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:53:26.720 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:53:36.722 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 19:53:36.723 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 19:53:38.667 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 19:53:38.669 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 19:53:39.010 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 20:02:22.832 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:02:32.834 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:02:32.834 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:02:37.219 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 20:02:37.221 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 20:02:37.572 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-10,20:05:01.982] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,20:05:03.986] [DEBUG] 6 processes running of frp type 2026-01-10 20:09:24.603 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:09:32.817 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 20:09:32.818 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 20:09:33.071 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 20:18:47.391 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:18:57.393 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:18:57.394 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:19:05.817 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 20:19:05.818 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 20:19:06.186 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-10,20:20:02.451] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,20:20:04.234] [DEBUG] 6 processes running of frp type 2026-01-10 20:22:16.450 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:22:24.887 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 20:22:24.890 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 20:22:25.248 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 20:23:03.902 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:23:05.643 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 20:23:05.644 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 20:23:05.925 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] 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:26.102 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:30:36.112 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:30:36.113 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:30:46.115 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:30:46.115 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:30:48.475 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 20:30:48.477 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 20:30:48.822 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 20:32:28.082 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:32:38.084 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:32:38.085 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:32:46.449 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 20:32:46.450 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 20:32:46.808 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-10,20:35:02.676] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,20:35:04.628] [DEBUG] 6 processes running of frp type 2026-01-10 20:38:58.872 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:39:08.873 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:39:08.874 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:39:18.876 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:39:18.877 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:39:27.066 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 20:39:27.067 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 20:39:27.301 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 20:40:06.328 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:40:08.333 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 20:40:08.334 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 20:40:08.591 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 20:41:17.874 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:41:27.877 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:41:27.877 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:41:37.879 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:41:37.880 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:41:42.300 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 20:41:42.302 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 20:41:42.638 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 20:45:54.171 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:46:04.174 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:46:04.174 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:46:14.176 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:46:14.177 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:46:24.179 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:46:24.180 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:46:34.181 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:46:34.182 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:46:37.208 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 20:46:37.209 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 20:46:37.468 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 20:48:17.050 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:48:27.053 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:48:27.054 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:48:35.127 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 20:48:35.129 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 20:48:35.385 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 20:49:14.376 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:49:24.378 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:49:24.379 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:49:26.475 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 20:49:26.477 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 20:49:26.745 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-10,20:50:02.950] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,20:50:05.224] [DEBUG] 6 processes running of frp type 2026-01-10 20:52:43.784 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:52:53.786 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:52:53.787 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:53:03.789 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:53:03.790 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:53:04.572 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 20:53:04.574 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 20:53:04.828 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 20:55:46.326 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:55:47.305 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 20:55:47.307 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 20:55:47.627 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 20:56:26.655 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:56:36.657 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 20:56:36.657 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:56:37.647 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 20:56:37.648 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 20:56:37.971 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 20:57:16.970 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:57:17.750 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 20:57:17.752 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 20:57:18.050 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 20:57:57.236 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:58:05.310 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 20:58:05.312 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 20:58:05.594 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 20:59:14.850 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 20:59:17.889 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 20:59:17.890 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 20:59:18.126 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 20:59:57.125 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:00:07.127 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:00:07.127 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:00:17.129 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:00:17.129 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:00:27.131 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:00:27.132 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:00:37.460 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: connection write timeout 2026-01-10 21:00:37.461 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:00:39.156 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:00:39.157 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:00:39.406 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 21:04:01.862 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:04:02.663 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:04:02.664 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:04:02.928 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 21:04:42.137 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:04:52.139 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:04:52.140 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:05:02.141 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:05:02.141 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... [2026-01-10,21:05:02.498] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,21:05:04.737] [DEBUG] 6 processes running of frp type 2026-01-10 21:05:12.143 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:05:12.143 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:05:22.144 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:05:22.145 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:05:23.087 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:05:23.088 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:05:23.400 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 21:06:02.440 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:06:04.540 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:06:04.541 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:06:04.926 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 21:06:43.863 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:06:44.905 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:06:44.907 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:06:45.244 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 21:07:24.246 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:07:34.248 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:07:34.248 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:07:44.249 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:07:44.250 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:07:45.225 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:07:45.226 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:07:45.554 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 21:08:24.579 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:08:27.852 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:08:27.853 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:08:28.197 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 21:10:37.846 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:10:38.603 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:10:38.605 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:10:38.881 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 21:11:49.418 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:11:59.420 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:11:59.421 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:12:00.124 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:12:00.125 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:12:00.356 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 21:13:40.131 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:13:50.132 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:13:50.133 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:14:00.134 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:14:00.134 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:14:10.136 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:14:10.137 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:14:18.630 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:14:18.631 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:14:18.962 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 21:16:28.605 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:16:38.607 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:16:38.607 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:16:39.754 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:16:39.755 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:16:40.095 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-10,21:20:02.246] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,21:20:04.364] [DEBUG] 6 processes running of frp type 2026-01-10 21:20:51.240 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:21:01.242 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:21:01.242 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:21:11.243 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:21:11.244 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:21:18.809 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:21:18.810 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:21:20.572 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 21:22:54.477 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:22:55.452 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:22:55.454 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:22:55.787 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] 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:30:11.235 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:30:11.972 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:30:11.973 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:30:12.221 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 21:30:51.471 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:31:01.472 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:31:01.472 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:31:11.474 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:31:11.475 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:31:21.477 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:31:21.477 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:31:29.930 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:31:29.932 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:31:30.276 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 21:34:10.235 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:34:20.237 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:34:20.238 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:34:23.597 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:34:23.598 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:34:23.926 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-10,21:35:02.945] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,21:35:05.136] [DEBUG] 6 processes running of frp type 2026-01-10 21:37:39.275 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:37:40.263 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:37:40.265 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:37:40.591 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 21:38:49.923 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:38:51.883 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:38:51.885 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:38:52.145 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 21:41:32.415 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:41:42.418 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:41:42.419 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:41:52.420 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:41:52.421 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:41:57.029 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:41:57.031 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:41:57.357 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-10,21:50:02.141] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,21:50:03.921] [DEBUG] 6 processes running of frp type 2026-01-10 21:51:11.499 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:51:13.509 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:51:13.510 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:51:13.871 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 21:52:23.209 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:52:24.017 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:52:24.019 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:52:24.284 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 21:55:07.046 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:55:17.048 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:55:17.049 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:55:27.051 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:55:27.052 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:55:37.054 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 21:55:37.055 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:55:45.520 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:55:45.521 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:55:45.854 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 21:58:27.106 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 21:58:28.093 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 21:58:28.094 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 21:58:28.411 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 22:00:14.472 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:00:16.816 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 22:00:16.816 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 22:00:17.140 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-10,22:05:02.211] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,22:05:03.954] [DEBUG] 6 processes running of frp type 2026-01-10 22:15:15.417 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:15:25.420 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:15:25.421 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:15:29.775 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 22:15:29.777 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 22:15:30.118 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 22:18:41.780 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:18:51.782 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:18:51.782 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:19:01.784 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:19:01.785 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:19:11.787 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:19:11.787 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:19:21.788 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:19:21.789 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:19:25.942 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 22:19:25.943 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 22:19:26.194 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-10,22:20:02.169] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,22:20:03.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-01-10 22:26:08.827 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:26:18.830 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:26:18.830 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:26:28.832 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:26:28.833 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:26:38.835 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:26:38.836 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:26:48.837 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:26:48.838 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:26:57.375 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 22:26:57.375 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 22:26:57.702 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 22:27:36.350 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:27:40.485 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 22:27:40.487 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 22:27:40.754 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 22:28:19.769 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:28:24.291 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 22:28:24.292 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 22:28:24.600 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 22:30:03.892 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:30:13.893 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:30:13.894 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:30:14.815 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 22:30:14.816 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 22:30:15.136 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 22:30:54.206 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:30:55.222 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 22:30:55.224 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 22:30:55.569 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-10,22:35:02.469] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,22:35:04.425] [DEBUG] 6 processes running of frp type [2026-01-10,22:50:02.961] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,22:50:04.669] [DEBUG] 6 processes running of frp type 2026-01-10 22:54:59.079 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:55:09.081 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-10 22:55:09.081 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:55:17.564 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 22:55:17.566 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 22:55:17.913 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-10 22:58:58.527 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-10 22:58:59.535 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-10 22:58:59.537 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-10 22:58:59.907 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-10,23:05:03.075] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,23:05:04.914] [DEBUG] 6 processes running of frp type [2026-01-10,23:20:02.101] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,23:20:03.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' [2026-01-10,23:35:03.059] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,23:35:04.798] [DEBUG] 6 processes running of frp type [2026-01-10,23:50:02.302] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-10,23:50:04.112] [DEBUG] 6 processes running of frp type [2026-01-11,00:05:02.618] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,00:05:04.416] [DEBUG] 6 processes running of frp type [2026-01-11,00:20:02.714] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,00:20:04.411] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,00:35:02.970] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,00:35:04.654] [DEBUG] 6 processes running of frp type [2026-01-11,00:50:02.385] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,00:50:04.122] [DEBUG] 6 processes running of frp type [2026-01-11,01:05:02.417] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,01:05:04.160] [DEBUG] 6 processes running of frp type [2026-01-11,01:20:02.487] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,01:20:04.114] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,01:35:02.627] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,01:35:04.312] [DEBUG] 6 processes running of frp type [2026-01-11,01:50:02.411] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,01:50:04.189] [DEBUG] 6 processes running of frp type [2026-01-11,02:05:02.562] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,02:05:04.246] [DEBUG] 6 processes running of frp type [2026-01-11,02:20:02.372] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,02:20:04.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' [2026-01-11,02:35:02.285] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,02:35:03.955] [DEBUG] 6 processes running of frp type [2026-01-11,02:50:03.157] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,02:50:04.926] [DEBUG] 6 processes running of frp type [2026-01-11,03:05:02.555] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,03:05:04.235] [DEBUG] 6 processes running of frp type [2026-01-11,03:20:02.642] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,03:20:04.321] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,03:35:02.163] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,03:35:03.840] [DEBUG] 6 processes running of frp type [2026-01-11,03:50:02.737] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,03:50:04.481] [DEBUG] 6 processes running of frp type [2026-01-11,04:05:02.761] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,04:05:04.443] [DEBUG] 6 processes running of frp type [2026-01-11,04:20:02.754] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,04:20:04.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-01-11,04:35:02.220] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,04:35:03.924] [DEBUG] 6 processes running of frp type [2026-01-11,04:50:02.298] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,04:50:04.013] [DEBUG] 6 processes running of frp type [2026-01-11,05:05:02.171] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,05:05:04.108] [DEBUG] 6 processes running of frp type [2026-01-11,05:20:02.384] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,05:20:04.042] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,05:35:02.608] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,05:35:04.361] [DEBUG] 6 processes running of frp type [2026-01-11,05:50:02.883] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,05:50:04.579] [DEBUG] 6 processes running of frp type [2026-01-11,06:05:02.806] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,06:05:04.418] [DEBUG] 6 processes running of frp type [2026-01-11,06:20:02.844] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,06:20:04.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-01-11,06:35:02.424] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,06:35:04.163] [DEBUG] 6 processes running of frp type [2026-01-11,06:50:01.971] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,06:50:03.685] [DEBUG] 6 processes running of frp type [2026-01-11,07:05:02.281] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,07:05:04.062] [DEBUG] 6 processes running of frp type [2026-01-11,07:20:02.252] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,07:20:03.899] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,07:35:02.412] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,07:35:04.082] [DEBUG] 6 processes running of frp type [2026-01-11,07:50:01.982] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,07:50:03.669] [DEBUG] 6 processes running of frp type [2026-01-11,08:02:02.891] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,08:02:04.533] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-11,08:02:18.560] [DEBUG] Log Upload Complete! [2026-01-11,08:05:03.221] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,08:05:05.200] [DEBUG] 6 processes running of frp type [2026-01-11,08:20:02.715] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,08:20:04.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-11,08:35:02.536] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,08:35:04.338] [DEBUG] 6 processes running of frp type 2026-01-11 08:44:01.450 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 08:44:02.500 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-11 08:44:02.501 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-11 08:44:02.832 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-11,08:50:02.857] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,08:50:04.637] [DEBUG] 6 processes running of frp type [2026-01-11,09:05:03.473] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,09:05:05.202] [DEBUG] 6 processes running of frp type [2026-01-11,09:20:02.688] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,09:20:04.345] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,09:35:02.047] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,09:35:03.765] [DEBUG] 6 processes running of frp type [2026-01-11,09:50:02.388] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,09:50:04.136] [DEBUG] 6 processes running of frp type [2026-01-11,10:05:02.364] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,10:05:03.998] [DEBUG] 6 processes running of frp type [2026-01-11,10:20:02.254] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,10:20:03.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-01-11,10:35:03.146] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,10:35:04.835] [DEBUG] 6 processes running of frp type 2026-01-11 10:35:27.757 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 10:35:37.759 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 10:35:37.759 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 10:35:47.761 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 10:35:47.762 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 10:35:56.264 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-11 10:35:56.265 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-11 10:35:56.606 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-11,10:50:02.772] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,10:50:04.648] [DEBUG] 6 processes running of frp type [2026-01-11,11:05:02.865] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,11:05:04.607] [DEBUG] 6 processes running of frp type [2026-01-11,11:20:03.021] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,11:20:04.838] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,11:35:02.462] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,11:35:04.205] [DEBUG] 6 processes running of frp type [2026-01-11,11:50:02.809] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,11:50:04.623] [DEBUG] 6 processes running of frp type 2026-01-11 12:03:04.694 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 12:03:14.697 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 12:03:14.698 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 12:03:24.699 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 12:03:24.700 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 12:03:25.433 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-11 12:03:25.435 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-11 12:03:25.664 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-11,12:05:02.962] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,12:05:04.776] [DEBUG] 6 processes running of frp type [2026-01-11,12:20:02.015] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,12:20:03.849] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-11 12:28:20.617 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 12:28:30.619 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 12:28:30.619 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 12:28:40.621 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 12:28:40.622 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 12:28:41.590 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-11 12:28:41.591 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-11 12:28:41.965 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-11,12:35:02.753] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,12:35:04.522] [DEBUG] 6 processes running of frp type [2026-01-11,12:50:03.051] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,12:50:04.858] [DEBUG] 6 processes running of frp type 2026-01-11 12:58:08.688 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 12:58:18.689 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 12:58:18.690 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 12:58:28.691 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 12:58:28.693 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 12:58:29.711 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-11 12:58:29.713 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-11 12:58:30.070 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-11,13:05:02.221] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,13:05:04.009] [DEBUG] 6 processes running of frp type [2026-01-11,13:20:02.258] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,13:20:04.056] [DEBUG] 6 processes running of frp type 2026-01-11 13:20:53.495 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 13:21:03.497 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 13:21:03.498 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 13:21:11.569 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-11 13:21:11.570 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-11 13:21:11.818 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-11 13:23:21.707 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 13:23:31.709 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 13:23:31.710 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 13:23:41.711 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 13:23:41.712 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 13:23:45.196 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-11 13:23:45.198 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-11 13:23:45.558 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] 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:02.486] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,13:35:04.141] [DEBUG] 6 processes running of frp type 2026-01-11 13:46:08.524 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 13:46:10.873 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-11 13:46:10.874 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-11 13:46:11.208 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-11 13:46:50.182 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 13:46:54.665 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-11 13:46:54.667 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-11 13:46:55.007 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success 2026-01-11 13:47:33.598 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 13:47:43.600 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 13:47:43.601 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 13:47:53.603 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 13:47:53.604 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 13:48:03.605 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 13:48:03.606 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 13:48:06.934 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-11 13:48:06.935 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-11 13:48:07.334 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-11,13:50:02.853] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,13:50:04.799] [DEBUG] 6 processes running of frp type [2026-01-11,14:05:02.551] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,14:05:04.362] [DEBUG] 6 processes running of frp type [2026-01-11,14:20:02.828] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,14:20:04.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-11,14:35:02.942] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,14:35:04.751] [DEBUG] 6 processes running of frp type [2026-01-11,14:50:02.634] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,14:50:04.538] [DEBUG] 6 processes running of frp type [2026-01-11,15:05:03.262] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,15:05:04.992] [DEBUG] 6 processes running of frp type 2026-01-11 15:15:12.783 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 15:15:21.253 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-11 15:15:21.254 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-11 15:15:21.589 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-11,15:20:02.245] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,15:20:03.944] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,15:35:02.349] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,15:35:04.308] [DEBUG] 6 processes running of frp type [2026-01-11,15:50:02.874] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,15:50:04.584] [DEBUG] 6 processes running of frp type [2026-01-11,16:05:03.151] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,16:05:05.089] [DEBUG] 6 processes running of frp type [2026-01-11,16:20:07.202] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,16:20:09.200] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,16:35:03.486] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,16:35:05.295] [DEBUG] 6 processes running of frp type [2026-01-11,16:50:02.914] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,16:50:04.685] [DEBUG] 6 processes running of frp type 2026-01-11 17:00:22.395 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 17:00:23.181 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-11 17:00:25.336 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 17:00:35.337 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 17:00:35.338 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 17:00:35.340 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-11 17:00:45.612 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 17:00:45.613 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-11 17:01:05.614 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 17:01:05.616 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-11 17:01:25.618 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 17:01:25.619 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-11 17:01:45.620 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 17:01:45.621 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-11 17:02:05.622 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 17:02:05.623 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-11 17:02:25.625 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 17:02:25.626 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-11 17:02:45.627 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 17:02:45.632 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-11 17:03:05.634 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 17:03:05.639 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-11 17:03:25.640 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 17:03:25.645 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-11 17:03:45.646 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 17:03:45.650 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-11 17:04:05.652 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 17:04:05.656 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-11 17:04:25.658 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 17:04:25.662 [W] [client/service.go:297] [3e5e5bc7ba7859f6] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-11 17:04:45.663 [I] [client/service.go:294] [3e5e5bc7ba7859f6] try to connect to server... 2026-01-11 17:04:47.313 [I] [client/service.go:286] [3e5e5bc7ba7859f6] login to server success, get run id [3e5e5bc7ba7859f6] 2026-01-11 17:04:47.314 [I] [proxy/proxy_manager.go:173] [3e5e5bc7ba7859f6] proxy added: [DNL01B4302] 2026-01-11 17:04:47.644 [I] [client/control.go:168] [3e5e5bc7ba7859f6] [DNL01B4302] start proxy success [2026-01-11,17:05:01.994] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,17:05:03.983] [DEBUG] 6 processes running of frp type [2026-01-11,17:20:02.221] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,17:20:04.034] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,17:35:03.197] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,17:35:04.948] [DEBUG] 6 processes running of frp type [2026-01-11,17:50:02.661] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,17:50:04.449] [DEBUG] 6 processes running of frp type [2026-01-11,18:00:41.692] [INFO] Initializing BusSpeedStateManager V2 [2026-01-11,18:00:41.698] [INFO] LocationSqlManager initialising [2026-01-11,18:00:41.699] [INFO] Location DB initialising [2026-01-11,18:00:41.710] [INFO] LocationSqlManager initialisation complete [2026-01-11,18:00:41.711] [DEBUG] UploadManager Init [2026-01-11,18:00:41.712] [DEBUG] UploadManager Init Complete [2026-01-11,18:00:41.719] [INFO] Initializing GPS... [2026-01-11,18:00:41.723] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.832] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,18:02:31.608] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:03:27.012] [DEBUG] Log Upload Complete! [2026-01-11,18:05:30.041] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,18:05:31.866] [DEBUG] Remote Access Enabled [2026-01-11,18:05:33.263] [INFO] Server Address: 138.201.17.179 [2026-01-11,18:05:33.265] [INFO] Server Port: 7000 [2026-01-11,18:05:33.274] [DEBUG] Starting Remote Access! 2026-01-11 18:05:33.477 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-11 18:05:33.478 [I] [client/service.go:294] try to connect to server... 2026-01-11 18:05:34.547 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 18:05:34.548 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 18:05:34.910 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success [2026-01-11,18:20:02.595] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,18:20:04.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-01-11 18:27:35.705 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 18:27:45.708 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 18:27:45.709 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 18:27:55.711 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 18:27:55.711 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 18:28:04.234 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 18:28:04.235 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 18:28:04.573 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 18:28:43.247 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 18:28:46.678 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 18:28:46.680 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 18:28:47.028 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success [2026-01-11,18:35:02.217] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,18:35:03.928] [DEBUG] 6 processes running of frp type 2026-01-11 18:39:39.427 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 18:39:48.055 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 18:39:48.057 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 18:39:48.567 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success [2026-01-11,18:50:03.115] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,18:50:04.835] [DEBUG] 6 processes running of frp type 2026-01-11 18:55:36.816 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 18:55:45.108 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 18:55:45.109 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 18:55:45.397 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 18:58:27.926 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 18:58:37.927 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 18:58:37.928 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 18:58:47.930 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 18:58:47.930 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 18:58:57.932 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 18:58:57.932 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 18:59:06.082 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 18:59:06.083 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 18:59:06.341 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success [2026-01-11,19:05:02.036] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,19:05:03.724] [DEBUG] 6 processes running of frp type 2026-01-11 19:05:23.121 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:05:24.864 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:05:24.866 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:05:25.126 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 19:08:35.971 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:08:44.537 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:08:44.539 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:08:44.882 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 19:10:54.518 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:11:02.955 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:11:02.957 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:11:03.310 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 19:11:41.956 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:11:50.506 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:11:50.507 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:11:50.830 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 19:14:00.513 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:14:10.515 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:14:10.515 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:14:19.089 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:14:19.090 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:14:19.427 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 19:15:58.642 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:15:59.367 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:15:59.369 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:15:59.616 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success [2026-01-11,19:20:03.300] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,19:20:05.016] [DEBUG] 6 processes running of frp type 2026-01-11 19:24:13.800 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:24:23.802 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:24:23.803 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:24:31.960 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:24:31.962 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:24:32.209 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] 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:11.886 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:26:12.602 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:26:12.603 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:26:12.841 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 19:26:52.122 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:27:02.124 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:27:02.124 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:27:20.342 [W] [client/service.go:297] [d78c23add990db24] connect to server error: i/o deadline reached 2026-01-11 19:27:20.342 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:27:30.345 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:27:30.345 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:27:40.347 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:27:40.347 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:27:44.510 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:27:44.512 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:27:44.931 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 19:28:53.205 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:29:10.789 [W] [client/service.go:297] [d78c23add990db24] connect to server error: connection write timeout 2026-01-11 19:29:10.790 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:29:20.792 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:29:20.793 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:29:30.795 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:29:30.795 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:29:40.797 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:29:40.798 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:29:50.799 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:30:10.801 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:30:11.552 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:30:11.553 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:30:11.801 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success [2026-01-11,19:35:02.163] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,19:35:04.146] [DEBUG] 6 processes running of frp type 2026-01-11 19:37:05.600 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:37:15.603 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:37:15.603 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:37:25.605 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:37:25.605 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:37:35.606 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:37:35.607 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:37:37.365 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:37:37.367 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:37:37.630 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 19:38:47.189 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:38:55.386 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:38:55.388 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:38:55.627 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 19:40:04.935 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:40:09.402 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:40:09.403 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:40:09.792 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 19:40:48.314 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:40:58.315 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:40:58.316 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:41:09.675 [W] [client/service.go:297] [d78c23add990db24] connect to server error: i/o deadline reached 2026-01-11 19:41:09.676 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:41:10.512 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:41:10.513 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:41:10.766 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 19:41:49.995 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:41:58.151 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:41:58.153 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:41:58.465 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 19:42:37.438 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:42:39.433 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:42:39.435 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:42:39.793 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 19:43:18.755 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:43:28.756 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:43:28.757 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:43:38.759 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:43:38.760 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:43:46.973 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:43:46.974 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:43:47.223 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 19:44:26.256 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:44:36.258 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:44:36.259 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:44:37.218 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:44:37.220 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:44:37.538 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 19:45:16.564 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:45:26.565 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:45:26.566 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:45:36.568 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:45:36.569 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:45:46.570 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 19:45:46.571 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:45:47.326 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:45:47.327 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:45:47.566 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success [2026-01-11,19:50:02.538] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,19:50:04.162] [DEBUG] 6 processes running of frp type 2026-01-11 19:52:35.320 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 19:52:39.357 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 19:52:39.358 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 19:52:39.615 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 20:02:59.140 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:03:07.636 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 20:03:07.638 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 20:03:07.974 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 20:03:46.659 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:03:56.660 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:03:56.661 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:04:06.662 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:04:06.663 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:04:16.665 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:04:16.666 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:04:26.667 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:04:26.668 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:04:27.799 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 20:04:27.801 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 20:04:28.145 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success [2026-01-11,20:05:02.921] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,20:05:04.628] [DEBUG] 6 processes running of frp type 2026-01-11 20:05:46.885 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:05:56.887 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:05:56.888 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:06:06.889 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:06:06.890 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:06:09.192 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 20:06:09.193 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 20:06:09.538 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 20:06:48.207 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:06:58.209 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:06:58.210 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:07:08.211 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:07:08.212 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:07:18.214 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:07:18.215 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:07:28.216 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:07:28.216 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:07:38.218 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:07:58.220 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:08:08.221 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:08:28.222 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:08:45.971 [W] [client/service.go:297] [d78c23add990db24] connect to server error: connection write timeout 2026-01-11 20:09:05.972 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:09:15.974 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:09:35.975 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:09:36.918 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 20:09:36.919 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 20:09:37.248 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 20:10:46.517 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:10:56.519 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:10:56.520 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:11:06.522 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:11:06.523 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:11:16.524 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:11:16.525 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:11:26.527 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:11:26.528 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:11:34.907 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 20:11:34.909 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 20:11:35.259 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 20:12:13.955 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:12:23.958 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:12:23.959 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:12:34.295 [W] [client/service.go:297] [d78c23add990db24] connect to server error: connection write timeout 2026-01-11 20:12:34.296 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:12:35.302 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 20:12:35.303 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 20:12:35.627 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 20:16:16.681 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:16:18.481 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 20:16:18.483 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 20:16:18.746 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 20:17:28.272 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:17:29.301 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 20:17:29.303 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 20:17:29.630 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 20:18:38.917 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:18:48.919 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:18:48.919 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:18:58.921 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:18:58.922 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:19:00.957 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 20:19:00.959 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 20:19:01.332 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 20:19:40.267 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:19:50.270 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:19:50.270 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:20:00.271 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:20:00.272 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... [2026-01-11,20:20:03.244] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,20:20:04.975] [DEBUG] 6 processes running of frp type 2026-01-11 20:20:10.273 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:20:10.273 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:20:11.355 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 20:20:11.356 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 20:20:11.717 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 20:20:50.631 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:21:00.632 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:21:00.632 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:21:08.641 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 20:21:08.643 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 20:21:08.891 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 20:21:47.941 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:22:03.095 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 20:22:03.097 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 20:22:03.565 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 20:25:02.760 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:25:03.765 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 20:25:03.766 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 20:25:04.088 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] 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:14.043 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:27:22.542 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 20:27:22.544 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 20:27:22.890 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 20:30:33.134 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:30:43.137 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:30:43.137 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:30:53.139 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:30:53.139 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:31:03.142 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:31:03.143 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:31:04.144 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 20:31:04.145 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 20:31:04.453 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 20:31:43.491 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:31:53.493 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:31:53.494 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:32:03.496 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:32:03.497 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:32:13.498 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 20:32:13.499 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:32:14.228 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 20:32:14.229 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 20:32:14.463 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success [2026-01-11,20:35:02.848] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,20:35:04.610] [DEBUG] 6 processes running of frp type [2026-01-11,20:50:02.136] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,20:50:03.990] [DEBUG] 6 processes running of frp type 2026-01-11 20:55:26.366 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 20:55:30.884 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 20:55:30.885 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 20:55:31.228 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success [2026-01-11,21:05:02.341] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,21:05:04.128] [DEBUG] 6 processes running of frp type 2026-01-11 21:12:54.885 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:13:04.888 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:13:04.888 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:13:05.874 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 21:13:05.876 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 21:13:06.198 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 21:13:45.195 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:13:47.513 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 21:13:47.514 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 21:13:47.844 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 21:18:34.553 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:18:44.555 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:18:44.556 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:18:54.557 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:18:54.558 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:18:58.836 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 21:18:58.837 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 21:18:59.156 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 21:19:37.906 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:19:39.853 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 21:19:39.853 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 21:19:40.307 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success [2026-01-11,21:20:02.403] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,21:20:04.098] [DEBUG] 6 processes running of frp type 2026-01-11 21:20:48.507 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:20:58.508 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:20:58.509 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:21:06.844 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 21:21:06.846 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 21:21:07.179 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 21:21:45.900 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:21:55.901 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:21:55.902 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:22:05.904 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:22:05.904 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:22:06.621 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 21:22:06.623 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 21:22:06.889 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] 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:18.934 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:27:28.936 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:27:28.937 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:27:31.270 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 21:27:31.272 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 21:27:31.624 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 21:29:41.234 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:29:49.769 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 21:29:49.770 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 21:29:50.101 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 21:30:28.779 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:30:29.755 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 21:30:29.755 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 21:30:30.124 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 21:31:09.106 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:31:19.109 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:31:19.109 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:31:27.410 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 21:31:27.412 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 21:31:27.675 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success 2026-01-11 21:34:38.226 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:34:48.228 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-11 21:34:48.229 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-11 21:34:56.444 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-11 21:34:56.446 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-11 21:34:56.696 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success [2026-01-11,21:35:02.446] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,21:35:04.263] [DEBUG] 6 processes running of frp type [2026-01-11,21:50:03.173] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,21:50:04.868] [DEBUG] 6 processes running of frp type [2026-01-11,22:05:02.342] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,22:05:04.025] [DEBUG] 6 processes running of frp type [2026-01-11,22:20:02.255] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,22:20:04.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-01-11,22:35:02.885] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,22:35:09.301] [DEBUG] 6 processes running of frp type [2026-01-11,22:50:03.240] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,22:50:05.034] [DEBUG] 6 processes running of frp type [2026-01-11,23:05:02.276] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,23:05:03.963] [DEBUG] 6 processes running of frp type [2026-01-11,23:20:02.271] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,23:20:04.021] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-11,23:35:02.169] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,23:35:03.928] [DEBUG] 6 processes running of frp type [2026-01-11,23:50:02.514] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-11,23:50:04.292] [DEBUG] 6 processes running of frp type [2026-01-12,00:05:02.729] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,00:05:04.409] [DEBUG] 6 processes running of frp type [2026-01-12,00:20:02.635] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,00:20:04.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,00:35:02.841] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,00:35:04.576] [DEBUG] 6 processes running of frp type [2026-01-12,00:50:03.066] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,00:50:04.913] [DEBUG] 6 processes running of frp type [2026-01-12,01:05:02.194] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,01:05:04.089] [DEBUG] 6 processes running of frp type [2026-01-12,01:20:02.316] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,01:20:04.048] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,01:35:02.024] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,01:35:03.766] [DEBUG] 6 processes running of frp type [2026-01-12,01:50:02.638] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,01:50:04.352] [DEBUG] 6 processes running of frp type [2026-01-12,02:05:02.914] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,02:05:04.661] [DEBUG] 6 processes running of frp type [2026-01-12,02:20:03.369] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,02:20:05.038] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,02:35:03.146] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,02:35:04.870] [DEBUG] 6 processes running of frp type [2026-01-12,02:50:02.317] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,02:50:04.058] [DEBUG] 6 processes running of frp type [2026-01-12,03:05:02.327] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,03:05:04.128] [DEBUG] 6 processes running of frp type [2026-01-12,03:20:02.571] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,03:20:04.315] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,03:35:02.033] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,03:35:03.794] [DEBUG] 6 processes running of frp type [2026-01-12,03:50:03.046] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,03:50:04.855] [DEBUG] 6 processes running of frp type [2026-01-12,04:05:02.076] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,04:05:03.916] [DEBUG] 6 processes running of frp type [2026-01-12,04:20:02.396] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,04:20:04.216] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,04:35:02.544] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,04:35:04.241] [DEBUG] 6 processes running of frp type [2026-01-12,04:50:03.120] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,04:50:04.858] [DEBUG] 6 processes running of frp type [2026-01-12,05:05:02.174] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,05:05:04.017] [DEBUG] 6 processes running of frp type [2026-01-12,05:20:02.516] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,05:20:04.358] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,05:35:02.533] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,05:35:04.235] [DEBUG] 6 processes running of frp type [2026-01-12,05:50:02.774] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,05:50:04.391] [DEBUG] 6 processes running of frp type [2026-01-12,06:05:02.708] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,06:05:04.468] [DEBUG] 6 processes running of frp type [2026-01-12,06:20:03.046] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,06:20:04.815] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,06:35:02.166] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,06:35:03.919] [DEBUG] 6 processes running of frp type [2026-01-12,06:50:02.295] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,06:50:04.023] [DEBUG] 6 processes running of frp type [2026-01-12,07:05:02.291] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,07:05:04.124] [DEBUG] 6 processes running of frp type [2026-01-12,07:20:02.334] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,07:20:04.100] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,07:35:02.907] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,07:35:04.664] [DEBUG] 6 processes running of frp type [2026-01-12,07:50:02.382] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,07:50:04.239] [DEBUG] 6 processes running of frp type [2026-01-12,08:02:02.472] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,08:02:04.255] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-12,08:02:39.377] [DEBUG] Log Upload Complete! [2026-01-12,08:05:02.452] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,08:05:04.210] [DEBUG] 6 processes running of frp type [2026-01-12,08:20:02.434] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,08:20:04.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-12,08:35:01.915] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,08:35:03.720] [DEBUG] 6 processes running of frp type [2026-01-12,08:50:02.513] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,08:50:04.253] [DEBUG] 6 processes running of frp type [2026-01-12,09:05:02.952] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,09:05:04.790] [DEBUG] 6 processes running of frp type [2026-01-12,09:20:06.606] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,09:20:08.402] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,09:35:03.094] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,09:35:04.821] [DEBUG] 6 processes running of frp type [2026-01-12,09:50:02.813] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,09:50:04.600] [DEBUG] 6 processes running of frp type [2026-01-12,10:05:03.090] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,10:05:04.993] [DEBUG] 6 processes running of frp type [2026-01-12,10:20:02.442] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,10:20:04.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-01-12,10:35:02.414] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,10:35:04.125] [DEBUG] 6 processes running of frp type [2026-01-12,10:50:02.478] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,10:50:04.241] [DEBUG] 6 processes running of frp type [2026-01-12,11:05:02.777] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,11:05:04.607] [DEBUG] 6 processes running of frp type [2026-01-12,11:20:02.863] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,11:20:04.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-01-12,11:35:02.320] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,11:35:04.143] [DEBUG] 6 processes running of frp type [2026-01-12,11:50:02.888] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,11:50:04.719] [DEBUG] 6 processes running of frp type [2026-01-12,12:05:02.020] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,12:05:03.791] [DEBUG] 6 processes running of frp type [2026-01-12,12:20:01.970] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,12:20:03.751] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,12:35:02.532] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,12:35:04.338] [DEBUG] 6 processes running of frp type [2026-01-12,12:50:02.635] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,12:50:04.510] [DEBUG] 6 processes running of frp type [2026-01-12,13:05:02.677] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,13:05:04.458] [DEBUG] 6 processes running of frp type [2026-01-12,13:20:02.877] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,13:20:04.778] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,13:35:02.173] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,13:35:03.886] [DEBUG] 6 processes running of frp type [2026-01-12,13:50:02.680] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,13:50:04.570] [DEBUG] 6 processes running of frp type [2026-01-12,14:05:03.202] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,14:05:04.958] [DEBUG] 6 processes running of frp type [2026-01-12,14:20:02.224] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,14:20:03.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-12,14:35:02.541] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,14:35:04.220] [DEBUG] 6 processes running of frp type [2026-01-12,14:50:02.876] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,14:50:04.653] [DEBUG] 6 processes running of frp type [2026-01-12,15:05:03.371] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,15:05:05.212] [DEBUG] 6 processes running of frp type [2026-01-12,15:20:02.399] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,15:20:04.433] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,15:35:02.396] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,15:35:04.150] [DEBUG] 6 processes running of frp type [2026-01-12,15:50:02.642] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,15:50:04.457] [DEBUG] 6 processes running of frp type [2026-01-12,16:05:02.786] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,16:05:04.871] [DEBUG] 6 processes running of frp type [2026-01-12,16:20:02.136] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,16:20:03.989] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,16:35:02.909] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,16:35:04.758] [DEBUG] 6 processes running of frp type [2026-01-12,16:50:02.599] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,16:50:04.536] [DEBUG] 6 processes running of frp type 2026-01-12 17:00:20.458 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-12 17:00:20.459 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:00:22.656 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-12 17:00:22.657 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:00:27.399 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-12 17:00:27.400 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:00:37.734 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-12 17:00:37.735 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:00:57.737 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-12 17:00:57.738 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:01:17.738 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-12 17:01:17.740 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:01:37.741 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-12 17:01:37.743 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:01:57.744 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-12 17:01:57.745 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:02:17.747 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-12 17:02:17.749 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:02:37.750 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-12 17:02:37.752 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:02:57.753 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-12 17:02:57.754 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:03:17.755 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-12 17:03:17.756 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:03:37.756 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-12 17:03:37.760 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:03:57.761 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-12 17:03:57.765 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:04:17.766 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-12 17:04:17.771 [W] [client/service.go:297] [d78c23add990db24] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-12 17:04:37.772 [I] [client/service.go:294] [d78c23add990db24] try to connect to server... 2026-01-12 17:04:38.795 [I] [client/service.go:286] [d78c23add990db24] login to server success, get run id [d78c23add990db24] 2026-01-12 17:04:38.796 [I] [proxy/proxy_manager.go:173] [d78c23add990db24] proxy added: [DNL01B4302] 2026-01-12 17:04:39.467 [I] [client/control.go:168] [d78c23add990db24] [DNL01B4302] start proxy success [2026-01-12,17:05:03.116] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,17:05:04.882] [DEBUG] 6 processes running of frp type [2026-01-12,17:20:02.046] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,17:20:03.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-01-12,17:35:03.157] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,17:35:05.001] [DEBUG] 6 processes running of frp type [2026-01-12,17:50:02.576] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,17:50:04.316] [DEBUG] 6 processes running of frp type [2026-01-12,18:00:41.301] [INFO] Initializing BusSpeedStateManager V2 [2026-01-12,18:00:41.308] [INFO] LocationSqlManager initialising [2026-01-12,18:00:41.309] [INFO] Location DB initialising [2026-01-12,18:00:41.320] [INFO] LocationSqlManager initialisation complete [2026-01-12,18:00:41.322] [DEBUG] UploadManager Init [2026-01-12,18:00:41.322] [DEBUG] UploadManager Init Complete [2026-01-12,18:00:41.327] [INFO] Initializing GPS... [2026-01-12,18:00:41.330] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-12,18:02:29.538] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,18:02:36.375] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:03:01.055] [DEBUG] Log Upload Complete! [2026-01-12,18:05:29.693] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,18:05:31.477] [DEBUG] Remote Access Enabled [2026-01-12,18:05:32.863] [INFO] Server Address: 138.201.17.179 [2026-01-12,18:05:32.864] [INFO] Server Port: 7000 [2026-01-12,18:05:32.873] [DEBUG] Starting Remote Access! 2026-01-12 18:05:33.067 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-12 18:05:33.068 [I] [client/service.go:294] try to connect to server... 2026-01-12 18:05:34.132 [I] [client/service.go:286] [701ab345665fa84f] login to server success, get run id [701ab345665fa84f] 2026-01-12 18:05:34.133 [I] [proxy/proxy_manager.go:173] [701ab345665fa84f] proxy added: [DNL01B4302] 2026-01-12 18:05:34.513 [I] [client/control.go:168] [701ab345665fa84f] [DNL01B4302] start proxy success [2026-01-12,18:20:02.314] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,18:20:04.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-12,18:35:02.642] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,18:35:04.487] [DEBUG] 6 processes running of frp type [2026-01-12,18:50:02.594] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-12,18:50:04.429] [DEBUG] 6 processes running of frp type [2026-01-12,18:37:30.338] [INFO] Initializing BusSpeedStateManager V2 [2026-01-12,18:37:30.345] [INFO] LocationSqlManager initialising [2026-01-12,18:37:30.346] [INFO] Location DB initialising [2026-01-12,18:37:30.357] [INFO] LocationSqlManager initialisation complete [2026-01-12,18:37:30.358] [DEBUG] UploadManager Init [2026-01-12,18:37:30.358] [DEBUG] UploadManager Init Complete [2026-01-12,18:37:30.361] [INFO] Initializing GPS... [2026-01-12,18:37:30.363] [INFO] Starting location capture [2026-01-12,18:37:30.421] [INFO] Initializing BusSpeedStateManager V2 [2026-01-12,18:37:30.428] [INFO] LocationSqlManager initialising [2026-01-12,18:37:30.429] [INFO] Location DB initialising [2026-01-12,18:37:30.440] [INFO] LocationSqlManager initialisation complete [2026-01-12,18:37:30.441] [DEBUG] UploadManager Init [2026-01-12,18:37:30.442] [DEBUG] UploadManager Init Complete [2026-01-12,18:37:30.447] [INFO] Initializing GPS... [2026-01-12,18:37:30.450] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,08:35:22.848] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,08:35:24.798] [DEBUG] Remote Access Enabled [2026-01-13,08:35:26.304] [INFO] Server Address: 138.201.17.179 [2026-01-13,08:35:26.306] [INFO] Server Port: 7000 [2026-01-13,08:35:26.315] [DEBUG] Starting Remote Access! 2026-01-13 08:35:26.506 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-13 08:35:26.507 [I] [client/service.go:294] try to connect to server... 2026-01-13 08:35:27.566 [I] [client/service.go:286] [09e16fcf4bc9592f] login to server success, get run id [09e16fcf4bc9592f] 2026-01-13 08:35:27.567 [I] [proxy/proxy_manager.go:173] [09e16fcf4bc9592f] proxy added: [DNL01B4302] 2026-01-13 08:35:27.887 [I] [client/control.go:168] [09e16fcf4bc9592f] [DNL01B4302] start proxy success [2026-01-13,08:50:02.980] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,08:50:04.801] [DEBUG] 6 processes running of frp type [2026-01-13,09:05:02.145] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,09:05:04.153] [DEBUG] 6 processes running of frp type [2026-01-13,09:20:02.417] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,09:20:04.075] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,09:35:02.734] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,09:35:04.470] [DEBUG] 6 processes running of frp type [2026-01-13,09:50:02.178] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,09:50:04.172] [DEBUG] 6 processes running of frp type [2026-01-13,10:05:02.797] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,10:05:09.294] [DEBUG] 6 processes running of frp type [2026-01-13,10:20:02.481] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,10:20:04.272] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,10:16:50.638] [INFO] Initializing BusSpeedStateManager V2 [2026-01-13,10:16:50.642] [INFO] LocationSqlManager initialising [2026-01-13,10:16:50.643] [INFO] Location DB initialising [2026-01-13,10:16:50.653] [INFO] LocationSqlManager initialisation complete [2026-01-13,10:16:50.653] [DEBUG] UploadManager Init [2026-01-13,10:16:50.654] [DEBUG] UploadManager Init Complete [2026-01-13,10:16:50.657] [INFO] Initializing GPS... [2026-01-13,10:16:50.659] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:05:38.750] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,12:05:40.936] [DEBUG] Remote Access Enabled [2026-01-13,12:05:42.484] [INFO] Server Address: 138.201.17.179 [2026-01-13,12:05:42.486] [INFO] Server Port: 7000 [2026-01-13,12:05:42.496] [DEBUG] Starting Remote Access! 2026-01-13 12:05:42.632 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-13 12:05:42.633 [I] [client/service.go:294] try to connect to server... 2026-01-13 12:05:43.743 [I] [client/service.go:286] [b79154a2c4c5b75c] login to server success, get run id [b79154a2c4c5b75c] 2026-01-13 12:05:43.744 [I] [proxy/proxy_manager.go:173] [b79154a2c4c5b75c] proxy added: [DNL01B4302] 2026-01-13 12:05:44.063 [I] [client/control.go:168] [b79154a2c4c5b75c] [DNL01B4302] start proxy success [2026-01-13,12:20:02.084] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,12:20:04.268] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,12:35:02.028] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,12:35:04.217] [DEBUG] 6 processes running of frp type [2026-01-13,12:50:02.060] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,12:50:03.874] [DEBUG] 6 processes running of frp type [2026-01-13,13:05:02.057] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,13:05:04.051] [DEBUG] 6 processes running of frp type [2026-01-13,13:20:02.419] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,13:20:04.132] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,13:35:03.048] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,13:35:04.764] [DEBUG] 6 processes running of frp type [2026-01-13,13:50:03.041] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,13:50:04.714] [DEBUG] 6 processes running of frp type [2026-01-13,14:05:03.361] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,14:05:05.198] [DEBUG] 6 processes running of frp type [2026-01-13,14:20:02.703] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,14:20:04.382] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,14:35:02.596] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,14:35:04.362] [DEBUG] 6 processes running of frp type [2026-01-13,14:50:02.450] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,14:50:04.179] [DEBUG] 6 processes running of frp type [2026-01-13,15:05:02.537] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,15:05:04.339] [DEBUG] 6 processes running of frp type [2026-01-13,15:20:02.665] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,15:20:04.484] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,15:35:02.957] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,15:35:04.833] [DEBUG] 6 processes running of frp type [2026-01-13,15:50:02.625] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,15:50:04.455] [DEBUG] 6 processes running of frp type [2026-01-13,16:05:02.902] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,16:05:04.709] [DEBUG] 6 processes running of frp type [2026-01-13,16:20:01.935] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,16:20:03.612] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,16:35:02.754] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,16:35:04.650] [DEBUG] 6 processes running of frp type [2026-01-13,16:50:02.178] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,16:50:03.975] [DEBUG] 6 processes running of frp type 2026-01-13 17:00:30.727 [I] [client/service.go:294] [b79154a2c4c5b75c] try to connect to server... 2026-01-13 17:00:30.728 [W] [client/service.go:297] [b79154a2c4c5b75c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-13 17:00:32.772 [I] [client/service.go:294] [b79154a2c4c5b75c] try to connect to server... 2026-01-13 17:00:32.774 [W] [client/service.go:297] [b79154a2c4c5b75c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-13 17:00:37.127 [I] [client/service.go:294] [b79154a2c4c5b75c] try to connect to server... 2026-01-13 17:00:37.128 [W] [client/service.go:297] [b79154a2c4c5b75c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-13 17:00:46.406 [I] [client/service.go:294] [b79154a2c4c5b75c] try to connect to server... 2026-01-13 17:00:46.407 [W] [client/service.go:297] [b79154a2c4c5b75c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-13 17:01:06.139 [I] [client/service.go:294] [b79154a2c4c5b75c] try to connect to server... 2026-01-13 17:01:06.141 [W] [client/service.go:297] [b79154a2c4c5b75c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-13 17:01:26.142 [I] [client/service.go:294] [b79154a2c4c5b75c] try to connect to server... 2026-01-13 17:01:26.144 [W] [client/service.go:297] [b79154a2c4c5b75c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-13 17:01:46.144 [I] [client/service.go:294] [b79154a2c4c5b75c] try to connect to server... 2026-01-13 17:01:46.146 [W] [client/service.go:297] [b79154a2c4c5b75c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-13 17:02:06.148 [I] [client/service.go:294] [b79154a2c4c5b75c] try to connect to server... 2026-01-13 17:02:06.149 [W] [client/service.go:297] [b79154a2c4c5b75c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-13 17:02:26.150 [I] [client/service.go:294] [b79154a2c4c5b75c] try to connect to server... 2026-01-13 17:02:26.151 [W] [client/service.go:297] [b79154a2c4c5b75c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-13 17:02:46.152 [I] [client/service.go:294] [b79154a2c4c5b75c] try to connect to server... 2026-01-13 17:02:46.156 [W] [client/service.go:297] [b79154a2c4c5b75c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-13 17:03:06.157 [I] [client/service.go:294] [b79154a2c4c5b75c] try to connect to server... 2026-01-13 17:03:06.162 [W] [client/service.go:297] [b79154a2c4c5b75c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-13 17:03:26.164 [I] [client/service.go:294] [b79154a2c4c5b75c] try to connect to server... 2026-01-13 17:03:26.169 [W] [client/service.go:297] [b79154a2c4c5b75c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-13 17:03:46.170 [I] [client/service.go:294] [b79154a2c4c5b75c] try to connect to server... 2026-01-13 17:03:46.174 [W] [client/service.go:297] [b79154a2c4c5b75c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-13 17:04:06.174 [I] [client/service.go:294] [b79154a2c4c5b75c] try to connect to server... 2026-01-13 17:04:06.179 [W] [client/service.go:297] [b79154a2c4c5b75c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-13 17:04:26.180 [I] [client/service.go:294] [b79154a2c4c5b75c] try to connect to server... 2026-01-13 17:04:27.962 [I] [client/service.go:286] [b79154a2c4c5b75c] login to server success, get run id [b79154a2c4c5b75c] 2026-01-13 17:04:27.963 [I] [proxy/proxy_manager.go:173] [b79154a2c4c5b75c] proxy added: [DNL01B4302] 2026-01-13 17:04:30.170 [I] [client/control.go:168] [b79154a2c4c5b75c] [DNL01B4302] start proxy success [2026-01-13,17:05:02.241] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,17:05:04.422] [DEBUG] 6 processes running of frp type [2026-01-13,17:20:02.774] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,17:20:05.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-13,17:35:02.188] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,17:35:04.525] [DEBUG] 6 processes running of frp type [2026-01-13,17:50:02.906] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,17:50:05.251] [DEBUG] 6 processes running of frp type [2026-01-13,18:00:41.342] [INFO] Initializing BusSpeedStateManager V2 [2026-01-13,18:00:41.349] [INFO] LocationSqlManager initialising [2026-01-13,18:00:41.350] [INFO] Location DB initialising [2026-01-13,18:00:41.361] [INFO] LocationSqlManager initialisation complete [2026-01-13,18:00:41.362] [DEBUG] UploadManager Init [2026-01-13,18:00:41.362] [DEBUG] UploadManager Init Complete [2026-01-13,18:00:41.367] [INFO] Initializing GPS... [2026-01-13,18:00:41.369] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.590] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,18:02:36.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( [2026-01-13,18:03:33.864] [DEBUG] Log Upload Complete! [2026-01-13,18:05:29.733] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,18:05:31.434] [DEBUG] Remote Access Enabled [2026-01-13,18:05:32.796] [INFO] Server Address: 138.201.17.179 [2026-01-13,18:05:32.797] [INFO] Server Port: 7000 [2026-01-13,18:05:32.805] [DEBUG] Starting Remote Access! 2026-01-13 18:05:33.026 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-13 18:05:33.027 [I] [client/service.go:294] try to connect to server... 2026-01-13 18:05:34.343 [I] [client/service.go:286] [68423a2ffd835f64] login to server success, get run id [68423a2ffd835f64] 2026-01-13 18:05:34.345 [I] [proxy/proxy_manager.go:173] [68423a2ffd835f64] proxy added: [DNL01B4302] 2026-01-13 18:05:34.798 [I] [client/control.go:168] [68423a2ffd835f64] [DNL01B4302] start proxy success [2026-01-13,18:20:02.667] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,18:20:04.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-13,18:35:02.767] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,18:35:04.644] [DEBUG] 6 processes running of frp type [2026-01-13,18:50:02.702] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,18:50:04.487] [DEBUG] 6 processes running of frp type [2026-01-13,19:05:02.760] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,19:05:04.501] [DEBUG] 6 processes running of frp type [2026-01-13,19:20:02.882] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,19:20:04.709] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,19:35:02.917] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,19:35:04.673] [DEBUG] 6 processes running of frp type [2026-01-13,19:50:02.600] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,19:50:04.414] [DEBUG] 6 processes running of frp type [2026-01-13,20:05:03.050] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,20:05:10.010] [DEBUG] 6 processes running of frp type [2026-01-13,20:20:02.262] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,20:20:03.886] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,20:35:02.188] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,20:35:03.930] [DEBUG] 6 processes running of frp type [2026-01-13,20:50:02.713] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,20:50:09.070] [DEBUG] 6 processes running of frp type [2026-01-13,21:05:02.692] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,21:05:14.027] [DEBUG] 6 processes running of frp type [2026-01-13,21:20:02.439] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,21:20:04.204] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,21:35:02.550] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,21:35:04.491] [DEBUG] 6 processes running of frp type [2026-01-13,21:50:02.620] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,21:50:04.501] [DEBUG] 6 processes running of frp type [2026-01-13,22:05:03.233] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,22:05:09.967] [DEBUG] 6 processes running of frp type [2026-01-13,22:20:02.141] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,22:20:04.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-13,22:35:02.529] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,22:35:04.363] [DEBUG] 6 processes running of frp type [2026-01-13,22:50:03.194] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,22:50:04.973] [DEBUG] 6 processes running of frp type [2026-01-13,23:05:02.262] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,23:05:04.249] [DEBUG] 6 processes running of frp type [2026-01-13,23:20:02.599] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,23:20:04.595] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-13,23:35:02.867] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,23:35:04.608] [DEBUG] 6 processes running of frp type [2026-01-13,23:50:02.564] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-13,23:50:04.310] [DEBUG] 6 processes running of frp type [2026-01-14,00:05:02.837] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,00:05:04.618] [DEBUG] 6 processes running of frp type [2026-01-14,00:20:02.997] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,00:20:04.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-14,00:35:02.473] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,00:35:04.221] [DEBUG] 6 processes running of frp type [2026-01-14,00:50:02.851] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,00:50:04.525] [DEBUG] 6 processes running of frp type [2026-01-14,01:05:02.956] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,01:05:04.959] [DEBUG] 6 processes running of frp type [2026-01-14,01:20:02.347] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,01:20:04.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-01-14,01:35:02.828] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,01:35:04.697] [DEBUG] 6 processes running of frp type [2026-01-14,01:50:02.193] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,01:50:03.960] [DEBUG] 6 processes running of frp type [2026-01-14,02:05:02.392] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,02:05:04.169] [DEBUG] 6 processes running of frp type 2026-01-14 02:19:24.391 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:19:36.983 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:19:36.984 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:19:50.507 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:19:50.507 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... [2026-01-14,02:20:04.590] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-01-14 02:20:07.669 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:20:07.670 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:20:26.596 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:20:26.597 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:20:41.571 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 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-01-14 02:21:01.572 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:21:15.276 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: i/o deadline reached 2026-01-14 02:21:35.278 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:21:56.450 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: i/o deadline reached 2026-01-14 02:21:56.451 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:22:08.562 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:22:28.563 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:22:43.679 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: i/o deadline reached 2026-01-14 02:23:03.680 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:23:23.023 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: i/o deadline reached 2026-01-14 02:23:43.024 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:23:53.027 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:24:13.028 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:24:19.828 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: session shutdown 2026-01-14 02:24:39.828 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:24:49.831 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:25:09.832 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:25:16.708 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: read tcp 192.168.1.104:39210->138.201.17.179:7000: read: connection reset by peer 2026-01-14 02:25:36.710 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:25:46.712 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-14 02:26:06.714 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:26:16.717 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:26:36.718 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:26:55.143 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:27:15.145 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:27:25.147 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:27:45.148 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:27:55.150 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:28:15.151 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:28:26.821 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:28:46.822 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:29:00.019 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:29:20.021 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:29:30.022 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:29:50.023 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:30:00.025 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:30:20.027 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:30:37.440 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:30:57.441 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:31:16.582 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:31:36.583 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:31:49.554 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:32:09.555 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:32:19.558 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:32:39.560 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:32:49.562 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:33:09.563 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:33:24.625 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:33:44.626 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:33:54.628 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:34:14.630 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:34:24.632 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:34:44.633 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:34:54.635 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:35:14.636 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... [2026-01-14,02:35:23.881] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-01-14 02:35:28.357 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:35:48.358 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:36:02.328 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:36:22.330 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:36:34.610 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:36:54.611 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:37:04.613 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:37:24.614 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:37:40.197 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:38:00.198 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:38:19.240 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:38:39.241 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:38:49.242 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:39:09.243 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:39:19.245 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:39:39.246 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:39:49.248 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:40:09.249 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:40:24.307 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:40:44.308 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:40:54.310 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:41:14.311 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:41:24.314 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:41:44.315 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:41:57.798 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:42:17.799 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:42:27.802 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-14 02:42:47.803 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:42:59.879 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:43:19.880 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:43:32.837 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:43:52.839 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:44:04.251 [W] [client/service.go:297] [68423a2ffd835f64] connect to server error: connection write timeout 2026-01-14 02:44:24.253 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:44:25.406 [I] [client/service.go:286] [68423a2ffd835f64] login to server success, get run id [68423a2ffd835f64] 2026-01-14 02:44:25.407 [I] [proxy/proxy_manager.go:173] [68423a2ffd835f64] proxy added: [DNL01B4302] 2026-01-14 02:44:25.791 [I] [client/control.go:168] [68423a2ffd835f64] [DNL01B4302] 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-01-14,02:50:02.091] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,02:50:08.240] [DEBUG] 6 processes running of frp type 2026-01-14 02:52:57.556 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:53:04.976 [I] [client/service.go:286] [68423a2ffd835f64] login to server success, get run id [68423a2ffd835f64] 2026-01-14 02:53:04.977 [I] [proxy/proxy_manager.go:173] [68423a2ffd835f64] proxy added: [DNL01B4302] 2026-01-14 02:53:09.337 [I] [client/control.go:168] [68423a2ffd835f64] [DNL01B4302] start proxy success 2026-01-14 02:55:11.738 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 02:55:14.780 [I] [client/service.go:286] [68423a2ffd835f64] login to server success, get run id [68423a2ffd835f64] 2026-01-14 02:55:14.781 [I] [proxy/proxy_manager.go:173] [68423a2ffd835f64] proxy added: [DNL01B4302] 2026-01-14 02:55:15.107 [I] [client/control.go:168] [68423a2ffd835f64] [DNL01B4302] start proxy success [2026-01-14,03:05:02.500] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,03:05:04.564] [DEBUG] 6 processes running of frp type [2026-01-14,03:20:02.755] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,03:20:04.691] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,03:35:02.895] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,03:35:04.813] [DEBUG] 6 processes running of frp type [2026-01-14,03:50:02.927] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,03:50:04.690] [DEBUG] 6 processes running of frp type [2026-01-14,04:05:02.903] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,04:05:04.603] [DEBUG] 6 processes running of frp type [2026-01-14,04:20:02.788] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,04:20:04.612] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,04:35:03.086] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,04:35:05.072] [DEBUG] 6 processes running of frp type [2026-01-14,04:50:02.775] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,04:50:04.601] [DEBUG] 6 processes running of frp type [2026-01-14,05:05:03.466] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,05:05:05.270] [DEBUG] 6 processes running of frp type [2026-01-14,05:20:02.477] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,05:20:04.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-01-14,05:35:02.120] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,05:35:03.966] [DEBUG] 6 processes running of frp type [2026-01-14,05:50:03.135] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,05:50:05.191] [DEBUG] 6 processes running of frp type [2026-01-14,06:05:03.877] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,06:05:05.733] [DEBUG] 6 processes running of frp type [2026-01-14,06:20:01.937] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,06:20:03.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-14,06:35:02.269] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,06:35:05.506] [DEBUG] 6 processes running of frp type [2026-01-14,06:50:02.953] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,06:50:04.704] [DEBUG] 6 processes running of frp type [2026-01-14,07:05:03.124] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,07:05:04.762] [DEBUG] 6 processes running of frp type [2026-01-14,07:20:02.246] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,07:20:04.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-01-14,07:35:02.274] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,07:35:03.987] [DEBUG] 6 processes running of frp type [2026-01-14,07:50:02.435] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,07:50:04.339] [DEBUG] 6 processes running of frp type [2026-01-14,08:02:02.529] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,08:02:04.589] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:20.263] [DEBUG] Log Upload Complete! [2026-01-14,08:05:02.575] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,08:05:04.568] [DEBUG] 6 processes running of frp type [2026-01-14,08:20:03.086] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,08:20:04.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-01-14,08:35:02.720] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,08:35:04.494] [DEBUG] 6 processes running of frp type 2026-01-14 08:39:30.205 [I] [client/service.go:294] [68423a2ffd835f64] try to connect to server... 2026-01-14 08:39:31.168 [I] [client/service.go:286] [68423a2ffd835f64] login to server success, get run id [68423a2ffd835f64] 2026-01-14 08:39:31.169 [I] [proxy/proxy_manager.go:173] [68423a2ffd835f64] proxy added: [DNL01B4302] 2026-01-14 08:39:31.493 [I] [client/control.go:168] [68423a2ffd835f64] [DNL01B4302] start proxy success [2026-01-14,08:25:51.525] [INFO] Initializing BusSpeedStateManager V2 [2026-01-14,08:25:51.530] [INFO] LocationSqlManager initialising [2026-01-14,08:25:51.530] [INFO] Location DB initialising [2026-01-14,08:25:51.540] [INFO] LocationSqlManager initialisation complete [2026-01-14,08:25:51.540] [DEBUG] UploadManager Init [2026-01-14,08:25:51.541] [DEBUG] UploadManager Init Complete [2026-01-14,08:25:51.544] [INFO] Initializing GPS... [2026-01-14,08:25:51.546] [INFO] Starting location capture [2026-01-14,08:25:51.407] [INFO] Initializing BusSpeedStateManager V2 [2026-01-14,08:25:51.411] [INFO] LocationSqlManager initialising [2026-01-14,08:25:51.412] [INFO] Location DB initialising [2026-01-14,08:25:51.422] [INFO] LocationSqlManager initialisation complete [2026-01-14,08:25:51.422] [DEBUG] UploadManager Init [2026-01-14,08:25:51.423] [DEBUG] UploadManager Init Complete [2026-01-14,08:25:51.426] [INFO] Initializing GPS... [2026-01-14,08:25:51.428] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:53:32.509] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,08:53:34.305] [DEBUG] Remote Access Enabled [2026-01-14,08:53:35.630] [INFO] Server Address: 138.201.17.179 [2026-01-14,08:53:35.631] [INFO] Server Port: 7000 [2026-01-14,08:53:35.636] [DEBUG] Starting Remote Access! 2026-01-14 08:53:35.766 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-14 08:53:35.767 [I] [client/service.go:294] try to connect to server... 2026-01-14 08:53:36.725 [I] [client/service.go:286] [aedc679dba9b70ac] login to server success, get run id [aedc679dba9b70ac] 2026-01-14 08:53:36.726 [I] [proxy/proxy_manager.go:173] [aedc679dba9b70ac] proxy added: [DNL01B4302] 2026-01-14 08:53:37.042 [I] [client/control.go:168] [aedc679dba9b70ac] [DNL01B4302] start proxy success [2026-01-14,08:57:54.679] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,08:57:56.433] [DEBUG] 6 processes running of frp type [2026-01-14,09:05:02.922] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,09:05:04.738] [DEBUG] 6 processes running of frp type [2026-01-14,09:20:03.336] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,09:20:04.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-01-14,09:35:02.756] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,09:35:04.519] [DEBUG] 6 processes running of frp type [2026-01-14,09:50:02.473] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,09:50:04.382] [DEBUG] 6 processes running of frp type [2026-01-14,10:05:02.853] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,10:05:04.513] [DEBUG] 6 processes running of frp type [2026-01-14,10:20:02.897] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,10:20:04.484] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-14,10:35:02.516] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,10:35:04.261] [DEBUG] 6 processes running of frp type [2026-01-14,10:50:02.364] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,10:50:04.911] [DEBUG] 6 processes running of frp type [2026-01-14,11:05:02.357] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,11:05:04.137] [DEBUG] 6 processes running of frp type [2026-01-14,11:20:02.445] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,11:20:04.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-01-14,11:35:02.512] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,11:35:07.404] [DEBUG] 6 processes running of frp type [2026-01-14,11:50:02.721] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-14,11:50:04.626] [DEBUG] 6 processes running of frp type [2026-01-14,11:41:17.791] [INFO] Initializing BusSpeedStateManager V2 [2026-01-14,11:41:17.796] [INFO] LocationSqlManager initialising [2026-01-14,11:41:17.796] [INFO] Location DB initialising [2026-01-14,11:41:17.806] [INFO] LocationSqlManager initialisation complete [2026-01-14,11:41:17.807] [DEBUG] UploadManager Init [2026-01-14,11:41:17.807] [DEBUG] UploadManager Init Complete [2026-01-14,11:41:17.810] [INFO] Initializing GPS... [2026-01-14,11:41:17.813] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,15:02:18.642] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-15,15:02:20.572] [DEBUG] Remote Access Enabled [2026-01-15,15:02:22.143] [INFO] Server Address: 138.201.17.179 [2026-01-15,15:02:22.144] [INFO] Server Port: 7000 [2026-01-15,15:02:22.153] [DEBUG] Starting Remote Access! 2026-01-15 15:02:22.353 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-15 15:02:22.354 [I] [client/service.go:294] try to connect to server... 2026-01-15 15:02:23.474 [I] [client/service.go:286] [25df29db12c47f70] login to server success, get run id [25df29db12c47f70] 2026-01-15 15:02:23.475 [I] [proxy/proxy_manager.go:173] [25df29db12c47f70] proxy added: [DNL01B4302] 2026-01-15 15:02:24.065 [I] [client/control.go:168] [25df29db12c47f70] [DNL01B4302] start proxy success [2026-01-15,15:06:14.748] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-15,15:06:17.112] [DEBUG] 6 processes running of frp type [2026-01-15,15:10:30.716] [INFO] Initializing BusSpeedStateManager V2 [2026-01-15,15:10:30.721] [INFO] LocationSqlManager initialising [2026-01-15,15:10:30.721] [INFO] Location DB initialising [2026-01-15,15:10:30.731] [INFO] LocationSqlManager initialisation complete [2026-01-15,15:10:30.732] [DEBUG] UploadManager Init [2026-01-15,15:10:30.732] [DEBUG] UploadManager Init Complete [2026-01-15,15:10:30.735] [INFO] Initializing GPS... [2026-01-15,15:10:30.737] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-15,15:10:30.423] [INFO] Initializing BusSpeedStateManager V2 [2026-01-15,15:10:30.428] [INFO] LocationSqlManager initialising [2026-01-15,15:10:30.428] [INFO] Location DB initialising [2026-01-15,15:10:30.441] [INFO] LocationSqlManager initialisation complete [2026-01-15,15:10:30.442] [DEBUG] UploadManager Init [2026-01-15,15:10:30.443] [DEBUG] UploadManager Init Complete [2026-01-15,15:10:30.450] [INFO] Initializing GPS... [2026-01-15,15:10:30.454] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,19:42:04.582] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-17,19:42:06.332] [DEBUG] Remote Access Enabled [2026-01-17,19:42:07.839] [INFO] Server Address: 138.201.17.179 [2026-01-17,19:42:07.840] [INFO] Server Port: 7000 [2026-01-17,19:42:07.851] [DEBUG] Starting Remote Access! 2026-01-17 19:42:08.026 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-17 19:42:08.027 [I] [client/service.go:294] try to connect to server... 2026-01-17 19:42:09.111 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 19:42:09.113 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 19:42:09.516 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success [2026-01-17,19:50:02.399] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-17,19:50:04.286] [DEBUG] 6 processes running of frp type [2026-01-17,20:05:02.679] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-17,20:05:09.684] [DEBUG] 6 processes running of frp type [2026-01-17,20:20:02.940] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-17,20:20:04.844] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-17,20:35:03.291] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-17,20:35:05.266] [DEBUG] 6 processes running of frp type [2026-01-17,20:50:02.721] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-17,20:50:04.548] [DEBUG] 6 processes running of frp type [2026-01-17,21:05:02.841] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-17,21:05:04.848] [DEBUG] 6 processes running of frp type [2026-01-17,21:20:02.426] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-17,21:20:04.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-01-17,21:35:03.125] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-17,21:35:05.284] [DEBUG] 6 processes running of frp type [2026-01-17,21:50:02.861] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-17,21:50:04.786] [DEBUG] 6 processes running of frp type [2026-01-17,22:05:02.196] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-17,22:05:04.298] [DEBUG] 6 processes running of frp type [2026-01-17,22:20:02.673] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-17,22:20:04.646] [DEBUG] 6 processes running of frp type 2026-01-17 22:23:29.917 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:23:50.766 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-17 22:23:50.767 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:24:04.181 [W] [client/service.go:297] [693b6676878f0334] connect to server error: read tcp 192.168.1.104:35608->138.201.17.179:7000: read: connection reset by peer 2026-01-17 22:24:04.182 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:24:15.427 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 22:24:15.427 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:24:30.706 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 22:24:30.707 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:24:43.485 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 22:24:43.487 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 22:24:51.416 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-17 22:25:41.685 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:25:51.687 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 22:25:51.688 [I] [client/service.go:294] [693b6676878f0334] 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-17 22:26:08.695 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-17 22:26:08.695 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:26:18.697 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 22:26:18.697 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:26:41.572 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-17 22:26:41.573 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:26:54.071 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 22:27:14.072 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:27:30.266 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-17 22:27:50.268 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:27:55.440 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 22:27:55.441 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 22:28:04.114 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-17 22:33:19.293 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:33:35.525 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-17 22:33:35.525 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:33:45.528 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 22:33:45.528 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:33:58.756 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 22:33:58.756 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:34:13.114 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 22:34:13.114 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:34:23.116 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 22:34:43.117 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:34:53.119 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-17,22:35:06.360] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-01-17 22:35:13.119 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:35:23.121 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 22:35:43.122 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:35:56.808 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-17 22:36:16.809 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:36:29.806 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 22:36:29.808 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 22:36:57.522 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:37:07.524 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 22:37:07.525 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 383, in _make_request self._validate_conn(conn) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1017, in _validate_conn conn.connect() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 353, in connect conn = self._new_conn() File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 110] Connection timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 576, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /is_remote_access_by_mac/78-22-88-e9-a8-a9 (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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2026-01-17 22:37:26.410 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-17 22:37:26.411 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:37:36.412 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 22:37:36.413 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:37:41.558 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 22:37:41.559 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 22:37:49.573 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-17 22:40:53.846 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:40:59.511 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 22:40:59.512 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 22:41:00.297 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-17 22:42:44.011 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:42:54.013 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 22:42:54.014 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:43:04.015 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 22:43:04.016 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:43:14.018 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 22:43:14.018 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:43:25.131 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-17 22:43:25.132 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:43:35.133 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 22:43:55.135 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:44:01.037 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 22:44:01.038 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 22:44:02.757 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-17 22:45:09.541 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:45:21.743 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-17 22:45:21.744 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:45:43.081 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-17 22:45:43.081 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:46:03.549 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-17 22:46:03.550 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:46:16.302 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 22:46:16.303 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:46:31.028 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 22:46:51.030 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:47:06.086 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-17 22:47:26.087 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:47:36.744 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 22:47:56.745 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:48:03.627 [W] [client/service.go:297] [693b6676878f0334] connect to server error: read tcp 192.168.1.104:55886->138.201.17.179:7000: read: connection reset by peer 2026-01-17 22:48:23.629 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:48:33.630 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 22:48:53.632 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:49:04.305 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 22:49:04.307 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 22:49:34.038 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:49:49.187 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 22:49:49.188 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:49:59.189 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 22:49:59.190 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:50:09.191 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 22:50:09.192 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:50:19.193 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 22:50:19.194 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:50:29.195 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 22:50:49.196 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:50:59.198 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 22:51:19.200 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:51:30.614 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 22:51:50.616 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:52:00.618 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 22:52:20.619 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:52:39.112 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-17 22:52:59.114 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:53:07.090 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 22:53:07.092 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 22:53:17.830 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-17 22:56:00.607 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 22:56:07.702 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 22:56:07.704 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 22:56:09.983 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-17 23:05:14.960 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:05:24.963 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:05:24.963 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:05:33.794 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-17 23:05:33.795 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:05:46.961 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 23:05:46.962 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... [2026-01-17,23:05:54.272] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-01-17 23:05:59.415 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 23:05:59.416 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:06:09.417 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:06:29.419 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:06:39.421 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 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-01-17 23:06:59.422 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:07:09.424 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:07:29.426 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:07:44.379 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 23:08:04.381 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:08:14.383 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:08:34.384 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:08:44.847 [W] [client/service.go:297] [693b6676878f0334] connect to server error: read tcp 192.168.1.104:47552->138.201.17.179:7000: read: connection reset by peer 2026-01-17 23:09:04.848 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:09:14.850 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:09:34.851 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:09:47.578 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 23:10:07.580 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:10:17.582 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:10:37.583 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:10:47.585 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:11:07.587 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:11:17.589 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:11:37.591 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:11:44.141 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-17 23:12:04.142 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:12:14.144 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:12:34.145 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:12:46.130 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 23:13:06.131 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:13:16.777 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-17 23:13:36.778 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:13:46.780 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:14:06.782 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:14:18.308 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 23:14:38.309 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:14:48.744 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 23:14:48.746 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 23:14:56.925 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-17 23:15:22.068 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:15:39.179 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 23:15:39.180 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 23:15:55.164 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-17 23:17:07.495 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:17:19.725 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 23:17:19.726 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:17:29.727 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:17:29.727 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:17:39.729 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:17:39.729 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:17:49.731 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:17:49.732 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:18:00.416 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 23:18:20.417 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:18:24.761 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 23:18:24.763 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 23:18:30.421 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-17 23:19:32.387 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:19:44.333 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-17 23:19:44.334 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:20:01.984 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-17 23:20:01.984 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... [2026-01-17,23:20:11.772] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-01-17 23:20:20.277 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 23:20:20.277 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:20:32.418 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-17 23:20:32.418 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:20:46.767 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached [2026-01-17,23:20:59.477] [DEBUG] 6 processes running of frp type 2026-01-17 23:21:06.769 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:21:26.040 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 23:21:26.040 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 23:21:47.536 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:21:57.539 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:21:57.539 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:22:09.789 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 23:22:09.790 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:22:22.460 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 23:22:22.460 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:22:31.044 [W] [client/service.go:297] [693b6676878f0334] connect to server error: read tcp 192.168.1.104:47386->138.201.17.179:7000: read: connection reset by peer 2026-01-17 23:22:51.046 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:23:01.047 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:23:21.049 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:23:22.843 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 23:23:22.844 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 23:23:26.971 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-17 23:24:01.444 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:24:20.991 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 23:24:20.992 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 23:24:49.555 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:24:59.558 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:24:59.559 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:25:09.560 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:25:09.561 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:25:24.531 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-17 23:25:24.531 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:25:34.533 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:25:34.534 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:25:44.535 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-17 23:26:04.536 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:26:14.116 [W] [client/service.go:297] [693b6676878f0334] connect to server error: read tcp 192.168.1.104:41670->138.201.17.179:7000: read: connection reset by peer 2026-01-17 23:26:34.117 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:26:44.119 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:27:04.120 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:27:15.659 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 23:27:35.661 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:27:46.358 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 23:27:46.360 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 23:28:16.602 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:28:24.547 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 23:28:24.549 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 23:29:00.592 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:29:10.594 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:29:10.595 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:29:22.174 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 23:29:22.175 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:29:33.479 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 23:29:33.480 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:29:43.481 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:29:43.482 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:29:53.483 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:30:13.485 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:30:23.090 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-17 23:30:43.092 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:31:06.980 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-17 23:31:06.981 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:31:16.983 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:31:36.984 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:31:48.809 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-17 23:32:08.811 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:32:18.813 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:32:38.814 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:32:43.647 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 23:32:43.648 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 23:32:47.440 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success [2026-01-17,23:35:03.471] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-17,23:35:12.405] [DEBUG] 6 processes running of frp type 2026-01-17 23:37:59.490 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:38:09.492 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:38:09.493 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:38:21.166 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-17 23:38:21.166 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:38:31.168 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:38:31.168 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:38:45.214 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-17 23:38:45.215 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:38:55.217 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:39:15.218 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:39:25.220 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-17 23:39:45.221 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:40:01.286 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-17 23:40:21.287 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:40:36.246 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-17 23:40:56.247 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-17 23:41:04.154 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-17 23:41:04.156 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-17 23:41:12.918 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success [2026-01-17,23:50:02.789] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-17,23:50:05.356] [DEBUG] 6 processes running of frp type [2026-01-18,00:05:02.865] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,00:05:04.726] [DEBUG] 6 processes running of frp type 2026-01-18 00:07:09.707 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:07:19.709 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:07:19.710 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:07:33.737 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:07:33.737 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:07:43.739 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:07:43.739 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:07:53.741 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:07:53.741 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:08:03.743 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:08:23.745 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:08:35.112 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:08:55.113 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:09:05.116 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:09:25.117 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:09:36.617 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:09:56.618 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:10:10.570 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:10:30.572 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:10:40.574 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:11:00.575 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:11:10.578 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:11:30.579 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:11:42.057 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:12:02.059 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:12:16.977 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:12:36.978 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:12:58.552 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 00:12:58.553 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:13:15.973 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 00:13:35.974 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:13:47.897 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 00:13:47.898 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 00:13:53.940 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-18 00:14:17.485 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:14:27.487 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:14:27.488 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:14:48.340 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 00:14:48.341 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:14:58.342 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:14:58.343 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:15:09.388 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 00:15:09.389 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 00:15:24.349 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-18 00:15:41.355 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:15:51.897 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 00:15:51.898 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 00:15:57.020 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-18 00:17:00.803 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:17:16.473 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 00:17:16.474 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:17:31.209 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 00:17:31.210 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:17:44.282 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:17:44.283 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:18:03.744 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 00:18:03.744 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:18:15.336 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:18:35.338 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:18:47.971 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:19:07.972 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:19:19.643 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:19:39.644 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:19:49.647 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:20:09.649 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:20:27.199 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout [2026-01-18,00:20:35.144] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-01-18 00:20:47.200 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:20:57.202 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:21:17.203 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:21:24.990 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-18 00:21:44.991 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:22:05.074 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 00:22:05.075 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:22:19.724 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 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-a8-a9 (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-a8-a9 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1137)'))) 2026-01-18 00:22:39.725 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:22:51.407 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:23:11.409 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:23:18.265 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-18 00:23:38.266 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:23:48.267 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:24:08.269 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:24:20.684 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:24:40.686 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:24:54.284 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:25:14.286 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:25:18.951 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-18 00:25:38.953 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:25:48.955 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-18 00:26:08.957 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:26:20.684 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:26:40.685 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:26:48.227 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-18 00:27:08.228 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:27:18.231 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:27:38.232 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:27:49.725 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:28:09.727 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:28:19.729 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:28:39.730 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:28:58.445 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:29:18.447 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:29:29.863 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:29:49.865 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:29:59.867 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:30:19.868 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:30:29.870 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:30:49.871 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:30:59.874 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:31:19.876 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:31:31.856 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-18 00:31:51.858 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:32:01.860 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:32:21.861 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:32:31.863 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:32:51.864 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:33:06.776 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:33:26.778 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:33:45.140 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:34:05.141 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:34:15.144 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:34:35.145 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:34:45.148 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:35:05.149 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:35:15.151 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:35:35.153 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:35:45.155 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:36:05.156 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:36:15.159 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:36:35.160 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:36:45.162 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:37:05.164 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:37:08.269 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 00:37:28.271 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:37:41.118 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-18 00:38:01.120 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:38:11.122 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:38:31.123 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:38:41.124 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:39:01.125 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:39:11.126 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:39:31.127 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:39:41.129 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:40:01.130 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:40:11.131 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:40:31.132 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:40:44.827 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:41:04.828 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:41:13.953 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-18 00:41:33.955 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:41:51.390 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:42:11.392 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:42:21.393 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:42:41.394 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:42:46.419 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-18 00:43:06.420 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:43:16.423 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:43:36.424 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:43:46.427 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:44:06.428 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:44:16.431 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:44:36.432 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:44:46.434 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:45:06.436 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:45:16.438 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:45:36.440 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:45:54.383 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:46:14.384 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:46:27.391 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:46:47.392 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:46:57.395 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:47:17.397 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:47:27.399 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:47:47.401 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:47:52.290 [W] [client/service.go:297] [693b6676878f0334] connect to server error: read tcp 192.168.1.104:37930->138.201.17.179:7000: read: connection reset by peer 2026-01-18 00:48:12.292 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:48:30.104 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 00:48:50.105 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:49:01.722 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:49:21.723 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:49:39.487 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:49:59.488 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... [2026-01-18,00:50:05.472] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-01-18 00:50:11.719 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 00:50:11.721 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 00:50:28.996 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-18 00:50:41.480 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:50:51.483 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:50:51.484 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:51:09.418 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 00:51:09.418 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:51:19.420 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:51:19.420 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:51:38.529 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 00:51:38.530 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:51:48.532 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-18,00:51:51.369] [DEBUG] 6 processes running of frp type 2026-01-18 00:52:08.533 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:52:22.419 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 00:52:42.419 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:52:52.757 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:53:12.759 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:53:34.069 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 00:53:34.069 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:53:47.158 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:54:07.159 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:54:19.427 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 00:54:19.429 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 00:54:36.052 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-18 00:54:50.511 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:55:03.050 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:55:03.051 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:55:13.052 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:55:13.053 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:55:25.425 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 00:55:25.426 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:55:39.479 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:55:39.480 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:55:49.481 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 00:56:09.483 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:56:21.759 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:56:41.760 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:56:58.850 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 00:57:18.852 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:57:29.879 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 00:57:49.880 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:58:03.487 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 00:58:23.488 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 00:58:30.027 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 00:58:30.029 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 00:58:41.158 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-18 01:00:13.000 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:00:27.623 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 01:00:27.624 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:00:37.625 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:00:37.626 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:00:47.628 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:00:47.629 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:01:06.261 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 01:01:06.262 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:01:16.264 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:01:36.265 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:01:47.441 [W] [client/service.go:297] [693b6676878f0334] connect to server error: read tcp 192.168.1.104:40166->138.201.17.179:7000: read: connection reset by peer 2026-01-18 01:02:07.442 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:02:20.477 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 01:02:40.477 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:02:50.479 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:03:10.480 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:03:20.482 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:03:40.483 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:03:44.848 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 01:03:44.849 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 01:03:52.152 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-18 01:04:22.074 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:04:32.077 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:04:32.077 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:04:52.767 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 01:04:52.767 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... [2026-01-18,01:05:05.201] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-01-18 01:05:07.394 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 01:05:07.396 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 01:05:24.047 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-18 01:05:36.267 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:05:48.516 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:05:48.516 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:05:58.518 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:05:58.519 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:06:08.521 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:06:08.522 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 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-01-18 01:06:18.524 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:06:18.525 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:06:27.699 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 01:06:27.701 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 01:06:39.558 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-18 01:07:02.279 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:07:14.840 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:07:14.841 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:07:24.843 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:07:24.843 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:07:38.981 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 01:07:38.981 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:07:48.983 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:07:48.983 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:08:12.114 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 01:08:12.115 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 01:08:36.697 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:08:46.698 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:08:46.699 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:08:56.701 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:08:56.701 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:09:01.372 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-18 01:09:01.372 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:09:12.992 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:09:12.993 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:09:23.335 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:09:43.337 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:09:44.344 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 01:09:44.345 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 01:09:44.804 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-18 01:12:27.849 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:12:41.240 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:12:41.240 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:12:51.242 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:12:51.243 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:13:03.059 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:13:03.060 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:13:13.203 [W] [client/service.go:297] [693b6676878f0334] connect to server error: read tcp 192.168.1.104:39566->138.201.17.179:7000: read: connection reset by peer 2026-01-18 01:13:13.203 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:13:24.756 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:13:44.757 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:14:02.646 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 01:14:22.647 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:14:23.661 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 01:14:23.662 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 01:14:24.004 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success [2026-01-18,01:20:06.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,01:20:09.841] [DEBUG] 6 processes running of frp type 2026-01-18 01:22:11.404 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:22:21.306 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 01:22:21.308 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 01:22:39.601 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-18 01:22:53.310 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:23:07.467 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:23:07.467 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:23:25.394 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 01:23:25.395 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:23:38.849 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 01:23:38.849 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:23:53.517 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 01:23:53.519 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 01:24:10.760 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-18 01:25:34.636 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:25:44.639 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:25:44.639 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:25:55.066 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 01:25:55.068 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 01:26:01.526 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] 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-18 01:26:26.440 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:26:37.387 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:26:37.387 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:26:44.105 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 01:26:44.106 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 01:26:51.058 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-18 01:27:56.154 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:28:03.438 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-18 01:28:03.438 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:28:13.440 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:28:13.441 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:28:24.960 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:28:24.961 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:28:38.713 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 01:28:38.714 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:28:45.305 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 01:28:45.306 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 01:28:51.065 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-18 01:35:59.543 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... [2026-01-18,01:36:08.248] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-01-18 01:36:11.203 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:36:11.204 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:36:21.206 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:36:21.206 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:36:32.822 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 01:36:32.823 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 01:36:49.487 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success 2026-01-18 01:37:02.907 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:37:15.465 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:37:15.466 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:37:25.468 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:37:25.469 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:37:37.558 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:37:37.559 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:37:47.561 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:37:47.561 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:37:57.562 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:38:17.564 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:38:28.748 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 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-a8-a9 (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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) 2026-01-18 01:38:48.750 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:39:10.902 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 01:39:10.904 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 01:39:32.686 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:39:42.689 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:39:42.689 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:40:01.950 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 01:40:01.951 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:40:11.952 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:40:11.953 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:40:22.320 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:40:22.320 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:40:32.322 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:40:52.324 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:40:57.897 [W] [client/service.go:297] [693b6676878f0334] connect to server error: read tcp 192.168.1.104:40474->138.201.17.179:7000: read: connection reset by peer 2026-01-18 01:41:17.897 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:41:29.543 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:41:49.545 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:42:03.167 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-18 01:42:23.168 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:42:28.705 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-18 01:42:48.706 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:42:58.708 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:43:18.710 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:43:29.250 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-18 01:43:49.252 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:44:03.799 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:44:23.801 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:44:33.803 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:44:53.804 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:45:02.975 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-18 01:45:22.977 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:45:32.979 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:45:52.981 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:46:06.663 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:46:26.664 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:46:43.496 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-18 01:47:03.498 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:47:17.024 [W] [client/service.go:297] [693b6676878f0334] connect to server error: read tcp 192.168.1.104:46718->138.201.17.179:7000: read: connection reset by peer 2026-01-18 01:47:37.026 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:47:47.462 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:48:07.463 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:48:17.466 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:48:37.467 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:48:47.469 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:49:07.471 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:49:14.499 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-18 01:49:34.501 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:49:44.503 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:50:04.504 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:50:20.109 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 01:50:40.110 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:50:50.112 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-01-18,01:51:08.010] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-01-18 01:51:10.114 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:51:22.827 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:51:42.828 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:51:58.351 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 01:52:18.353 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:52:28.355 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 01:52:48.356 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:53:08.480 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 01:53:08.480 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 01:53:09.956 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 01:53:09.957 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 01:53:10.305 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] 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-a8-a9 (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-a8-a9 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1137)'))) [2026-01-18,02:05:04.244] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,02:05:14.184] [DEBUG] 6 processes running of frp type 2026-01-18 02:05:27.877 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 02:05:37.880 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-18 02:05:37.881 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 02:05:43.002 [W] [client/service.go:297] [693b6676878f0334] connect to server error: session shutdown 2026-01-18 02:05:43.003 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 02:06:02.185 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 02:06:02.186 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 02:06:17.222 [W] [client/service.go:297] [693b6676878f0334] connect to server error: connection write timeout 2026-01-18 02:06:17.223 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 02:06:36.156 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 02:06:56.157 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 02:07:16.102 [W] [client/service.go:297] [693b6676878f0334] connect to server error: i/o deadline reached 2026-01-18 02:07:36.103 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 02:07:44.584 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 02:07:44.585 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 02:07:45.252 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success [2026-01-18,02:20:02.582] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,02:20:04.536] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,02:35:02.571] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,02:35:04.292] [DEBUG] 6 processes running of frp type [2026-01-18,02:50:02.264] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,02:50:04.083] [DEBUG] 6 processes running of frp type [2026-01-18,03:05:02.498] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,03:05:04.397] [DEBUG] 6 processes running of frp type [2026-01-18,03:20:02.694] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,03:20:04.421] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,03:35:02.751] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,03:35:04.811] [DEBUG] 6 processes running of frp type [2026-01-18,03:50:02.806] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,03:50:04.599] [DEBUG] 6 processes running of frp type [2026-01-18,04:05:03.164] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,04:05:05.017] [DEBUG] 6 processes running of frp type [2026-01-18,04:20:02.364] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,04:20:04.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-18,04:35:02.098] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,04:35:03.881] [DEBUG] 6 processes running of frp type [2026-01-18,04:50:02.576] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,04:50:04.376] [DEBUG] 6 processes running of frp type [2026-01-18,05:05:02.747] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,05:05:04.638] [DEBUG] 6 processes running of frp type [2026-01-18,05:20:02.837] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,05:20:04.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-18,05:35:02.775] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,05:35:04.675] [DEBUG] 6 processes running of frp type [2026-01-18,05:50:02.529] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,05:50:04.303] [DEBUG] 6 processes running of frp type [2026-01-18,06:05:02.842] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,06:05:04.578] [DEBUG] 6 processes running of frp type [2026-01-18,06:20:03.069] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,06:20:04.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-18,06:35:02.613] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,06:35:04.570] [DEBUG] 6 processes running of frp type [2026-01-18,06:50:02.160] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,06:50:04.069] [DEBUG] 6 processes running of frp type [2026-01-18,07:05:02.518] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,07:05:04.328] [DEBUG] 6 processes running of frp type [2026-01-18,07:20:02.838] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,07:20:04.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-18,07:35:02.770] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,07:35:04.565] [DEBUG] 6 processes running of frp type [2026-01-18,07:50:02.111] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,07:50:03.946] [DEBUG] 6 processes running of frp type [2026-01-18,08:02:02.188] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,08:02:03.965] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-18,08:02:16.690] [DEBUG] Log Upload Complete! [2026-01-18,08:05:02.650] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,08:05:04.353] [DEBUG] 6 processes running of frp type [2026-01-18,08:20:02.640] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,08:20:04.406] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,08:35:02.183] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,08:35:03.930] [DEBUG] 6 processes running of frp type [2026-01-18,08:50:02.360] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,08:50:04.157] [DEBUG] 6 processes running of frp type [2026-01-18,09:05:02.839] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,09:05:04.577] [DEBUG] 6 processes running of frp type [2026-01-18,09:20:02.937] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,09:20:04.737] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,09:35:03.272] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,09:35:05.177] [DEBUG] 6 processes running of frp type [2026-01-18,09:50:02.694] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,09:50:04.636] [DEBUG] 6 processes running of frp type [2026-01-18,10:05:03.307] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,10:05:05.216] [DEBUG] 6 processes running of frp type [2026-01-18,10:20:02.611] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,10:20:04.625] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,10:35:01.998] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,10:35:03.850] [DEBUG] 6 processes running of frp type [2026-01-18,10:50:02.539] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,10:50:04.503] [DEBUG] 6 processes running of frp type [2026-01-18,11:05:02.960] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,11:05:05.150] [DEBUG] 6 processes running of frp type [2026-01-18,11:20:02.565] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,11:20:07.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-01-18,11:35:02.446] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,11:35:04.492] [DEBUG] 6 processes running of frp type [2026-01-18,11:50:02.376] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,11:50:04.208] [DEBUG] 6 processes running of frp type [2026-01-18,12:05:02.576] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,12:05:04.423] [DEBUG] 6 processes running of frp type [2026-01-18,12:20:02.617] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,12:20:04.410] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,12:35:02.426] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,12:35:04.319] [DEBUG] 6 processes running of frp type [2026-01-18,12:50:02.371] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,12:50:04.251] [DEBUG] 6 processes running of frp type [2026-01-18,13:05:02.707] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,13:05:04.593] [DEBUG] 6 processes running of frp type [2026-01-18,13:20:02.887] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,13:20:04.785] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,13:35:02.515] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,13:35:04.434] [DEBUG] 6 processes running of frp type [2026-01-18,13:50:02.249] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,13:50:04.049] [DEBUG] 6 processes running of frp type [2026-01-18,14:05:02.687] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,14:05:04.539] [DEBUG] 6 processes running of frp type [2026-01-18,14:20:03.151] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,14:20:05.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-18,14:35:03.146] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,14:35:04.876] [DEBUG] 6 processes running of frp type [2026-01-18,14:50:02.537] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,14:50:04.344] [DEBUG] 6 processes running of frp type [2026-01-18,15:05:02.919] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,15:05:04.771] [DEBUG] 6 processes running of frp type [2026-01-18,15:20:02.007] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,15:20:03.775] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,15:35:03.249] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,15:35:04.999] [DEBUG] 6 processes running of frp type [2026-01-18,15:50:02.702] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,15:50:04.391] [DEBUG] 6 processes running of frp type [2026-01-18,16:05:02.794] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,16:05:04.557] [DEBUG] 6 processes running of frp type [2026-01-18,16:20:02.929] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,16:20:04.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-01-18,16:35:02.817] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,16:35:04.639] [DEBUG] 6 processes running of frp type [2026-01-18,16:50:02.300] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,16:50:04.141] [DEBUG] 6 processes running of frp type 2026-01-18 17:00:22.423 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 17:00:22.425 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:00:24.468 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 17:00:24.470 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:00:28.792 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 17:00:28.794 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:00:38.246 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 17:00:38.248 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:00:57.667 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 17:00:57.668 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:01:17.669 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 17:01:17.671 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:01:37.671 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 17:01:37.673 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:01:57.674 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 17:01:57.676 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:02:17.678 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 17:02:17.679 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:02:37.680 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 17:02:37.684 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:02:57.686 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 17:02:57.691 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:03:17.693 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 17:03:17.697 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:03:37.698 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 17:03:37.703 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:03:57.704 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 17:03:57.709 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-18 17:04:17.711 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 17:04:17.715 [W] [client/service.go:297] [693b6676878f0334] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-18 17:04:37.717 [I] [client/service.go:294] [693b6676878f0334] try to connect to server... 2026-01-18 17:04:39.193 [I] [client/service.go:286] [693b6676878f0334] login to server success, get run id [693b6676878f0334] 2026-01-18 17:04:39.195 [I] [proxy/proxy_manager.go:173] [693b6676878f0334] proxy added: [DNL01B4302] 2026-01-18 17:04:39.861 [I] [client/control.go:168] [693b6676878f0334] [DNL01B4302] start proxy success [2026-01-18,17:05:02.612] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,17:05:04.495] [DEBUG] 6 processes running of frp type [2026-01-18,17:20:02.847] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,17:20:04.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-18,17:35:02.858] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,17:35:04.849] [DEBUG] 6 processes running of frp type [2026-01-18,17:50:02.569] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,17:50:04.258] [DEBUG] 6 processes running of frp type [2026-01-18,18:00:42.191] [INFO] Initializing BusSpeedStateManager V2 [2026-01-18,18:00:42.197] [INFO] LocationSqlManager initialising [2026-01-18,18:00:42.197] [INFO] Location DB initialising [2026-01-18,18:00:42.208] [INFO] LocationSqlManager initialisation complete [2026-01-18,18:00:42.209] [DEBUG] UploadManager Init [2026-01-18,18:00:42.210] [DEBUG] UploadManager Init Complete [2026-01-18,18:00:42.214] [INFO] Initializing GPS... [2026-01-18,18:00:42.218] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,18:02:29.623] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,18:02:31.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-18,18:02:37.999] [DEBUG] Log Upload Complete! [2026-01-18,18:05:29.841] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,18:05:31.625] [DEBUG] Remote Access Enabled [2026-01-18,18:05:32.980] [INFO] Server Address: 138.201.17.179 [2026-01-18,18:05:32.982] [INFO] Server Port: 7000 [2026-01-18,18:05:32.990] [DEBUG] Starting Remote Access! 2026-01-18 18:05:33.154 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-18 18:05:33.155 [I] [client/service.go:294] try to connect to server... 2026-01-18 18:05:34.129 [I] [client/service.go:286] [c7bea055263cf1be] login to server success, get run id [c7bea055263cf1be] 2026-01-18 18:05:34.130 [I] [proxy/proxy_manager.go:173] [c7bea055263cf1be] proxy added: [DNL01B4302] 2026-01-18 18:05:34.465 [I] [client/control.go:168] [c7bea055263cf1be] [DNL01B4302] start proxy success [2026-01-18,18:09:30.456] [INFO] Initializing BusSpeedStateManager V2 [2026-01-18,18:09:30.462] [INFO] LocationSqlManager initialising [2026-01-18,18:09:30.463] [INFO] Location DB initialising [2026-01-18,18:09:30.474] [INFO] LocationSqlManager initialisation complete [2026-01-18,18:09:30.475] [DEBUG] UploadManager Init [2026-01-18,18:09:30.476] [DEBUG] UploadManager Init Complete [2026-01-18,18:09:30.481] [INFO] Initializing GPS... [2026-01-18,18:09:30.484] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,18:22:27.385] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,18:22:29.402] [DEBUG] Remote Access Enabled [2026-01-18,18:22:30.885] [INFO] Server Address: 138.201.17.179 [2026-01-18,18:22:30.887] [INFO] Server Port: 7000 [2026-01-18,18:22:30.896] [DEBUG] Starting Remote Access! 2026-01-18 18:22:31.081 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-18 18:22:31.081 [I] [client/service.go:294] try to connect to server... 2026-01-18 18:22:32.027 [I] [client/service.go:286] [a62f35d68c985117] login to server success, get run id [a62f35d68c985117] 2026-01-18 18:22:32.028 [I] [proxy/proxy_manager.go:173] [a62f35d68c985117] proxy added: [DNL01B4302] 2026-01-18 18:22:32.339 [I] [client/control.go:168] [a62f35d68c985117] [DNL01B4302] 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-18,18:35:02.132] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,18:35:04.013] [DEBUG] 6 processes running of frp type [2026-01-18,18:50:02.369] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,18:50:04.005] [DEBUG] 6 processes running of frp type [2026-01-18,19:05:02.253] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,19:05:09.419] [DEBUG] 6 processes running of frp type [2026-01-18,19:20:02.964] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,19:20:04.710] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,19:35:02.471] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,19:35:04.173] [DEBUG] 6 processes running of frp type [2026-01-18,19:50:02.805] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,19:50:04.564] [DEBUG] 6 processes running of frp type [2026-01-18,20:05:02.971] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,20:05:04.752] [DEBUG] 6 processes running of frp type [2026-01-18,20:20:02.251] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,20:20:03.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-01-18,20:35:02.211] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,20:35:04.168] [DEBUG] 6 processes running of frp type [2026-01-18,20:50:02.651] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,20:50:04.478] [DEBUG] 6 processes running of frp type [2026-01-18,21:05:03.072] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,21:05:10.041] [DEBUG] 6 processes running of frp type [2026-01-18,21:20:02.465] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,21:20:04.451] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,21:35:02.618] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,21:35:04.481] [DEBUG] 6 processes running of frp type [2026-01-18,21:50:02.214] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,21:50:04.464] [DEBUG] 6 processes running of frp type 2026-01-18 21:57:34.087 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-18 21:57:38.466 [I] [client/service.go:286] [a62f35d68c985117] login to server success, get run id [a62f35d68c985117] 2026-01-18 21:57:38.468 [I] [proxy/proxy_manager.go:173] [a62f35d68c985117] proxy added: [DNL01B4302] 2026-01-18 21:57:38.805 [I] [client/control.go:168] [a62f35d68c985117] [DNL01B4302] start proxy success [2026-01-18,22:05:02.741] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,22:05:04.975] [DEBUG] 6 processes running of frp type [2026-01-18,22:20:02.420] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,22:20:04.604] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,22:35:02.907] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,22:35:04.850] [DEBUG] 6 processes running of frp type [2026-01-18,22:50:02.246] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,22:50:04.039] [DEBUG] 6 processes running of frp type [2026-01-18,23:05:02.373] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,23:05:04.211] [DEBUG] 6 processes running of frp type [2026-01-18,23:20:02.519] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,23:20:04.480] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-18,23:35:03.008] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,23:35:04.941] [DEBUG] 6 processes running of frp type [2026-01-18,23:50:02.758] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-18,23:50:05.709] [DEBUG] 6 processes running of frp type [2026-01-19,00:05:02.958] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,00:05:04.692] [DEBUG] 6 processes running of frp type [2026-01-19,00:20:02.921] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,00:20:04.902] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,00:35:05.220] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,00:35:08.321] [DEBUG] 6 processes running of frp type [2026-01-19,00:50:02.713] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,00:50:04.640] [DEBUG] 6 processes running of frp type [2026-01-19,01:05:02.893] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,01:05:04.811] [DEBUG] 6 processes running of frp type [2026-01-19,01:20:02.043] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,01:20:03.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-01-19,01:35:02.160] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,01:35:04.004] [DEBUG] 6 processes running of frp type [2026-01-19,01:50:02.247] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,01:50:03.958] [DEBUG] 6 processes running of frp type [2026-01-19,02:05:02.197] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,02:05:04.106] [DEBUG] 6 processes running of frp type [2026-01-19,02:20:02.311] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,02:20:04.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-01-19,02:35:02.824] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,02:35:04.646] [DEBUG] 6 processes running of frp type [2026-01-19,02:50:02.112] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,02:50:03.880] [DEBUG] 6 processes running of frp type [2026-01-19,03:05:02.190] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,03:05:03.996] [DEBUG] 6 processes running of frp type [2026-01-19,03:20:02.453] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,03:20:04.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-01-19,03:35:02.356] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,03:35:04.098] [DEBUG] 6 processes running of frp type [2026-01-19,03:50:02.513] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,03:50:04.633] [DEBUG] 6 processes running of frp type [2026-01-19,04:05:02.822] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,04:05:04.639] [DEBUG] 6 processes running of frp type [2026-01-19,04:20:02.855] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,04:20:04.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-19,04:35:03.116] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,04:35:04.902] [DEBUG] 6 processes running of frp type [2026-01-19,04:50:02.913] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,04:50:04.824] [DEBUG] 6 processes running of frp type [2026-01-19,05:05:02.304] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,05:05:04.465] [DEBUG] 6 processes running of frp type [2026-01-19,05:20:02.829] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,05:20:04.596] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,05:35:02.730] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,05:35:04.503] [DEBUG] 6 processes running of frp type [2026-01-19,05:50:02.097] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,05:50:03.863] [DEBUG] 6 processes running of frp type [2026-01-19,06:05:02.038] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,06:05:03.812] [DEBUG] 6 processes running of frp type [2026-01-19,06:20:02.319] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,06:20:04.247] [DEBUG] 6 processes running of frp type 2026-01-19 06:22:24.301 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 06:22:34.303 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 06:22:34.304 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 06:22:44.305 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 06:22:44.306 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 06:22:54.307 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 06:22:54.308 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 06:23:04.310 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 06:23:04.311 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 06:23:14.312 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 06:23:34.314 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 06:23:48.001 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: connection write timeout 2026-01-19 06:24:08.003 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 06:24:25.298 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: connection write timeout 2026-01-19 06:24:45.299 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 06:24:54.148 [I] [client/service.go:286] [a62f35d68c985117] login to server success, get run id [a62f35d68c985117] 2026-01-19 06:24:54.149 [I] [proxy/proxy_manager.go:173] [a62f35d68c985117] proxy added: [DNL01B4302] 2026-01-19 06:24:54.796 [I] [client/control.go:168] [a62f35d68c985117] [DNL01B4302] 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-19,06:35:02.093] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,06:35:03.992] [DEBUG] 6 processes running of frp type [2026-01-19,06:50:02.465] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,06:50:04.433] [DEBUG] 6 processes running of frp type [2026-01-19,07:05:02.842] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,07:05:04.714] [DEBUG] 6 processes running of frp type [2026-01-19,07:20:02.122] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,07:20:03.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-19,07:35:02.826] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,07:35:04.625] [DEBUG] 6 processes running of frp type [2026-01-19,07:50:17.496] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,07:50:19.494] [DEBUG] 6 processes running of frp type [2026-01-19,08:02:02.753] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,08:02:04.489] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-19,08:02:26.114] [DEBUG] Log Upload Complete! [2026-01-19,08:05:02.979] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,08:05:04.734] [DEBUG] 6 processes running of frp type [2026-01-19,08:20:03.564] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,08:20:08.940] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,08:35:02.631] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,08:35:04.317] [DEBUG] 6 processes running of frp type [2026-01-19,08:50:03.193] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,08:50:05.014] [DEBUG] 6 processes running of frp type [2026-01-19,09:05:02.746] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,09:05:04.780] [DEBUG] 6 processes running of frp type 2026-01-19 09:10:11.580 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 09:10:24.794 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: i/o deadline reached 2026-01-19 09:10:24.795 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 09:10:28.253 [I] [client/service.go:286] [a62f35d68c985117] login to server success, get run id [a62f35d68c985117] 2026-01-19 09:10:28.255 [I] [proxy/proxy_manager.go:173] [a62f35d68c985117] proxy added: [DNL01B4302] 2026-01-19 09:10:31.953 [I] [client/control.go:168] [a62f35d68c985117] [DNL01B4302] start proxy success 2026-01-19 09:12:39.522 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 09:12:49.524 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 09:12:49.525 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 09:12:53.849 [I] [client/service.go:286] [a62f35d68c985117] login to server success, get run id [a62f35d68c985117] 2026-01-19 09:12:53.851 [I] [proxy/proxy_manager.go:173] [a62f35d68c985117] proxy added: [DNL01B4302] 2026-01-19 09:13:09.803 [I] [client/control.go:168] [a62f35d68c985117] [DNL01B4302] start proxy success [2026-01-19,09:20:03.373] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,09:20:23.666] [DEBUG] 6 processes running of frp type 2026-01-19 09:21:43.393 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 09:21:46.094 [I] [client/service.go:286] [a62f35d68c985117] login to server success, get run id [a62f35d68c985117] 2026-01-19 09:21:46.096 [I] [proxy/proxy_manager.go:173] [a62f35d68c985117] proxy added: [DNL01B4302] 2026-01-19 09:21:46.518 [I] [client/control.go:168] [a62f35d68c985117] [DNL01B4302] start proxy success 2026-01-19 09:23:55.797 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 09:24:03.857 [I] [client/service.go:286] [a62f35d68c985117] login to server success, get run id [a62f35d68c985117] 2026-01-19 09:24:03.859 [I] [proxy/proxy_manager.go:173] [a62f35d68c985117] proxy added: [DNL01B4302] 2026-01-19 09:24:04.588 [I] [client/control.go:168] [a62f35d68c985117] [DNL01B4302] 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-19 09:26:08.331 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 09:26:18.333 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 09:26:18.333 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 09:26:28.335 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 09:26:28.336 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 09:26:37.766 [I] [client/service.go:286] [a62f35d68c985117] login to server success, get run id [a62f35d68c985117] 2026-01-19 09:26:37.768 [I] [proxy/proxy_manager.go:173] [a62f35d68c985117] proxy added: [DNL01B4302] 2026-01-19 09:26:39.323 [I] [client/control.go:168] [a62f35d68c985117] [DNL01B4302] start proxy success 2026-01-19 09:32:14.566 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 09:32:16.429 [I] [client/service.go:286] [a62f35d68c985117] login to server success, get run id [a62f35d68c985117] 2026-01-19 09:32:16.431 [I] [proxy/proxy_manager.go:173] [a62f35d68c985117] proxy added: [DNL01B4302] 2026-01-19 09:32:17.295 [I] [client/control.go:168] [a62f35d68c985117] [DNL01B4302] start proxy success [2026-01-19,09:35:04.244] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,09:35:07.113] [DEBUG] 6 processes running of frp type [2026-01-19,09:50:03.261] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,09:50:05.138] [DEBUG] 6 processes running of frp type [2026-01-19,10:05:02.470] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,10:05:04.303] [DEBUG] 6 processes running of frp type [2026-01-19,10:20:02.540] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,10:20:04.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-19,10:35:02.744] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,10:35:04.765] [DEBUG] 6 processes running of frp type [2026-01-19,10:50:02.078] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,10:50:04.316] [DEBUG] 6 processes running of frp type [2026-01-19,11:05:02.629] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,11:05:04.573] [DEBUG] 6 processes running of frp type [2026-01-19,11:20:02.889] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,11:20:04.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-01-19,11:35:02.957] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,11:35:05.133] [DEBUG] 6 processes running of frp type [2026-01-19,11:50:03.409] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,11:50:05.257] [DEBUG] 6 processes running of frp type [2026-01-19,12:05:02.724] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,12:05:05.046] [DEBUG] 6 processes running of frp type [2026-01-19,12:20:02.574] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,12:20:04.534] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,12:35:02.816] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,12:35:04.627] [DEBUG] 6 processes running of frp type [2026-01-19,12:50:02.869] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,12:50:04.646] [DEBUG] 6 processes running of frp type [2026-01-19,13:05:03.587] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,13:05:05.432] [DEBUG] 6 processes running of frp type [2026-01-19,13:20:02.692] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,13:20:04.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-01-19,13:35:02.239] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,13:35:03.950] [DEBUG] 6 processes running of frp type [2026-01-19,13:50:02.598] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,13:50:04.357] [DEBUG] 6 processes running of frp type [2026-01-19,14:05:02.657] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,14:05:04.566] [DEBUG] 6 processes running of frp type [2026-01-19,14:20:02.799] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,14:20:04.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-01-19,14:35:02.890] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,14:35:04.759] [DEBUG] 6 processes running of frp type [2026-01-19,14:50:02.108] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,14:50:04.318] [DEBUG] 6 processes running of frp type [2026-01-19,15:05:02.888] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,15:05:04.699] [DEBUG] 6 processes running of frp type [2026-01-19,15:20:03.233] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,15:20:05.042] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,15:35:02.593] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,15:35:04.277] [DEBUG] 6 processes running of frp type [2026-01-19,15:50:02.697] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,15:50:04.476] [DEBUG] 6 processes running of frp type [2026-01-19,16:05:03.027] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,16:05:04.854] [DEBUG] 6 processes running of frp type [2026-01-19,16:20:02.108] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,16:20:03.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-01-19,16:35:02.411] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,16:35:04.194] [DEBUG] 6 processes running of frp type [2026-01-19,16:50:02.666] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,16:50:04.499] [DEBUG] 6 processes running of frp type 2026-01-19 17:00:30.199 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:00:30.201 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:00:32.361 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:00:32.362 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:00:36.902 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:00:36.903 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:00:46.354 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:00:46.356 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:01:06.292 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:01:06.293 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:01:26.294 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:01:26.295 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:01:46.297 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:01:46.298 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:02:06.299 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:02:06.301 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:02:26.303 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:02:26.304 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:02:46.305 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:02:49.418 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:03:09.420 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:03:09.424 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:03:29.426 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:03:29.431 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:03:49.432 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:03:49.436 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:04:09.437 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:04:09.441 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-19 17:04:29.443 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:04:30.448 [I] [client/service.go:286] [a62f35d68c985117] login to server success, get run id [a62f35d68c985117] 2026-01-19 17:04:30.450 [I] [proxy/proxy_manager.go:173] [a62f35d68c985117] proxy added: [DNL01B4302] 2026-01-19 17:04:31.161 [I] [client/control.go:168] [a62f35d68c985117] [DNL01B4302] start proxy success [2026-01-19,17:05:02.783] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,17:05:04.930] [DEBUG] 6 processes running of frp type 2026-01-19 17:09:12.380 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:09:22.383 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 17:09:22.383 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:09:23.687 [I] [client/service.go:286] [a62f35d68c985117] login to server success, get run id [a62f35d68c985117] 2026-01-19 17:09:23.689 [I] [proxy/proxy_manager.go:173] [a62f35d68c985117] proxy added: [DNL01B4302] 2026-01-19 17:09:24.050 [I] [client/control.go:168] [a62f35d68c985117] [DNL01B4302] start proxy success 2026-01-19 17:13:35.587 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:13:45.588 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 17:13:45.589 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:13:54.290 [I] [client/service.go:286] [a62f35d68c985117] login to server success, get run id [a62f35d68c985117] 2026-01-19 17:13:54.291 [I] [proxy/proxy_manager.go:173] [a62f35d68c985117] proxy added: [DNL01B4302] 2026-01-19 17:13:54.677 [I] [client/control.go:168] [a62f35d68c985117] [DNL01B4302] start proxy success [2026-01-19,17:20:02.771] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,17:20:07.413] [DEBUG] 6 processes running of frp type 2026-01-19 17:23:17.074 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:23:27.075 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 17:23:27.076 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:23:37.078 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 17:23:37.079 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:23:55.470 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: connection write timeout 2026-01-19 17:23:55.471 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:24:05.473 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-19 17:24:05.473 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:24:26.896 [W] [client/service.go:297] [a62f35d68c985117] connect to server error: i/o deadline reached 2026-01-19 17:24:26.897 [I] [client/service.go:294] [a62f35d68c985117] try to connect to server... 2026-01-19 17:24:32.999 [I] [client/service.go:286] [a62f35d68c985117] login to server success, get run id [a62f35d68c985117] 2026-01-19 17:24:33.000 [I] [proxy/proxy_manager.go:173] [a62f35d68c985117] proxy added: [DNL01B4302] 2026-01-19 17:24:33.464 [I] [client/control.go:168] [a62f35d68c985117] [DNL01B4302] 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-19,17:35:02.837] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,17:35:04.575] [DEBUG] 6 processes running of frp type [2026-01-19,17:50:02.198] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,17:50:03.959] [DEBUG] 6 processes running of frp type [2026-01-19,18:00:41.984] [INFO] Initializing BusSpeedStateManager V2 [2026-01-19,18:00:41.989] [INFO] LocationSqlManager initialising [2026-01-19,18:00:41.989] [INFO] Location DB initialising [2026-01-19,18:00:41.998] [INFO] LocationSqlManager initialisation complete [2026-01-19,18:00:41.999] [DEBUG] UploadManager Init [2026-01-19,18:00:41.999] [DEBUG] UploadManager Init Complete [2026-01-19,18:00:42.002] [INFO] Initializing GPS... [2026-01-19,18:00:42.004] [INFO] Starting location capture [2026-01-19,18:01:43.290] [INFO] Initializing BusSpeedStateManager V2 [2026-01-19,18:01:43.295] [INFO] LocationSqlManager initialising [2026-01-19,18:01:43.295] [INFO] Location DB initialising [2026-01-19,18:01:43.304] [INFO] LocationSqlManager initialisation complete [2026-01-19,18:01:43.305] [DEBUG] UploadManager Init [2026-01-19,18:01:43.306] [DEBUG] UploadManager Init Complete [2026-01-19,18:01:43.308] [INFO] Initializing GPS... [2026-01-19,18:01:43.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-01-19,18:03:32.232] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,18:03:34.205] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-19,18:03:43.297] [DEBUG] Log Upload Complete! [2026-01-19,18:06:32.354] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,18:06:34.067] [DEBUG] Remote Access Enabled [2026-01-19,18:06:35.568] [INFO] Server Address: 138.201.17.179 [2026-01-19,18:06:35.569] [INFO] Server Port: 7000 [2026-01-19,18:06:35.580] [DEBUG] Starting Remote Access! 2026-01-19 18:06:35.770 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-19 18:06:35.771 [I] [client/service.go:294] try to connect to server... 2026-01-19 18:06:36.787 [I] [client/service.go:286] [854e61dbf61554aa] login to server success, get run id [854e61dbf61554aa] 2026-01-19 18:06:36.788 [I] [proxy/proxy_manager.go:173] [854e61dbf61554aa] proxy added: [DNL01B4302] 2026-01-19 18:06:37.126 [I] [client/control.go:168] [854e61dbf61554aa] [DNL01B4302] start proxy success [2026-01-19,18:20:03.106] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,18:20:04.797] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,18:35:02.277] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,18:35:04.198] [DEBUG] 6 processes running of frp type [2026-01-19,18:50:02.477] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,18:50:04.369] [DEBUG] 6 processes running of frp type [2026-01-19,19:05:02.749] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,19:05:04.501] [DEBUG] 6 processes running of frp type [2026-01-19,19:20:02.766] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,19:20:04.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-01-19,19:35:02.256] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,19:35:04.023] [DEBUG] 6 processes running of frp type [2026-01-19,19:50:03.240] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,19:50:05.023] [DEBUG] 6 processes running of frp type [2026-01-19,20:05:02.214] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,20:05:09.083] [DEBUG] 6 processes running of frp type [2026-01-19,20:20:02.354] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,20:20:04.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-01-19,20:35:03.329] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,20:35:05.172] [DEBUG] 6 processes running of frp type [2026-01-19,20:50:02.988] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,20:50:04.929] [DEBUG] 6 processes running of frp type [2026-01-19,21:05:02.143] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,21:05:04.234] [DEBUG] 6 processes running of frp type [2026-01-19,21:20:02.599] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,21:20:04.439] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-19,21:35:02.129] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,21:35:04.012] [DEBUG] 6 processes running of frp type [2026-01-19,21:50:02.698] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,21:50:04.424] [DEBUG] 6 processes running of frp type [2026-01-19,22:05:03.159] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,22:05:04.990] [DEBUG] 6 processes running of frp type [2026-01-19,22:20:02.305] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,22:20:04.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-01-19,22:35:02.795] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,22:35:05.943] [DEBUG] 6 processes running of frp type [2026-01-19,22:50:02.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,22:50:04.838] [DEBUG] 6 processes running of frp type [2026-01-19,23:05:01.994] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,23:05:05.526] [DEBUG] 6 processes running of frp type 2026-01-19 23:16:42.165 [I] [client/service.go:294] [854e61dbf61554aa] try to connect to server... 2026-01-19 23:16:50.701 [I] [client/service.go:286] [854e61dbf61554aa] login to server success, get run id [854e61dbf61554aa] 2026-01-19 23:16:50.702 [I] [proxy/proxy_manager.go:173] [854e61dbf61554aa] proxy added: [DNL01B4302] 2026-01-19 23:16:51.981 [I] [client/control.go:168] [854e61dbf61554aa] [DNL01B4302] start proxy success [2026-01-19,23:20:02.695] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,23:20:04.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-01-19,23:35:02.025] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,23:35:04.039] [DEBUG] 6 processes running of frp type [2026-01-19,23:50:02.471] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-19,23:50:04.247] [DEBUG] 6 processes running of frp type [2026-01-20,00:05:02.609] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,00:05:04.360] [DEBUG] 6 processes running of frp type [2026-01-20,00:20:02.708] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,00:20:08.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-20,00:35:02.994] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,00:35:04.931] [DEBUG] 6 processes running of frp type [2026-01-20,00:50:02.096] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,00:50:03.992] [DEBUG] 6 processes running of frp type [2026-01-20,01:05:02.169] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,01:05:03.885] [DEBUG] 6 processes running of frp type [2026-01-20,01:20:02.159] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,01:20:03.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-01-20,01:35:02.332] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,01:35:04.302] [DEBUG] 6 processes running of frp type [2026-01-20,01:50:02.544] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,01:50:04.277] [DEBUG] 6 processes running of frp type [2026-01-20,02:05:03.085] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,02:05:04.957] [DEBUG] 6 processes running of frp type [2026-01-20,02:20:02.305] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,02:20:04.233] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,02:35:02.269] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,02:35:03.977] [DEBUG] 6 processes running of frp type [2026-01-20,02:50:02.055] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,02:50:03.755] [DEBUG] 6 processes running of frp type [2026-01-20,03:05:03.019] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,03:05:04.811] [DEBUG] 6 processes running of frp type [2026-01-20,03:20:01.997] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,03:20:03.849] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,03:35:02.607] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,03:35:04.510] [DEBUG] 6 processes running of frp type [2026-01-20,03:50:02.510] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,03:50:04.274] [DEBUG] 6 processes running of frp type [2026-01-20,04:05:02.610] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,04:05:04.747] [DEBUG] 6 processes running of frp type [2026-01-20,04:20:02.948] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,04:20:04.939] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,04:35:02.949] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,04:35:04.683] [DEBUG] 6 processes running of frp type [2026-01-20,04:50:02.864] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,04:50:04.673] [DEBUG] 6 processes running of frp type [2026-01-20,05:05:03.227] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,05:05:04.996] [DEBUG] 6 processes running of frp type [2026-01-20,05:20:02.391] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,05:20:06.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-01-20,05:35:03.042] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,05:35:04.866] [DEBUG] 6 processes running of frp type [2026-01-20,05:50:02.653] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,05:50:04.697] [DEBUG] 6 processes running of frp type [2026-01-20,06:05:02.088] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,06:05:03.910] [DEBUG] 6 processes running of frp type [2026-01-20,06:20:02.501] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,06:20:04.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-20,06:35:02.628] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,06:35:04.440] [DEBUG] 6 processes running of frp type [2026-01-20,06:50:03.252] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,06:50:05.113] [DEBUG] 6 processes running of frp type [2026-01-20,07:05:02.505] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,07:05:04.323] [DEBUG] 6 processes running of frp type [2026-01-20,07:20:02.676] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,07:20:04.646] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,07:35:01.992] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,07:35:03.762] [DEBUG] 6 processes running of frp type [2026-01-20,07:50:02.917] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,07:50:04.693] [DEBUG] 6 processes running of frp type [2026-01-20,08:02:03.018] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,08:02:04.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( [2026-01-20,08:02:57.447] [DEBUG] Log Upload Complete! [2026-01-20,08:05:03.433] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,08:05:05.228] [DEBUG] 6 processes running of frp type [2026-01-20,08:20:02.488] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,08:20:04.343] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,08:35:02.247] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,08:35:04.241] [DEBUG] 6 processes running of frp type [2026-01-20,08:50:02.783] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,08:50:04.609] [DEBUG] 6 processes running of frp type [2026-01-20,09:05:02.960] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,09:05:04.944] [DEBUG] 6 processes running of frp type [2026-01-20,09:20:02.399] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,09:20:04.468] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,09:35:02.755] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,09:35:04.628] [DEBUG] 6 processes running of frp type [2026-01-20,09:50:02.751] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,09:50:04.553] [DEBUG] 6 processes running of frp type [2026-01-20,10:05:03.274] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,10:05:05.134] [DEBUG] 6 processes running of frp type [2026-01-20,10:20:02.455] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,10:20:04.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-20,10:35:02.362] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,10:35:04.302] [DEBUG] 6 processes running of frp type [2026-01-20,10:50:02.326] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,10:50:04.195] [DEBUG] 6 processes running of frp type [2026-01-20,11:05:02.947] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,11:05:04.827] [DEBUG] 6 processes running of frp type [2026-01-20,11:20:02.356] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,11:20:04.200] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,11:35:02.779] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,11:35:04.648] [DEBUG] 6 processes running of frp type [2026-01-20,11:50:02.771] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,11:50:04.588] [DEBUG] 6 processes running of frp type [2026-01-20,12:05:02.946] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,12:05:04.772] [DEBUG] 6 processes running of frp type [2026-01-20,12:20:02.010] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,12:20:03.801] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,12:35:03.076] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,12:35:05.083] [DEBUG] 6 processes running of frp type [2026-01-20,12:50:02.190] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,12:50:04.017] [DEBUG] 6 processes running of frp type [2026-01-20,13:05:02.364] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,13:05:04.248] [DEBUG] 6 processes running of frp type [2026-01-20,13:20:02.580] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,13:20:04.628] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,13:35:03.046] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,13:35:05.050] [DEBUG] 6 processes running of frp type [2026-01-20,13:50:03.429] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,13:50:05.228] [DEBUG] 6 processes running of frp type [2026-01-20,14:05:02.506] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,14:05:04.488] [DEBUG] 6 processes running of frp type [2026-01-20,14:20:02.887] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,14:20:04.685] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,14:35:02.320] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,14:35:04.165] [DEBUG] 6 processes running of frp type [2026-01-20,14:50:02.416] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,14:50:04.407] [DEBUG] 6 processes running of frp type [2026-01-20,15:05:02.997] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,15:05:04.830] [DEBUG] 6 processes running of frp type [2026-01-20,15:20:01.994] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,15:20:03.815] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,15:35:02.223] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,15:35:04.005] [DEBUG] 6 processes running of frp type [2026-01-20,15:50:02.522] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,15:50:04.331] [DEBUG] 6 processes running of frp type [2026-01-20,16:05:02.603] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,16:05:04.681] [DEBUG] 6 processes running of frp type [2026-01-20,16:20:03.042] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,16:20:04.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-20,16:35:01.989] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,16:35:03.963] [DEBUG] 6 processes running of frp type [2026-01-20,16:50:02.519] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,16:50:04.383] [DEBUG] 6 processes running of frp type 2026-01-20 17:00:29.782 [I] [client/service.go:294] [854e61dbf61554aa] try to connect to server... 2026-01-20 17:00:29.783 [W] [client/service.go:297] [854e61dbf61554aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:00:31.960 [I] [client/service.go:294] [854e61dbf61554aa] try to connect to server... 2026-01-20 17:00:31.961 [W] [client/service.go:297] [854e61dbf61554aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:00:36.317 [I] [client/service.go:294] [854e61dbf61554aa] try to connect to server... 2026-01-20 17:00:36.319 [W] [client/service.go:297] [854e61dbf61554aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:00:45.580 [I] [client/service.go:294] [854e61dbf61554aa] try to connect to server... 2026-01-20 17:00:45.580 [W] [client/service.go:297] [854e61dbf61554aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:01:04.736 [I] [client/service.go:294] [854e61dbf61554aa] try to connect to server... 2026-01-20 17:01:04.739 [W] [client/service.go:297] [854e61dbf61554aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:01:24.740 [I] [client/service.go:294] [854e61dbf61554aa] try to connect to server... 2026-01-20 17:01:24.741 [W] [client/service.go:297] [854e61dbf61554aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:01:44.742 [I] [client/service.go:294] [854e61dbf61554aa] try to connect to server... 2026-01-20 17:01:44.744 [W] [client/service.go:297] [854e61dbf61554aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:02:04.745 [I] [client/service.go:294] [854e61dbf61554aa] try to connect to server... 2026-01-20 17:02:04.746 [W] [client/service.go:297] [854e61dbf61554aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:02:24.747 [I] [client/service.go:294] [854e61dbf61554aa] try to connect to server... 2026-01-20 17:02:24.748 [W] [client/service.go:297] [854e61dbf61554aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:02:44.749 [I] [client/service.go:294] [854e61dbf61554aa] try to connect to server... 2026-01-20 17:02:44.750 [W] [client/service.go:297] [854e61dbf61554aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:03:04.750 [I] [client/service.go:294] [854e61dbf61554aa] try to connect to server... 2026-01-20 17:03:04.754 [W] [client/service.go:297] [854e61dbf61554aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:03:24.756 [I] [client/service.go:294] [854e61dbf61554aa] try to connect to server... 2026-01-20 17:03:24.764 [W] [client/service.go:297] [854e61dbf61554aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:03:44.766 [I] [client/service.go:294] [854e61dbf61554aa] try to connect to server... 2026-01-20 17:03:44.772 [W] [client/service.go:297] [854e61dbf61554aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:04:04.774 [I] [client/service.go:294] [854e61dbf61554aa] try to connect to server... 2026-01-20 17:04:04.779 [W] [client/service.go:297] [854e61dbf61554aa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-20 17:04:24.780 [I] [client/service.go:294] [854e61dbf61554aa] try to connect to server... 2026-01-20 17:04:24.783 [W] [client/service.go:297] [854e61dbf61554aa] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-20 17:04:44.785 [I] [client/service.go:294] [854e61dbf61554aa] try to connect to server... 2026-01-20 17:04:46.211 [I] [client/service.go:286] [854e61dbf61554aa] login to server success, get run id [854e61dbf61554aa] 2026-01-20 17:04:46.213 [I] [proxy/proxy_manager.go:173] [854e61dbf61554aa] proxy added: [DNL01B4302] 2026-01-20 17:04:46.541 [I] [client/control.go:168] [854e61dbf61554aa] [DNL01B4302] start proxy success [2026-01-20,17:05:02.857] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,17:05:05.488] [DEBUG] 6 processes running of frp type [2026-01-20,17:20:03.055] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,17:20:05.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-20,17:35:02.360] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,17:35:04.918] [DEBUG] 6 processes running of frp type [2026-01-20,17:50:02.467] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,17:50:04.686] [DEBUG] 6 processes running of frp type [2026-01-20,18:00:41.200] [INFO] Initializing BusSpeedStateManager V2 [2026-01-20,18:00:41.205] [INFO] LocationSqlManager initialising [2026-01-20,18:00:41.205] [INFO] Location DB initialising [2026-01-20,18:00:41.215] [INFO] LocationSqlManager initialisation complete [2026-01-20,18:00:41.215] [DEBUG] UploadManager Init [2026-01-20,18:00:41.216] [DEBUG] UploadManager Init Complete [2026-01-20,18:00:41.218] [INFO] Initializing GPS... [2026-01-20,18:00:41.220] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-20,18:02:29.973] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,18:02:36.903] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-20,18:02:49.956] [DEBUG] Log Upload Complete! [2026-01-20,18:05:29.841] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,18:05:31.754] [DEBUG] Remote Access Enabled [2026-01-20,18:05:33.134] [INFO] Server Address: 138.201.17.179 [2026-01-20,18:05:33.135] [INFO] Server Port: 7000 [2026-01-20,18:05:33.144] [DEBUG] Starting Remote Access! 2026-01-20 18:05:33.347 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-20 18:05:33.348 [I] [client/service.go:294] try to connect to server... 2026-01-20 18:05:34.386 [I] [client/service.go:286] [26443e8d2d64b39e] login to server success, get run id [26443e8d2d64b39e] 2026-01-20 18:05:34.387 [I] [proxy/proxy_manager.go:173] [26443e8d2d64b39e] proxy added: [DNL01B4302] 2026-01-20 18:05:34.730 [I] [client/control.go:168] [26443e8d2d64b39e] [DNL01B4302] start proxy success [2026-01-20,18:20:02.863] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,18:20:04.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-01-20,18:35:02.497] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,18:35:04.360] [DEBUG] 6 processes running of frp type [2026-01-20,18:50:02.396] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,18:50:04.306] [DEBUG] 6 processes running of frp type [2026-01-20,19:05:02.821] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,19:05:04.645] [DEBUG] 6 processes running of frp type [2026-01-20,19:20:03.298] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,19:20:05.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-20,19:35:03.435] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,19:35:05.692] [DEBUG] 6 processes running of frp type [2026-01-20,19:50:03.015] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,19:50:05.076] [DEBUG] 6 processes running of frp type [2026-01-20,20:05:02.689] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,20:05:04.995] [DEBUG] 6 processes running of frp type [2026-01-20,20:20:02.185] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,20:20:04.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-01-20,20:35:03.200] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,20:35:10.625] [DEBUG] 6 processes running of frp type [2026-01-20,20:50:03.073] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,20:50:05.291] [DEBUG] 6 processes running of frp type [2026-01-20,21:05:02.570] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,21:05:09.836] [DEBUG] 6 processes running of frp type [2026-01-20,21:20:02.093] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,21:20:04.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-20,21:35:02.345] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,21:35:04.729] [DEBUG] 6 processes running of frp type [2026-01-20,21:50:02.403] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,21:50:04.596] [DEBUG] 6 processes running of frp type [2026-01-20,22:05:03.089] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,22:05:04.987] [DEBUG] 6 processes running of frp type [2026-01-20,22:20:02.180] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,22:20:04.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-01-20,22:35:02.850] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,22:35:04.924] [DEBUG] 6 processes running of frp type [2026-01-20,22:50:02.081] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,22:50:03.840] [DEBUG] 6 processes running of frp type [2026-01-20,23:05:02.200] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,23:05:03.984] [DEBUG] 6 processes running of frp type [2026-01-20,23:20:02.174] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,23:20:03.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-20,23:35:02.637] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,23:35:04.702] [DEBUG] 6 processes running of frp type [2026-01-20,23:50:02.722] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-20,23:50:04.677] [DEBUG] 6 processes running of frp type [2026-01-21,00:05:03.292] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,00:05:05.255] [DEBUG] 6 processes running of frp type [2026-01-21,00:20:02.529] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,00:20:04.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-01-21,00:35:02.886] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,00:35:04.778] [DEBUG] 6 processes running of frp type [2026-01-21,00:50:02.148] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,00:50:03.968] [DEBUG] 6 processes running of frp type [2026-01-21,01:05:02.206] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,01:05:04.057] [DEBUG] 6 processes running of frp type [2026-01-21,01:20:02.243] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,01:20:04.111] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,01:35:02.483] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,01:35:04.281] [DEBUG] 6 processes running of frp type [2026-01-21,01:50:02.269] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,01:50:04.067] [DEBUG] 6 processes running of frp type [2026-01-21,02:05:02.481] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,02:05:04.256] [DEBUG] 6 processes running of frp type [2026-01-21,02:20:04.801] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,02:20:06.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-01-21,02:35:02.559] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,02:35:04.484] [DEBUG] 6 processes running of frp type [2026-01-21,02:50:02.973] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,02:50:04.893] [DEBUG] 6 processes running of frp type [2026-01-21,03:05:02.105] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,03:05:03.890] [DEBUG] 6 processes running of frp type [2026-01-21,03:20:02.149] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,03:20:03.986] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,03:35:02.233] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,03:35:04.064] [DEBUG] 6 processes running of frp type [2026-01-21,03:50:02.225] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,03:50:04.002] [DEBUG] 6 processes running of frp type [2026-01-21,04:05:02.206] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,04:05:03.966] [DEBUG] 6 processes running of frp type [2026-01-21,04:20:02.164] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,04:20:03.967] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,04:35:02.665] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,04:35:04.402] [DEBUG] 6 processes running of frp type [2026-01-21,04:50:03.148] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,04:50:04.947] [DEBUG] 6 processes running of frp type [2026-01-21,05:05:02.457] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,05:05:04.251] [DEBUG] 6 processes running of frp type [2026-01-21,05:20:02.736] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,05:20:04.546] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,05:35:03.130] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,05:35:04.858] [DEBUG] 6 processes running of frp type [2026-01-21,05:50:03.124] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,05:50:04.925] [DEBUG] 6 processes running of frp type [2026-01-21,06:05:02.229] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,06:05:03.886] [DEBUG] 6 processes running of frp type [2026-01-21,06:20:02.595] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,06:20:04.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-21,06:35:03.081] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,06:35:05.371] [DEBUG] 6 processes running of frp type [2026-01-21,06:50:02.972] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,06:50:04.780] [DEBUG] 6 processes running of frp type [2026-01-21,07:05:02.156] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,07:05:03.942] [DEBUG] 6 processes running of frp type [2026-01-21,07:20:02.143] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,07:20:03.828] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,07:35:02.081] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,07:35:03.764] [DEBUG] 6 processes running of frp type [2026-01-21,07:50:02.760] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,07:50:04.469] [DEBUG] 6 processes running of frp type [2026-01-21,08:02:02.715] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,08:02:04.334] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-21,08:02:17.663] [DEBUG] Log Upload Complete! [2026-01-21,08:05:03.137] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,08:05:04.897] [DEBUG] 6 processes running of frp type [2026-01-21,08:20:02.333] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,08:20:04.064] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,08:35:02.478] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,08:35:04.204] [DEBUG] 6 processes running of frp type [2026-01-21,08:50:02.393] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,08:50:04.099] [DEBUG] 6 processes running of frp type [2026-01-21,09:05:02.320] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,09:05:04.043] [DEBUG] 6 processes running of frp type [2026-01-21,09:20:02.383] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,09:20:04.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' [2026-01-21,09:35:02.564] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,09:35:04.276] [DEBUG] 6 processes running of frp type [2026-01-21,09:50:03.004] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,09:50:04.863] [DEBUG] 6 processes running of frp type [2026-01-21,10:05:02.320] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,10:05:04.085] [DEBUG] 6 processes running of frp type [2026-01-21,10:20:02.608] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,10:20:04.350] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,10:35:03.113] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,10:35:04.902] [DEBUG] 6 processes running of frp type [2026-01-21,10:50:03.042] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,10:50:04.901] [DEBUG] 6 processes running of frp type [2026-01-21,11:05:02.482] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,11:05:04.162] [DEBUG] 6 processes running of frp type [2026-01-21,11:20:02.611] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,11:20:04.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-01-21,11:35:02.370] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,11:35:04.089] [DEBUG] 6 processes running of frp type [2026-01-21,11:50:02.181] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,11:50:03.919] [DEBUG] 6 processes running of frp type [2026-01-21,12:05:02.193] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,12:05:03.923] [DEBUG] 6 processes running of frp type [2026-01-21,12:20:02.137] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,12:20:03.928] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,12:35:02.250] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,12:35:03.962] [DEBUG] 6 processes running of frp type [2026-01-21,12:50:02.305] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,12:50:04.094] [DEBUG] 6 processes running of frp type [2026-01-21,13:05:02.343] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,13:05:04.151] [DEBUG] 6 processes running of frp type [2026-01-21,13:20:02.763] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,13:20:04.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-21,13:35:02.885] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,13:35:04.870] [DEBUG] 6 processes running of frp type [2026-01-21,13:50:02.589] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,13:50:04.609] [DEBUG] 6 processes running of frp type [2026-01-21,14:05:02.946] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,14:05:04.799] [DEBUG] 6 processes running of frp type [2026-01-21,14:20:02.408] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,14:20:04.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-21,14:35:02.317] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,14:35:04.293] [DEBUG] 6 processes running of frp type [2026-01-21,14:50:02.159] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,14:50:04.037] [DEBUG] 6 processes running of frp type [2026-01-21,15:05:02.331] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,15:05:04.323] [DEBUG] 6 processes running of frp type [2026-01-21,15:20:02.856] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,15:20:04.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-21,15:35:02.887] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,15:35:05.007] [DEBUG] 6 processes running of frp type [2026-01-21,15:50:02.383] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,15:50:04.286] [DEBUG] 6 processes running of frp type [2026-01-21,16:05:02.712] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,16:05:04.614] [DEBUG] 6 processes running of frp type [2026-01-21,16:20:02.082] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,16:20:04.414] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-21 16:30:47.656 [I] [client/service.go:294] [26443e8d2d64b39e] try to connect to server... 2026-01-21 16:30:49.353 [I] [client/service.go:286] [26443e8d2d64b39e] login to server success, get run id [26443e8d2d64b39e] 2026-01-21 16:30:49.355 [I] [proxy/proxy_manager.go:173] [26443e8d2d64b39e] proxy added: [DNL01B4302] 2026-01-21 16:30:52.289 [I] [client/control.go:168] [26443e8d2d64b39e] [DNL01B4302] start proxy success [2026-01-21,16:35:03.042] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,16:35:04.969] [DEBUG] 6 processes running of frp type [2026-01-21,16:50:02.802] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,16:50:04.600] [DEBUG] 6 processes running of frp type 2026-01-21 17:00:18.538 [I] [client/service.go:294] [26443e8d2d64b39e] try to connect to server... 2026-01-21 17:00:19.646 [W] [client/service.go:297] [26443e8d2d64b39e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-21 17:00:19.646 [I] [client/service.go:294] [26443e8d2d64b39e] try to connect to server... 2026-01-21 17:00:22.686 [W] [client/service.go:297] [26443e8d2d64b39e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-21 17:00:22.687 [I] [client/service.go:294] [26443e8d2d64b39e] try to connect to server... 2026-01-21 17:00:25.726 [W] [client/service.go:297] [26443e8d2d64b39e] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-01-21 17:00:35.220 [I] [client/service.go:294] [26443e8d2d64b39e] try to connect to server... 2026-01-21 17:00:35.222 [W] [client/service.go:297] [26443e8d2d64b39e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:00:55.222 [I] [client/service.go:294] [26443e8d2d64b39e] try to connect to server... 2026-01-21 17:00:55.224 [W] [client/service.go:297] [26443e8d2d64b39e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:01:15.224 [I] [client/service.go:294] [26443e8d2d64b39e] try to connect to server... 2026-01-21 17:01:15.226 [W] [client/service.go:297] [26443e8d2d64b39e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:01:35.226 [I] [client/service.go:294] [26443e8d2d64b39e] try to connect to server... 2026-01-21 17:01:35.227 [W] [client/service.go:297] [26443e8d2d64b39e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:01:55.229 [I] [client/service.go:294] [26443e8d2d64b39e] try to connect to server... 2026-01-21 17:01:55.230 [W] [client/service.go:297] [26443e8d2d64b39e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:02:15.232 [I] [client/service.go:294] [26443e8d2d64b39e] try to connect to server... 2026-01-21 17:02:15.233 [W] [client/service.go:297] [26443e8d2d64b39e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:02:35.234 [I] [client/service.go:294] [26443e8d2d64b39e] try to connect to server... 2026-01-21 17:02:35.236 [W] [client/service.go:297] [26443e8d2d64b39e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:02:55.237 [I] [client/service.go:294] [26443e8d2d64b39e] try to connect to server... 2026-01-21 17:02:55.242 [W] [client/service.go:297] [26443e8d2d64b39e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:03:15.243 [I] [client/service.go:294] [26443e8d2d64b39e] try to connect to server... 2026-01-21 17:03:15.248 [W] [client/service.go:297] [26443e8d2d64b39e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:03:35.250 [I] [client/service.go:294] [26443e8d2d64b39e] try to connect to server... 2026-01-21 17:03:35.255 [W] [client/service.go:297] [26443e8d2d64b39e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:03:55.256 [I] [client/service.go:294] [26443e8d2d64b39e] try to connect to server... 2026-01-21 17:03:55.261 [W] [client/service.go:297] [26443e8d2d64b39e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:04:15.262 [I] [client/service.go:294] [26443e8d2d64b39e] try to connect to server... 2026-01-21 17:04:15.266 [W] [client/service.go:297] [26443e8d2d64b39e] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-21 17:04:35.267 [I] [client/service.go:294] [26443e8d2d64b39e] try to connect to server... 2026-01-21 17:04:36.666 [I] [client/service.go:286] [26443e8d2d64b39e] login to server success, get run id [26443e8d2d64b39e] 2026-01-21 17:04:36.667 [I] [proxy/proxy_manager.go:173] [26443e8d2d64b39e] proxy added: [DNL01B4302] 2026-01-21 17:04:37.433 [I] [client/control.go:168] [26443e8d2d64b39e] [DNL01B4302] start proxy success [2026-01-21,17:05:02.842] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,17:05:04.821] [DEBUG] 6 processes running of frp type [2026-01-21,17:20:02.223] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,17:20:04.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' [2026-01-21,17:35:02.319] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,17:35:04.335] [DEBUG] 6 processes running of frp type [2026-01-21,17:50:03.151] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,17:50:05.195] [DEBUG] 6 processes running of frp type [2026-01-21,18:00:41.200] [INFO] Initializing BusSpeedStateManager V2 [2026-01-21,18:00:41.205] [INFO] LocationSqlManager initialising [2026-01-21,18:00:41.205] [INFO] Location DB initialising [2026-01-21,18:00:41.215] [INFO] LocationSqlManager initialisation complete [2026-01-21,18:00:41.215] [DEBUG] UploadManager Init [2026-01-21,18:00:41.216] [DEBUG] UploadManager Init Complete [2026-01-21,18:00:41.218] [INFO] Initializing GPS... [2026-01-21,18:00:41.221] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,18:02:29.912] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,18:02:31.729] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-21,18:02:41.847] [DEBUG] Log Upload Complete! [2026-01-21,18:05:29.839] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,18:05:31.647] [DEBUG] Remote Access Enabled [2026-01-21,18:05:33.093] [INFO] Server Address: 138.201.17.179 [2026-01-21,18:05:33.094] [INFO] Server Port: 7000 [2026-01-21,18:05:33.104] [DEBUG] Starting Remote Access! 2026-01-21 18:05:33.298 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-21 18:05:33.299 [I] [client/service.go:294] try to connect to server... 2026-01-21 18:05:34.347 [I] [client/service.go:286] [e41d61a93591b9ad] login to server success, get run id [e41d61a93591b9ad] 2026-01-21 18:05:34.349 [I] [proxy/proxy_manager.go:173] [e41d61a93591b9ad] proxy added: [DNL01B4302] 2026-01-21 18:05:34.677 [I] [client/control.go:168] [e41d61a93591b9ad] [DNL01B4302] start proxy success [2026-01-21,18:20:02.477] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,18:20:04.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-01-21,18:35:02.088] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,18:35:03.862] [DEBUG] 6 processes running of frp type [2026-01-21,18:50:02.945] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,18:50:04.780] [DEBUG] 6 processes running of frp type [2026-01-21,19:05:02.300] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,19:05:04.333] [DEBUG] 6 processes running of frp type [2026-01-21,19:20:02.547] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,19:20:04.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' [2026-01-21,19:35:02.116] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,19:35:14.101] [DEBUG] 6 processes running of frp type [2026-01-21,19:50:02.941] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,19:50:04.879] [DEBUG] 6 processes running of frp type [2026-01-21,20:05:02.216] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,20:05:09.461] [DEBUG] 6 processes running of frp type [2026-01-21,20:20:02.626] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,20:20:04.411] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,20:35:02.712] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,20:35:04.625] [DEBUG] 6 processes running of frp type [2026-01-21,20:50:02.162] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,20:50:03.966] [DEBUG] 6 processes running of frp type [2026-01-21,21:05:02.356] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,21:05:04.344] [DEBUG] 6 processes running of frp type [2026-01-21,21:20:02.697] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,21:20:04.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-01-21,21:35:02.315] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,21:35:04.209] [DEBUG] 6 processes running of frp type [2026-01-21,21:50:02.116] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,21:50:04.005] [DEBUG] 6 processes running of frp type [2026-01-21,22:05:02.225] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,22:05:04.547] [DEBUG] 6 processes running of frp type [2026-01-21,22:20:02.938] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,22:20:04.705] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-21,22:35:02.219] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,22:35:04.081] [DEBUG] 6 processes running of frp type [2026-01-21,22:50:02.593] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,22:50:04.445] [DEBUG] 6 processes running of frp type [2026-01-21,23:05:02.713] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,23:05:04.504] [DEBUG] 6 processes running of frp type [2026-01-21,23:20:02.754] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,23:20:04.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-21,23:35:02.398] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,23:35:04.454] [DEBUG] 6 processes running of frp type [2026-01-21,23:50:02.618] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-21,23:50:04.450] [DEBUG] 6 processes running of frp type [2026-01-22,00:05:02.683] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,00:05:04.845] [DEBUG] 6 processes running of frp type [2026-01-22,00:20:02.197] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,00:20:04.064] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,00:35:02.222] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,00:35:04.136] [DEBUG] 6 processes running of frp type 2026-01-22 00:38:19.406 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 00:38:20.440 [I] [client/service.go:286] [e41d61a93591b9ad] login to server success, get run id [e41d61a93591b9ad] 2026-01-22 00:38:20.441 [I] [proxy/proxy_manager.go:173] [e41d61a93591b9ad] proxy added: [DNL01B4302] 2026-01-22 00:38:20.768 [I] [client/control.go:168] [e41d61a93591b9ad] [DNL01B4302] start proxy success 2026-01-22 00:44:54.702 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 00:44:55.727 [I] [client/service.go:286] [e41d61a93591b9ad] login to server success, get run id [e41d61a93591b9ad] 2026-01-22 00:44:55.727 [I] [proxy/proxy_manager.go:173] [e41d61a93591b9ad] proxy added: [DNL01B4302] 2026-01-22 00:44:56.036 [I] [client/control.go:168] [e41d61a93591b9ad] [DNL01B4302] start proxy success [2026-01-22,00:50:02.528] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,00:50:04.448] [DEBUG] 6 processes running of frp type [2026-01-22,01:05:02.650] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,01:05:04.546] [DEBUG] 6 processes running of frp type [2026-01-22,01:20:02.741] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,01:20:04.747] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,01:35:02.156] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,01:35:04.049] [DEBUG] 6 processes running of frp type [2026-01-22,01:50:02.420] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,01:50:04.272] [DEBUG] 6 processes running of frp type [2026-01-22,02:05:02.610] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,02:05:04.455] [DEBUG] 6 processes running of frp type [2026-01-22,02:20:02.714] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,02:20:05.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-22,02:35:02.239] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,02:35:04.093] [DEBUG] 6 processes running of frp type [2026-01-22,02:50:02.403] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,02:50:04.226] [DEBUG] 6 processes running of frp type [2026-01-22,03:05:02.567] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,03:05:04.364] [DEBUG] 6 processes running of frp type [2026-01-22,03:20:02.605] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,03:20:04.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-01-22,03:35:02.762] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,03:35:05.456] [DEBUG] 6 processes running of frp type [2026-01-22,03:50:03.764] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,03:50:07.401] [DEBUG] 6 processes running of frp type [2026-01-22,04:05:02.626] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,04:05:04.561] [DEBUG] 6 processes running of frp type [2026-01-22,04:20:02.763] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,04:20:04.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-22,04:35:02.761] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,04:35:04.583] [DEBUG] 6 processes running of frp type [2026-01-22,04:50:02.114] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,04:50:03.884] [DEBUG] 6 processes running of frp type [2026-01-22,05:05:02.310] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,05:05:04.054] [DEBUG] 6 processes running of frp type [2026-01-22,05:20:02.328] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,05:20:04.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' [2026-01-22,05:35:02.602] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,05:35:04.568] [DEBUG] 6 processes running of frp type [2026-01-22,05:50:02.152] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,05:50:03.959] [DEBUG] 6 processes running of frp type [2026-01-22,06:05:02.314] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,06:05:04.170] [DEBUG] 6 processes running of frp type [2026-01-22,06:20:02.424] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,06:20:04.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-22,06:35:02.047] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,06:35:03.786] [DEBUG] 6 processes running of frp type [2026-01-22,06:50:02.569] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,06:50:04.403] [DEBUG] 6 processes running of frp type [2026-01-22,07:05:02.744] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,07:05:04.515] [DEBUG] 6 processes running of frp type [2026-01-22,07:20:02.728] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,07:20:04.538] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,07:35:02.869] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,07:35:04.624] [DEBUG] 6 processes running of frp type [2026-01-22,07:50:03.128] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,07:50:04.873] [DEBUG] 6 processes running of frp type [2026-01-22,08:02:02.240] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,08:02:03.943] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-22,08:02:18.789] [DEBUG] Log Upload Complete! [2026-01-22,08:05:02.298] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,08:05:04.083] [DEBUG] 6 processes running of frp type [2026-01-22,08:20:02.526] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,08:20:04.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-01-22,08:35:01.979] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,08:35:03.750] [DEBUG] 6 processes running of frp type [2026-01-22,08:50:02.192] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,08:50:04.112] [DEBUG] 6 processes running of frp type [2026-01-22,09:05:02.691] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,09:05:04.509] [DEBUG] 6 processes running of frp type [2026-01-22,09:20:03.140] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,09:20:04.936] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,09:35:02.212] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,09:35:04.012] [DEBUG] 6 processes running of frp type [2026-01-22,09:50:02.707] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,09:50:04.425] [DEBUG] 6 processes running of frp type [2026-01-22,10:05:02.750] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,10:05:04.499] [DEBUG] 6 processes running of frp type [2026-01-22,10:20:02.995] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,10:20:04.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-22,10:35:02.872] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,10:35:04.668] [DEBUG] 6 processes running of frp type [2026-01-22,10:50:02.549] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,10:50:04.425] [DEBUG] 6 processes running of frp type [2026-01-22,11:05:02.865] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,11:05:04.707] [DEBUG] 6 processes running of frp type [2026-01-22,11:20:01.914] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,11:20:03.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-22,11:35:02.903] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,11:35:04.650] [DEBUG] 6 processes running of frp type [2026-01-22,11:50:02.713] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,11:50:04.489] [DEBUG] 6 processes running of frp type [2026-01-22,12:05:03.119] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,12:05:04.878] [DEBUG] 6 processes running of frp type [2026-01-22,12:20:02.366] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,12:20:04.198] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,12:35:03.158] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,12:35:05.029] [DEBUG] 6 processes running of frp type [2026-01-22,12:50:02.689] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,12:50:04.567] [DEBUG] 6 processes running of frp type [2026-01-22,13:05:03.089] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,13:05:04.896] [DEBUG] 6 processes running of frp type [2026-01-22,13:20:02.136] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,13:20:03.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-01-22,13:35:02.347] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,13:35:09.367] [DEBUG] 6 processes running of frp type [2026-01-22,13:50:03.141] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,13:50:05.109] [DEBUG] 6 processes running of frp type [2026-01-22,14:05:02.429] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,14:05:04.227] [DEBUG] 6 processes running of frp type [2026-01-22,14:20:02.674] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,14:20:04.397] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,14:35:02.920] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,14:35:04.664] [DEBUG] 6 processes running of frp type [2026-01-22,14:50:02.741] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,14:50:04.616] [DEBUG] 6 processes running of frp type [2026-01-22,15:05:03.128] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,15:05:04.847] [DEBUG] 6 processes running of frp type [2026-01-22,15:20:02.015] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,15:20:03.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-01-22,15:35:02.810] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,15:35:04.522] [DEBUG] 6 processes running of frp type [2026-01-22,15:50:02.953] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,15:50:04.768] [DEBUG] 6 processes running of frp type [2026-01-22,16:05:02.240] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,16:05:03.934] [DEBUG] 6 processes running of frp type [2026-01-22,16:20:02.371] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,16:20:04.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-22,16:35:02.654] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,16:35:04.562] [DEBUG] 6 processes running of frp type [2026-01-22,16:50:02.357] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,16:50:04.117] [DEBUG] 6 processes running of frp type 2026-01-22 17:00:14.251 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:00:24.253 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-22 17:00:24.255 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:00:24.256 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:00:28.788 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:00:28.789 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:00:38.546 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:00:38.547 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:00:58.549 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:00:58.550 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:01:18.551 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:01:18.552 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:01:38.554 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:01:38.555 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:01:58.556 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:01:58.558 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:02:18.558 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:02:18.560 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:02:38.561 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:02:38.562 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:02:58.563 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:02:58.565 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:03:18.566 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:03:18.568 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:03:38.569 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:03:38.574 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:03:58.575 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:03:58.580 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:04:18.581 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:04:18.585 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:04:38.587 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:04:41.297 [I] [client/service.go:286] [e41d61a93591b9ad] login to server success, get run id [e41d61a93591b9ad] 2026-01-22 17:04:41.299 [I] [proxy/proxy_manager.go:173] [e41d61a93591b9ad] proxy added: [DNL01B4302] 2026-01-22 17:04:43.214 [I] [client/control.go:168] [e41d61a93591b9ad] [DNL01B4302] start proxy success [2026-01-22,17:05:02.509] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,17:05:05.148] [DEBUG] 6 processes running of frp type 2026-01-22 17:05:49.462 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:05:49.463 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:05:51.606 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:05:51.608 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:05:55.975 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:05:55.978 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:06:05.159 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:06:05.160 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:06:24.470 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:06:24.471 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:06:44.472 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:06:44.473 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:07:04.474 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:07:04.475 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:07:24.476 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:07:24.478 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:07:44.479 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:07:44.480 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:08:04.481 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:08:04.483 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:08:24.484 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:08:24.486 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:08:44.487 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:08:44.489 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:09:04.489 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:09:04.493 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:09:24.494 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:09:24.499 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-22 17:09:44.500 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:09:44.505 [W] [client/service.go:297] [e41d61a93591b9ad] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-01-22 17:10:04.506 [I] [client/service.go:294] [e41d61a93591b9ad] try to connect to server... 2026-01-22 17:10:05.630 [I] [client/service.go:286] [e41d61a93591b9ad] login to server success, get run id [e41d61a93591b9ad] 2026-01-22 17:10:05.631 [I] [proxy/proxy_manager.go:173] [e41d61a93591b9ad] proxy added: [DNL01B4302] 2026-01-22 17:10:07.223 [I] [client/control.go:168] [e41d61a93591b9ad] [DNL01B4302] start proxy success [2026-01-22,17:20:02.430] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,17:20:05.113] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,17:35:02.202] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,17:35:04.616] [DEBUG] 6 processes running of frp type [2026-01-22,17:50:03.006] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,17:50:05.098] [DEBUG] 6 processes running of frp type [2026-01-22,18:00:42.269] [INFO] Initializing BusSpeedStateManager V2 [2026-01-22,18:00:42.274] [INFO] LocationSqlManager initialising [2026-01-22,18:00:42.274] [INFO] Location DB initialising [2026-01-22,18:00:42.284] [INFO] LocationSqlManager initialisation complete [2026-01-22,18:00:42.284] [DEBUG] UploadManager Init [2026-01-22,18:00:42.285] [DEBUG] UploadManager Init Complete [2026-01-22,18:00:42.287] [INFO] Initializing GPS... [2026-01-22,18:00:42.289] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,18:02:29.837] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,18:02:31.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( [2026-01-22,18:02:42.147] [DEBUG] Log Upload Complete! [2026-01-22,18:05:29.984] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,18:05:31.685] [DEBUG] Remote Access Enabled [2026-01-22,18:05:33.059] [INFO] Server Address: 138.201.17.179 [2026-01-22,18:05:33.060] [INFO] Server Port: 7000 [2026-01-22,18:05:33.069] [DEBUG] Starting Remote Access! 2026-01-22 18:05:33.257 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-22 18:05:33.258 [I] [client/service.go:294] try to connect to server... 2026-01-22 18:05:34.330 [I] [client/service.go:286] [1f2d19e279e4e510] login to server success, get run id [1f2d19e279e4e510] 2026-01-22 18:05:34.332 [I] [proxy/proxy_manager.go:173] [1f2d19e279e4e510] proxy added: [DNL01B4302] 2026-01-22 18:05:34.691 [I] [client/control.go:168] [1f2d19e279e4e510] [DNL01B4302] start proxy success [2026-01-22,18:20:02.622] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,18:20:04.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-22,18:35:02.284] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,18:35:04.449] [DEBUG] 6 processes running of frp type [2026-01-22,18:50:02.071] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,18:50:03.755] [DEBUG] 6 processes running of frp type [2026-01-22,19:05:02.063] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,19:05:03.727] [DEBUG] 6 processes running of frp type [2026-01-22,19:20:03.287] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,19:20:05.373] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,19:35:03.397] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,19:35:05.480] [DEBUG] 6 processes running of frp type [2026-01-22,19:50:03.100] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,19:50:05.319] [DEBUG] 6 processes running of frp type [2026-01-22,20:05:02.658] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,20:05:04.758] [DEBUG] 6 processes running of frp type [2026-01-22,20:20:01.931] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,20:20:03.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-01-22,20:35:02.577] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,20:35:05.013] [DEBUG] 6 processes running of frp type [2026-01-22,20:50:02.637] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,20:50:08.423] [DEBUG] 6 processes running of frp type [2026-01-22,21:05:03.051] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,21:05:17.513] [DEBUG] 6 processes running of frp type 2026-01-22 21:15:02.930 [I] [client/service.go:294] [1f2d19e279e4e510] try to connect to server... 2026-01-22 21:15:05.849 [I] [client/service.go:286] [1f2d19e279e4e510] login to server success, get run id [1f2d19e279e4e510] 2026-01-22 21:15:05.851 [I] [proxy/proxy_manager.go:173] [1f2d19e279e4e510] proxy added: [DNL01B4302] 2026-01-22 21:15:06.344 [I] [client/control.go:168] [1f2d19e279e4e510] [DNL01B4302] start proxy success [2026-01-22,21:20:03.099] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,21:20:11.616] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,21:35:02.463] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,21:35:04.633] [DEBUG] 6 processes running of frp type [2026-01-22,21:50:02.001] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,21:50:03.882] [DEBUG] 6 processes running of frp type [2026-01-22,22:05:02.107] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,22:05:03.892] [DEBUG] 6 processes running of frp type [2026-01-22,22:20:02.090] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,22:20:03.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-01-22,22:35:02.864] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,22:35:04.752] [DEBUG] 6 processes running of frp type [2026-01-22,22:50:02.359] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,22:50:04.299] [DEBUG] 6 processes running of frp type [2026-01-22,23:05:02.907] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,23:05:04.867] [DEBUG] 6 processes running of frp type [2026-01-22,23:20:02.273] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,23:20:04.021] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-22,23:35:02.036] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,23:35:03.719] [DEBUG] 6 processes running of frp type [2026-01-22,23:50:02.142] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-22,23:50:03.997] [DEBUG] 6 processes running of frp type [2026-01-23,00:05:02.150] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,00:05:03.909] [DEBUG] 6 processes running of frp type [2026-01-23,00:20:02.110] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,00:20:08.538] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,00:35:02.298] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,00:35:04.931] [DEBUG] 6 processes running of frp type [2026-01-23,00:50:02.872] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,00:50:04.595] [DEBUG] 6 processes running of frp type [2026-01-23,01:05:02.856] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,01:05:04.527] [DEBUG] 6 processes running of frp type [2026-01-23,01:20:02.696] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,01:20:04.438] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-23 01:34:11.564 [I] [client/service.go:294] [1f2d19e279e4e510] try to connect to server... 2026-01-23 01:34:16.413 [I] [client/service.go:286] [1f2d19e279e4e510] login to server success, get run id [1f2d19e279e4e510] 2026-01-23 01:34:16.415 [I] [proxy/proxy_manager.go:173] [1f2d19e279e4e510] proxy added: [DNL01B4302] 2026-01-23 01:34:17.195 [I] [client/control.go:168] [1f2d19e279e4e510] [DNL01B4302] start proxy success [2026-01-23,01:35:02.387] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,01:35:04.139] [DEBUG] 6 processes running of frp type [2026-01-23,01:50:02.248] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,01:50:03.993] [DEBUG] 6 processes running of frp type [2026-01-23,02:05:02.150] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,02:05:04.055] [DEBUG] 6 processes running of frp type [2026-01-23,02:20:02.190] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,02:20:03.866] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,02:35:02.270] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,02:35:04.060] [DEBUG] 6 processes running of frp type [2026-01-23,02:50:02.446] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,02:50:04.253] [DEBUG] 6 processes running of frp type [2026-01-23,03:05:02.531] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,03:05:04.418] [DEBUG] 6 processes running of frp type [2026-01-23,03:20:02.580] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,03:20:04.331] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,03:35:02.527] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,03:35:04.296] [DEBUG] 6 processes running of frp type [2026-01-23,03:50:02.251] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,03:50:04.294] [DEBUG] 6 processes running of frp type [2026-01-23,04:05:02.447] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,04:05:04.188] [DEBUG] 6 processes running of frp type [2026-01-23,04:20:02.380] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,04:20:04.146] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,04:35:02.354] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,04:35:04.106] [DEBUG] 6 processes running of frp type [2026-01-23,04:50:02.454] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,04:50:04.326] [DEBUG] 6 processes running of frp type [2026-01-23,05:05:03.036] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,05:05:04.981] [DEBUG] 6 processes running of frp type [2026-01-23,05:20:02.225] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,05:20:04.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' [2026-01-23,05:35:03.287] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,05:35:06.280] [DEBUG] 6 processes running of frp type [2026-01-23,05:50:02.707] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,05:50:04.896] [DEBUG] 6 processes running of frp type [2026-01-23,06:05:02.593] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,06:05:04.440] [DEBUG] 6 processes running of frp type [2026-01-23,06:20:03.014] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,06:20:04.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' [2026-01-23,06:35:02.022] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,06:35:03.719] [DEBUG] 6 processes running of frp type [2026-01-23,06:50:02.632] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,06:50:04.521] [DEBUG] 6 processes running of frp type [2026-01-23,07:05:02.914] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,07:05:04.960] [DEBUG] 6 processes running of frp type [2026-01-23,07:06:11.148] [INFO] Initializing BusSpeedStateManager V2 [2026-01-23,07:06:11.155] [INFO] LocationSqlManager initialising [2026-01-23,07:06:11.155] [INFO] Location DB initialising [2026-01-23,07:06:11.165] [INFO] LocationSqlManager initialisation complete [2026-01-23,07:06:11.166] [DEBUG] UploadManager Init [2026-01-23,07:06:11.167] [DEBUG] UploadManager Init Complete [2026-01-23,07:06:11.170] [INFO] Initializing GPS... [2026-01-23,07:06:11.172] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,11:15:53.184] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,11:15:55.006] [DEBUG] Remote Access Enabled [2026-01-23,11:15:56.570] [INFO] Server Address: 138.201.17.179 [2026-01-23,11:15:56.572] [INFO] Server Port: 7000 [2026-01-23,11:15:56.580] [DEBUG] Starting Remote Access! 2026-01-23 11:15:56.774 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-23 11:15:56.775 [I] [client/service.go:294] try to connect to server... 2026-01-23 11:15:57.825 [I] [client/service.go:286] [f50169bdeb450bfa] login to server success, get run id [f50169bdeb450bfa] 2026-01-23 11:15:57.826 [I] [proxy/proxy_manager.go:173] [f50169bdeb450bfa] proxy added: [DNL01B4302] 2026-01-23 11:15:58.193 [I] [client/control.go:168] [f50169bdeb450bfa] [DNL01B4302] start proxy success [2026-01-23,11:20:56.212] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,11:20:58.415] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,11:35:02.601] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,11:35:07.431] [DEBUG] 6 processes running of frp type [2026-01-23,11:50:02.026] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,11:50:03.867] [DEBUG] 6 processes running of frp type [2026-01-23,12:05:02.075] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,12:05:03.993] [DEBUG] 6 processes running of frp type [2026-01-23,12:20:02.413] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,12:20:04.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-01-23,12:35:02.852] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,12:35:04.623] [DEBUG] 6 processes running of frp type [2026-01-23,12:50:02.257] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,12:50:04.013] [DEBUG] 6 processes running of frp type [2026-01-23,13:05:02.481] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,13:05:09.708] [DEBUG] 6 processes running of frp type [2026-01-23,13:20:03.201] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,13:20:05.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-23,13:35:03.211] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,13:35:05.024] [DEBUG] 6 processes running of frp type [2026-01-23,13:50:03.222] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,13:50:05.004] [DEBUG] 6 processes running of frp type [2026-01-23,14:05:02.643] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,14:05:04.435] [DEBUG] 6 processes running of frp type [2026-01-23,14:20:02.898] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,14:20:04.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-01-23,14:35:03.243] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,14:35:04.957] [DEBUG] 6 processes running of frp type [2026-01-23,14:50:03.197] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,14:50:05.082] [DEBUG] 6 processes running of frp type [2026-01-23,15:05:02.465] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,15:05:04.253] [DEBUG] 6 processes running of frp type [2026-01-23,15:20:02.456] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,15:20:04.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-23,15:35:02.947] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,15:35:04.791] [DEBUG] 6 processes running of frp type [2026-01-23,15:50:02.904] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,15:50:04.663] [DEBUG] 6 processes running of frp type [2026-01-23,16:05:03.085] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,16:05:04.912] [DEBUG] 6 processes running of frp type [2026-01-23,16:20:02.422] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,16:20:04.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-23,16:35:02.653] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,16:35:04.381] [DEBUG] 6 processes running of frp type [2026-01-23,16:50:03.212] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,16:50:05.005] [DEBUG] 6 processes running of frp type 2026-01-23 17:00:22.697 [I] [client/service.go:294] [f50169bdeb450bfa] try to connect to server... 2026-01-23 17:00:22.698 [W] [client/service.go:297] [f50169bdeb450bfa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:00:24.822 [I] [client/service.go:294] [f50169bdeb450bfa] try to connect to server... 2026-01-23 17:00:24.823 [W] [client/service.go:297] [f50169bdeb450bfa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:00:29.073 [I] [client/service.go:294] [f50169bdeb450bfa] try to connect to server... 2026-01-23 17:00:29.074 [W] [client/service.go:297] [f50169bdeb450bfa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:00:37.838 [I] [client/service.go:294] [f50169bdeb450bfa] try to connect to server... 2026-01-23 17:00:37.840 [W] [client/service.go:297] [f50169bdeb450bfa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:00:55.977 [I] [client/service.go:294] [f50169bdeb450bfa] try to connect to server... 2026-01-23 17:00:55.978 [W] [client/service.go:297] [f50169bdeb450bfa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:01:15.980 [I] [client/service.go:294] [f50169bdeb450bfa] try to connect to server... 2026-01-23 17:01:15.981 [W] [client/service.go:297] [f50169bdeb450bfa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:01:35.982 [I] [client/service.go:294] [f50169bdeb450bfa] try to connect to server... 2026-01-23 17:01:35.983 [W] [client/service.go:297] [f50169bdeb450bfa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:01:55.984 [I] [client/service.go:294] [f50169bdeb450bfa] try to connect to server... 2026-01-23 17:01:55.985 [W] [client/service.go:297] [f50169bdeb450bfa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:02:15.986 [I] [client/service.go:294] [f50169bdeb450bfa] try to connect to server... 2026-01-23 17:02:15.987 [W] [client/service.go:297] [f50169bdeb450bfa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:02:35.988 [I] [client/service.go:294] [f50169bdeb450bfa] try to connect to server... 2026-01-23 17:02:35.989 [W] [client/service.go:297] [f50169bdeb450bfa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:02:55.990 [I] [client/service.go:294] [f50169bdeb450bfa] try to connect to server... 2026-01-23 17:02:55.992 [W] [client/service.go:297] [f50169bdeb450bfa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:03:15.992 [I] [client/service.go:294] [f50169bdeb450bfa] try to connect to server... 2026-01-23 17:03:15.994 [W] [client/service.go:297] [f50169bdeb450bfa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:03:35.995 [I] [client/service.go:294] [f50169bdeb450bfa] try to connect to server... 2026-01-23 17:03:35.999 [W] [client/service.go:297] [f50169bdeb450bfa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:03:56.000 [I] [client/service.go:294] [f50169bdeb450bfa] try to connect to server... 2026-01-23 17:03:56.004 [W] [client/service.go:297] [f50169bdeb450bfa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:04:16.006 [I] [client/service.go:294] [f50169bdeb450bfa] try to connect to server... 2026-01-23 17:04:16.011 [W] [client/service.go:297] [f50169bdeb450bfa] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-23 17:04:36.012 [I] [client/service.go:294] [f50169bdeb450bfa] try to connect to server... 2026-01-23 17:04:37.115 [I] [client/service.go:286] [f50169bdeb450bfa] login to server success, get run id [f50169bdeb450bfa] 2026-01-23 17:04:37.116 [I] [proxy/proxy_manager.go:173] [f50169bdeb450bfa] proxy added: [DNL01B4302] 2026-01-23 17:04:38.968 [I] [client/control.go:168] [f50169bdeb450bfa] [DNL01B4302] start proxy success [2026-01-23,17:05:02.194] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,17:05:04.320] [DEBUG] 6 processes running of frp type [2026-01-23,17:20:02.690] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,17:20:04.828] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,17:35:02.404] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,17:35:04.590] [DEBUG] 6 processes running of frp type [2026-01-23,17:50:02.926] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,17:50:05.097] [DEBUG] 6 processes running of frp type [2026-01-23,18:00:41.218] [INFO] Initializing BusSpeedStateManager V2 [2026-01-23,18:00:41.222] [INFO] LocationSqlManager initialising [2026-01-23,18:00:41.223] [INFO] Location DB initialising [2026-01-23,18:00:41.232] [INFO] LocationSqlManager initialisation complete [2026-01-23,18:00:41.233] [DEBUG] UploadManager Init [2026-01-23,18:00:41.233] [DEBUG] UploadManager Init Complete [2026-01-23,18:00:41.236] [INFO] Initializing GPS... [2026-01-23,18:00:41.238] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,18:02:30.294] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,18:02:35.083] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-23,18:03:15.827] [DEBUG] Log Upload Complete! [2026-01-23,18:05:30.138] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,18:05:33.189] [DEBUG] Remote Access Enabled [2026-01-23,18:05:35.395] [INFO] Server Address: 138.201.17.179 [2026-01-23,18:05:35.397] [INFO] Server Port: 7000 [2026-01-23,18:05:35.406] [DEBUG] Starting Remote Access! 2026-01-23 18:05:35.605 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-23 18:05:35.606 [I] [client/service.go:294] try to connect to server... 2026-01-23 18:05:37.250 [I] [client/service.go:286] [8b693856e38e2119] login to server success, get run id [8b693856e38e2119] 2026-01-23 18:05:37.250 [I] [proxy/proxy_manager.go:173] [8b693856e38e2119] proxy added: [DNL01B4302] 2026-01-23 18:05:37.807 [I] [client/control.go:168] [8b693856e38e2119] [DNL01B4302] start proxy success [2026-01-23,18:20:02.679] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,18:20:04.470] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,18:35:03.222] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,18:35:04.969] [DEBUG] 6 processes running of frp type [2026-01-23,18:50:02.609] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,18:50:04.347] [DEBUG] 6 processes running of frp type [2026-01-23,19:05:02.790] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,19:05:04.594] [DEBUG] 6 processes running of frp type [2026-01-23,19:20:02.881] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,19:20:04.662] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,19:35:02.913] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,19:35:04.668] [DEBUG] 6 processes running of frp type [2026-01-23,19:50:02.322] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,19:50:04.059] [DEBUG] 6 processes running of frp type [2026-01-23,20:05:02.354] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,20:05:09.091] [DEBUG] 6 processes running of frp type [2026-01-23,20:20:02.602] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,20:20:04.414] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,20:35:02.293] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,20:35:09.280] [DEBUG] 6 processes running of frp type [2026-01-23,20:50:02.762] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,20:50:04.526] [DEBUG] 6 processes running of frp type [2026-01-23,21:05:02.809] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,21:05:04.613] [DEBUG] 6 processes running of frp type [2026-01-23,21:20:03.028] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,21:20:04.905] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,21:35:02.223] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,21:35:04.135] [DEBUG] 6 processes running of frp type [2026-01-23,21:50:02.717] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,21:50:04.379] [DEBUG] 6 processes running of frp type [2026-01-23,22:05:02.824] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,22:05:09.683] [DEBUG] 6 processes running of frp type [2026-01-23,22:20:01.922] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,22:20:03.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-01-23,22:35:02.635] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,22:35:04.752] [DEBUG] 6 processes running of frp type [2026-01-23,22:50:02.733] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,22:50:04.464] [DEBUG] 6 processes running of frp type [2026-01-23,23:05:03.219] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,23:05:04.997] [DEBUG] 6 processes running of frp type [2026-01-23,23:20:02.337] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,23:20:04.128] [DEBUG] 6 processes running of frp type 2026-01-23 23:25:20.537 [I] [client/service.go:294] [8b693856e38e2119] try to connect to server... 2026-01-23 23:25:30.538 [W] [client/service.go:297] [8b693856e38e2119] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-23 23:25:30.539 [I] [client/service.go:294] [8b693856e38e2119] try to connect to server... 2026-01-23 23:25:33.896 [I] [client/service.go:286] [8b693856e38e2119] login to server success, get run id [8b693856e38e2119] 2026-01-23 23:25:33.897 [I] [proxy/proxy_manager.go:173] [8b693856e38e2119] proxy added: [DNL01B4302] 2026-01-23 23:25:34.247 [I] [client/control.go:168] [8b693856e38e2119] [DNL01B4302] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-23,23:35:02.205] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,23:35:03.889] [DEBUG] 6 processes running of frp type [2026-01-23,23:50:02.298] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-23,23:50:04.149] [DEBUG] 6 processes running of frp type [2026-01-24,00:05:02.557] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,00:05:04.347] [DEBUG] 6 processes running of frp type [2026-01-24,00:20:04.370] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,00:20:06.192] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,00:35:04.613] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,00:35:07.841] [DEBUG] 6 processes running of frp type [2026-01-24,00:50:02.683] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,00:50:04.441] [DEBUG] 6 processes running of frp type [2026-01-24,01:05:02.671] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,01:05:04.318] [DEBUG] 6 processes running of frp type [2026-01-24,01:20:02.413] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,01:20:04.119] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,01:35:02.140] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,01:35:03.800] [DEBUG] 6 processes running of frp type 2026-01-24 01:47:35.148 [I] [client/service.go:294] [8b693856e38e2119] try to connect to server... 2026-01-24 01:47:45.150 [W] [client/service.go:297] [8b693856e38e2119] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-24 01:47:45.151 [I] [client/service.go:294] [8b693856e38e2119] try to connect to server... 2026-01-24 01:47:52.270 [I] [client/service.go:286] [8b693856e38e2119] login to server success, get run id [8b693856e38e2119] 2026-01-24 01:47:52.271 [I] [proxy/proxy_manager.go:173] [8b693856e38e2119] proxy added: [DNL01B4302] 2026-01-24 01:47:52.630 [I] [client/control.go:168] [8b693856e38e2119] [DNL01B4302] start proxy success [2026-01-24,01:50:02.082] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,01:50:03.840] [DEBUG] 6 processes running of frp type [2026-01-24,02:05:01.997] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,02:05:03.867] [DEBUG] 6 processes running of frp type [2026-01-24,02:20:02.323] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,02:20:03.986] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,02:35:01.964] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,02:35:03.660] [DEBUG] 6 processes running of frp type [2026-01-24,02:50:02.938] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,02:50:04.645] [DEBUG] 6 processes running of frp type [2026-01-24,03:05:02.818] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,03:05:04.397] [DEBUG] 6 processes running of frp type [2026-01-24,03:20:02.722] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,03:20:04.311] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,03:35:02.676] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,03:35:04.407] [DEBUG] 6 processes running of frp type [2026-01-24,03:50:02.286] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,03:50:04.055] [DEBUG] 6 processes running of frp type [2026-01-24,04:05:02.207] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,04:05:03.862] [DEBUG] 6 processes running of frp type [2026-01-24,04:20:02.020] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,04:20:03.801] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,04:35:03.164] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,04:35:04.970] [DEBUG] 6 processes running of frp type [2026-01-24,04:50:02.666] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,04:50:04.649] [DEBUG] 6 processes running of frp type [2026-01-24,05:05:02.112] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,05:05:03.924] [DEBUG] 6 processes running of frp type [2026-01-24,05:20:02.240] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,05:20:04.001] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,05:35:02.335] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,05:35:04.019] [DEBUG] 6 processes running of frp type [2026-01-24,05:50:02.341] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,05:50:04.199] [DEBUG] 6 processes running of frp type [2026-01-24,06:05:02.419] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,06:05:04.091] [DEBUG] 6 processes running of frp type [2026-01-24,06:20:17.703] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,06:20:19.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-01-24,06:35:02.320] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,06:35:04.058] [DEBUG] 6 processes running of frp type [2026-01-24,06:50:02.234] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,06:50:03.984] [DEBUG] 6 processes running of frp type [2026-01-24,07:05:02.649] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,07:05:04.410] [DEBUG] 6 processes running of frp type [2026-01-24,07:07:38.512] [INFO] Initializing BusSpeedStateManager V2 [2026-01-24,07:07:38.517] [INFO] LocationSqlManager initialising [2026-01-24,07:07:38.517] [INFO] Location DB initialising [2026-01-24,07:07:38.530] [INFO] LocationSqlManager initialisation complete [2026-01-24,07:07:38.531] [DEBUG] UploadManager Init [2026-01-24,07:07:38.532] [DEBUG] UploadManager Init Complete [2026-01-24,07:07:38.538] [INFO] Initializing GPS... [2026-01-24,07:07:38.541] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,07:37:32.092] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,07:37:33.813] [DEBUG] Remote Access Enabled [2026-01-24,07:37:35.150] [INFO] Server Address: 138.201.17.179 [2026-01-24,07:37:35.152] [INFO] Server Port: 7000 [2026-01-24,07:37:35.161] [DEBUG] Starting Remote Access! 2026-01-24 07:37:35.324 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-24 07:37:35.325 [I] [client/service.go:294] try to connect to server... 2026-01-24 07:37:36.320 [I] [client/service.go:286] [3671a387d6325be3] login to server success, get run id [3671a387d6325be3] 2026-01-24 07:37:36.320 [I] [proxy/proxy_manager.go:173] [3671a387d6325be3] proxy added: [DNL01B4302] 2026-01-24 07:37:36.655 [I] [client/control.go:168] [3671a387d6325be3] [DNL01B4302] start proxy success [2026-01-24,07:50:02.576] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,07:50:04.346] [DEBUG] 6 processes running of frp type [2026-01-24,08:02:02.664] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,08:02:04.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-01-24,08:02:19.219] [DEBUG] Log Upload Complete! [2026-01-24,08:05:02.861] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,08:05:04.669] [DEBUG] 6 processes running of frp type [2026-01-24,08:20:02.966] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,08:20:04.704] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,08:35:02.527] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,08:35:04.298] [DEBUG] 6 processes running of frp type [2026-01-24,08:50:02.405] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,08:50:04.124] [DEBUG] 6 processes running of frp type [2026-01-24,09:05:02.455] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,09:05:04.313] [DEBUG] 6 processes running of frp type [2026-01-24,09:20:02.572] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,09:20:04.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-01-24,09:35:02.252] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,09:35:04.200] [DEBUG] 6 processes running of frp type [2026-01-24,09:50:03.045] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,09:50:04.936] [DEBUG] 6 processes running of frp type [2026-01-24,10:05:02.201] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,10:05:03.998] [DEBUG] 6 processes running of frp type [2026-01-24,10:20:02.156] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,10:20:03.878] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,10:35:02.988] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,10:35:04.700] [DEBUG] 6 processes running of frp type [2026-01-24,10:50:02.411] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,10:50:04.148] [DEBUG] 6 processes running of frp type [2026-01-24,11:05:02.436] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,11:05:04.321] [DEBUG] 6 processes running of frp type [2026-01-24,11:20:02.517] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,11:20:04.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-01-24,11:35:02.482] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,11:35:04.372] [DEBUG] 6 processes running of frp type [2026-01-24,11:50:02.944] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,11:50:04.695] [DEBUG] 6 processes running of frp type [2026-01-24,12:05:02.023] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,12:05:03.733] [DEBUG] 6 processes running of frp type [2026-01-24,12:20:02.094] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,12:20:03.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-01-24,12:35:02.491] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,12:35:04.276] [DEBUG] 6 processes running of frp type [2026-01-24,12:50:02.837] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,12:50:04.636] [DEBUG] 6 processes running of frp type [2026-01-24,13:05:02.922] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,13:05:04.911] [DEBUG] 6 processes running of frp type [2026-01-24,13:20:02.102] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,13:20:09.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-24,13:35:02.757] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,13:35:04.462] [DEBUG] 6 processes running of frp type [2026-01-24,13:50:02.055] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,13:50:03.880] [DEBUG] 6 processes running of frp type [2026-01-24,14:05:02.267] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,14:05:03.946] [DEBUG] 6 processes running of frp type [2026-01-24,14:20:02.156] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,14:20:03.989] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,14:35:02.547] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,14:35:04.216] [DEBUG] 6 processes running of frp type [2026-01-24,14:50:01.875] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,14:50:03.787] [DEBUG] 6 processes running of frp type [2026-01-24,15:05:02.407] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,15:05:04.151] [DEBUG] 6 processes running of frp type [2026-01-24,15:20:02.731] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,15:20:04.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-24,15:35:03.206] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,15:35:04.903] [DEBUG] 6 processes running of frp type [2026-01-24,15:50:02.244] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,15:50:04.279] [DEBUG] 6 processes running of frp type [2026-01-24,16:05:02.684] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,16:05:04.478] [DEBUG] 6 processes running of frp type [2026-01-24,16:20:02.833] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,16:20:04.637] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,16:35:02.925] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,16:35:04.826] [DEBUG] 6 processes running of frp type [2026-01-24,16:50:02.922] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,16:50:04.852] [DEBUG] 6 processes running of frp type 2026-01-24 17:00:37.299 [I] [client/service.go:294] [3671a387d6325be3] try to connect to server... 2026-01-24 17:00:37.301 [W] [client/service.go:297] [3671a387d6325be3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:00:39.464 [I] [client/service.go:294] [3671a387d6325be3] try to connect to server... 2026-01-24 17:00:39.465 [W] [client/service.go:297] [3671a387d6325be3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:00:43.917 [I] [client/service.go:294] [3671a387d6325be3] try to connect to server... 2026-01-24 17:00:43.918 [W] [client/service.go:297] [3671a387d6325be3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:00:53.157 [I] [client/service.go:294] [3671a387d6325be3] try to connect to server... 2026-01-24 17:00:53.158 [W] [client/service.go:297] [3671a387d6325be3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:01:13.016 [I] [client/service.go:294] [3671a387d6325be3] try to connect to server... 2026-01-24 17:01:13.017 [W] [client/service.go:297] [3671a387d6325be3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:01:33.019 [I] [client/service.go:294] [3671a387d6325be3] try to connect to server... 2026-01-24 17:01:33.020 [W] [client/service.go:297] [3671a387d6325be3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:01:53.021 [I] [client/service.go:294] [3671a387d6325be3] try to connect to server... 2026-01-24 17:01:53.022 [W] [client/service.go:297] [3671a387d6325be3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:02:13.024 [I] [client/service.go:294] [3671a387d6325be3] try to connect to server... 2026-01-24 17:02:13.025 [W] [client/service.go:297] [3671a387d6325be3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:02:33.026 [I] [client/service.go:294] [3671a387d6325be3] try to connect to server... 2026-01-24 17:02:33.028 [W] [client/service.go:297] [3671a387d6325be3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:02:53.028 [I] [client/service.go:294] [3671a387d6325be3] try to connect to server... 2026-01-24 17:02:53.030 [W] [client/service.go:297] [3671a387d6325be3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:03:13.031 [I] [client/service.go:294] [3671a387d6325be3] try to connect to server... 2026-01-24 17:03:13.032 [W] [client/service.go:297] [3671a387d6325be3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:03:33.033 [I] [client/service.go:294] [3671a387d6325be3] try to connect to server... 2026-01-24 17:03:33.034 [W] [client/service.go:297] [3671a387d6325be3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:03:53.035 [I] [client/service.go:294] [3671a387d6325be3] try to connect to server... 2026-01-24 17:03:53.040 [W] [client/service.go:297] [3671a387d6325be3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:04:13.042 [I] [client/service.go:294] [3671a387d6325be3] try to connect to server... 2026-01-24 17:04:13.047 [W] [client/service.go:297] [3671a387d6325be3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-01-24 17:04:33.049 [I] [client/service.go:294] [3671a387d6325be3] try to connect to server... 2026-01-24 17:04:34.776 [I] [client/service.go:286] [3671a387d6325be3] login to server success, get run id [3671a387d6325be3] 2026-01-24 17:04:34.778 [I] [proxy/proxy_manager.go:173] [3671a387d6325be3] proxy added: [DNL01B4302] 2026-01-24 17:04:37.249 [I] [client/control.go:168] [3671a387d6325be3] [DNL01B4302] start proxy success [2026-01-24,17:05:02.271] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,17:05:04.747] [DEBUG] 6 processes running of frp type [2026-01-24,17:20:02.093] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,17:20:04.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-24,17:35:02.556] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,17:35:04.655] [DEBUG] 6 processes running of frp type [2026-01-24,17:50:02.639] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,17:50:04.769] [DEBUG] 6 processes running of frp type [2026-01-24,18:00:25.187] [INFO] Initializing BusSpeedStateManager V2 [2026-01-24,18:00:25.194] [INFO] LocationSqlManager initialising [2026-01-24,18:00:25.194] [INFO] Location DB initialising [2026-01-24,18:00:25.204] [INFO] LocationSqlManager initialisation complete [2026-01-24,18:00:25.205] [DEBUG] UploadManager Init [2026-01-24,18:00:25.205] [DEBUG] UploadManager Init Complete [2026-01-24,18:00:25.208] [INFO] Initializing GPS... [2026-01-24,18:00:25.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-01-24,20:45:14.175] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,20:45:15.994] [DEBUG] Remote Access Enabled [2026-01-24,20:45:17.424] [INFO] Server Address: 138.201.17.179 [2026-01-24,20:45:17.426] [INFO] Server Port: 7000 [2026-01-24,20:45:17.435] [DEBUG] Starting Remote Access! 2026-01-24 20:45:17.633 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-24 20:45:17.634 [I] [client/service.go:294] try to connect to server... 2026-01-24 20:45:18.956 [I] [client/service.go:286] [38b7b98fb5caa661] login to server success, get run id [38b7b98fb5caa661] 2026-01-24 20:45:18.957 [I] [proxy/proxy_manager.go:173] [38b7b98fb5caa661] proxy added: [DNL01B4302] 2026-01-24 20:45:19.282 [I] [client/control.go:168] [38b7b98fb5caa661] [DNL01B4302] start proxy success [2026-01-24,20:50:03.490] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,20:50:05.687] [DEBUG] 6 processes running of frp type [2026-01-24,21:05:02.088] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,21:05:04.051] [DEBUG] 6 processes running of frp type [2026-01-24,21:20:02.399] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,21:20:05.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-24,21:35:02.735] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,21:35:04.557] [DEBUG] 6 processes running of frp type 2026-01-24 21:39:59.822 [I] [client/service.go:294] [38b7b98fb5caa661] try to connect to server... 2026-01-24 21:40:00.839 [I] [client/service.go:286] [38b7b98fb5caa661] login to server success, get run id [38b7b98fb5caa661] 2026-01-24 21:40:00.839 [I] [proxy/proxy_manager.go:173] [38b7b98fb5caa661] proxy added: [DNL01B4302] 2026-01-24 21:40:01.172 [I] [client/control.go:168] [38b7b98fb5caa661] [DNL01B4302] start proxy success [2026-01-24,21:50:02.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,21:50:04.060] [DEBUG] 6 processes running of frp type [2026-01-24,22:05:03.505] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,22:05:08.177] [DEBUG] 6 processes running of frp type 2026-01-24 22:07:02.335 [I] [client/service.go:294] [38b7b98fb5caa661] try to connect to server... 2026-01-24 22:07:03.516 [I] [client/service.go:286] [38b7b98fb5caa661] login to server success, get run id [38b7b98fb5caa661] 2026-01-24 22:07:03.517 [I] [proxy/proxy_manager.go:173] [38b7b98fb5caa661] proxy added: [DNL01B4302] 2026-01-24 22:07:03.902 [I] [client/control.go:168] [38b7b98fb5caa661] [DNL01B4302] start proxy success [2026-01-24,22:20:02.343] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,22:20:04.459] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,22:35:02.853] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,22:35:04.740] [DEBUG] 6 processes running of frp type [2026-01-24,22:50:02.643] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,22:50:04.339] [DEBUG] 6 processes running of frp type [2026-01-24,23:05:02.622] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,23:05:04.336] [DEBUG] 6 processes running of frp type [2026-01-24,23:20:02.616] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,23:20:04.373] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-24,23:35:02.909] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,23:35:04.747] [DEBUG] 6 processes running of frp type [2026-01-24,23:50:02.683] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-24,23:50:06.655] [DEBUG] 6 processes running of frp type [2026-01-25,00:05:03.258] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,00:05:04.995] [DEBUG] 6 processes running of frp type [2026-01-25,00:20:02.686] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,00:20:04.611] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,00:35:02.016] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,00:35:03.715] [DEBUG] 6 processes running of frp type [2026-01-25,00:50:02.782] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,00:50:04.807] [DEBUG] 6 processes running of frp type [2026-01-25,01:05:01.982] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,01:05:03.858] [DEBUG] 6 processes running of frp type [2026-01-25,01:20:02.091] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,01:20:03.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-25,01:35:03.023] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,01:35:04.662] [DEBUG] 6 processes running of frp type [2026-01-25,01:50:02.843] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,01:50:04.614] [DEBUG] 6 processes running of frp type [2026-01-25,02:05:02.818] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,02:05:04.543] [DEBUG] 6 processes running of frp type [2026-01-25,02:20:02.808] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,02:20:04.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-01-25,02:35:02.850] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,02:35:04.592] [DEBUG] 6 processes running of frp type [2026-01-25,02:50:02.760] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,02:50:04.581] [DEBUG] 6 processes running of frp type [2026-01-25,03:05:02.848] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,03:05:04.850] [DEBUG] 6 processes running of frp type [2026-01-25,03:20:02.217] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,03:20:04.099] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,03:35:02.111] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,03:35:03.852] [DEBUG] 6 processes running of frp type [2026-01-25,03:50:02.845] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,03:50:04.629] [DEBUG] 6 processes running of frp type [2026-01-25,04:05:02.777] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,04:05:04.508] [DEBUG] 6 processes running of frp type [2026-01-25,04:20:02.667] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,04:20:04.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-01-25,04:35:02.667] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,04:35:04.413] [DEBUG] 6 processes running of frp type [2026-01-25,04:50:03.150] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,04:50:05.013] [DEBUG] 6 processes running of frp type [2026-01-25,05:05:02.526] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,05:05:04.260] [DEBUG] 6 processes running of frp type [2026-01-25,05:20:02.810] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,05:20:04.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-01-25,05:35:03.108] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,05:35:04.862] [DEBUG] 6 processes running of frp type [2026-01-25,05:50:02.452] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,05:50:04.099] [DEBUG] 6 processes running of frp type [2026-01-25,06:05:02.667] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,06:05:04.419] [DEBUG] 6 processes running of frp type [2026-01-25,06:20:07.832] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,06:20:10.019] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,06:35:02.133] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,06:35:03.894] [DEBUG] 6 processes running of frp type [2026-01-25,06:50:02.659] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,06:50:04.500] [DEBUG] 6 processes running of frp type [2026-01-25,06:59:08.468] [INFO] Initializing BusSpeedStateManager V2 [2026-01-25,06:59:08.473] [INFO] LocationSqlManager initialising [2026-01-25,06:59:08.474] [INFO] Location DB initialising [2026-01-25,06:59:08.483] [INFO] LocationSqlManager initialisation complete [2026-01-25,06:59:08.484] [DEBUG] UploadManager Init [2026-01-25,06:59:08.484] [DEBUG] UploadManager Init Complete [2026-01-25,06:59:08.487] [INFO] Initializing GPS... [2026-01-25,06:59:08.489] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,18:36:34.355] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,18:36:36.112] [DEBUG] Remote Access Enabled [2026-01-25,18:36:37.514] [INFO] Server Address: 138.201.17.179 [2026-01-25,18:36:37.515] [INFO] Server Port: 7000 [2026-01-25,18:36:37.524] [DEBUG] Starting Remote Access! 2026-01-25 18:36:37.738 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-25 18:36:37.739 [I] [client/service.go:294] try to connect to server... 2026-01-25 18:36:38.667 [I] [client/service.go:286] [7537f9a6b87e1e4c] login to server success, get run id [7537f9a6b87e1e4c] 2026-01-25 18:36:38.668 [I] [proxy/proxy_manager.go:173] [7537f9a6b87e1e4c] proxy added: [DNL01B4302] 2026-01-25 18:36:39.006 [I] [client/control.go:168] [7537f9a6b87e1e4c] [DNL01B4302] start proxy success [2026-01-25,18:37:39.843] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,18:37:42.917] [DEBUG] 6 processes running of frp type [2026-01-25,18:50:03.318] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,18:50:05.069] [DEBUG] 6 processes running of frp type [2026-01-25,19:05:02.521] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,19:05:04.277] [DEBUG] 6 processes running of frp type [2026-01-25,19:20:02.531] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,19:20:04.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-01-25,19:35:02.795] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,19:35:04.718] [DEBUG] 6 processes running of frp type [2026-01-25,19:50:03.234] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,19:50:10.333] [DEBUG] 6 processes running of frp type [2026-01-25,20:05:02.612] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,20:05:04.350] [DEBUG] 6 processes running of frp type [2026-01-25,20:20:02.734] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,20:20:04.614] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,20:35:03.400] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,20:35:05.216] [DEBUG] 6 processes running of frp type [2026-01-25,20:50:03.037] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,20:50:04.836] [DEBUG] 6 processes running of frp type [2026-01-25,21:05:02.228] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,21:05:03.968] [DEBUG] 6 processes running of frp type [2026-01-25,21:20:02.461] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,21:20:04.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-01-25,21:35:03.015] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,21:35:04.847] [DEBUG] 6 processes running of frp type [2026-01-25,21:50:02.340] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,21:50:03.950] [DEBUG] 6 processes running of frp type [2026-01-25,22:05:02.225] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,22:05:04.109] [DEBUG] 6 processes running of frp type [2026-01-25,22:20:02.394] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,22:20:04.126] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-25,22:35:02.162] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,22:35:03.930] [DEBUG] 6 processes running of frp type [2026-01-25,22:50:02.135] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,22:50:03.910] [DEBUG] 6 processes running of frp type [2026-01-25,23:05:01.980] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,23:05:03.657] [DEBUG] 6 processes running of frp type [2026-01-25,23:20:03.335] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,23:20:05.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-25,23:35:02.221] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,23:35:03.895] [DEBUG] 6 processes running of frp type [2026-01-25,23:50:03.320] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-25,23:50:05.137] [DEBUG] 6 processes running of frp type [2026-01-26,00:05:02.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,00:05:04.112] [DEBUG] 6 processes running of frp type [2026-01-26,00:20:02.467] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,00:20:04.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-01-26,00:35:02.917] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,00:35:04.598] [DEBUG] 6 processes running of frp type [2026-01-26,00:50:02.885] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,00:50:04.632] [DEBUG] 6 processes running of frp type [2026-01-26,01:05:02.755] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,01:05:04.475] [DEBUG] 6 processes running of frp type [2026-01-26,01:20:02.790] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,01:20:04.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' [2026-01-26,01:35:02.345] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,01:35:04.053] [DEBUG] 6 processes running of frp type [2026-01-26,01:50:02.303] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,01:50:04.147] [DEBUG] 6 processes running of frp type [2026-01-26,02:05:02.283] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,02:05:04.161] [DEBUG] 6 processes running of frp type [2026-01-26,02:20:02.327] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,02:20:04.182] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,02:35:02.205] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,02:35:03.895] [DEBUG] 6 processes running of frp type [2026-01-26,02:50:02.042] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,02:50:03.722] [DEBUG] 6 processes running of frp type [2026-01-26,03:05:02.848] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,03:05:04.477] [DEBUG] 6 processes running of frp type [2026-01-26,03:20:02.697] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,03:20:04.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-01-26,03:35:02.665] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,03:35:04.693] [DEBUG] 6 processes running of frp type [2026-01-26,03:50:02.663] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,03:50:04.463] [DEBUG] 6 processes running of frp type [2026-01-26,04:05:02.760] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,04:05:04.445] [DEBUG] 6 processes running of frp type [2026-01-26,04:20:02.686] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,04:20:04.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' [2026-01-26,04:35:03.134] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,04:35:04.895] [DEBUG] 6 processes running of frp type [2026-01-26,04:50:02.382] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,04:50:04.177] [DEBUG] 6 processes running of frp type [2026-01-26,05:05:02.729] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,05:05:04.443] [DEBUG] 6 processes running of frp type [2026-01-26,05:20:02.666] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,05:20:04.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-01-26,05:35:02.743] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,05:35:04.745] [DEBUG] 6 processes running of frp type [2026-01-26,05:50:02.564] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,05:50:04.267] [DEBUG] 6 processes running of frp type [2026-01-26,06:05:02.951] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,06:05:04.673] [DEBUG] 6 processes running of frp type [2026-01-26,06:20:03.058] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,06:20:04.758] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,06:35:02.868] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,06:35:04.724] [DEBUG] 6 processes running of frp type [2026-01-26,06:50:02.725] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,06:50:04.394] [DEBUG] 6 processes running of frp type [2026-01-26,06:42:46.876] [INFO] Initializing BusSpeedStateManager V2 [2026-01-26,06:42:46.882] [INFO] LocationSqlManager initialising [2026-01-26,06:42:46.883] [INFO] Location DB initialising [2026-01-26,06:42:46.893] [INFO] LocationSqlManager initialisation complete [2026-01-26,06:42:46.894] [DEBUG] UploadManager Init [2026-01-26,06:42:46.894] [DEBUG] UploadManager Init Complete [2026-01-26,06:42:46.898] [INFO] Initializing GPS... [2026-01-26,06:42:46.900] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,18:22:08.390] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,18:22:10.139] [DEBUG] Remote Access Enabled [2026-01-26,18:22:11.756] [INFO] Server Address: 138.201.17.179 [2026-01-26,18:22:11.758] [INFO] Server Port: 7000 [2026-01-26,18:22:11.769] [DEBUG] Starting Remote Access! 2026-01-26 18:22:11.922 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-26 18:22:11.923 [I] [client/service.go:294] try to connect to server... 2026-01-26 18:22:15.518 [I] [client/service.go:286] [5a1c6926f935213a] login to server success, get run id [5a1c6926f935213a] 2026-01-26 18:22:15.519 [I] [proxy/proxy_manager.go:173] [5a1c6926f935213a] proxy added: [DNL01B4302] 2026-01-26 18:22:15.841 [I] [client/control.go:168] [5a1c6926f935213a] [DNL01B4302] start proxy success [2026-01-26,18:24:35.535] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,18:24:37.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-26,18:35:02.738] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,18:35:04.481] [DEBUG] 6 processes running of frp type [2026-01-26,18:50:02.230] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,18:50:03.976] [DEBUG] 6 processes running of frp type [2026-01-26,19:05:02.674] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,19:05:04.496] [DEBUG] 6 processes running of frp type [2026-01-26,19:20:03.053] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,19:20:04.722] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,19:35:02.410] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,19:35:04.185] [DEBUG] 6 processes running of frp type [2026-01-26,19:50:02.990] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,19:50:04.634] [DEBUG] 6 processes running of frp type [2026-01-26,20:05:03.586] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,20:05:07.757] [DEBUG] 6 processes running of frp type [2026-01-26,20:20:02.011] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,20:20:03.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-26,20:35:02.588] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,20:35:04.284] [DEBUG] 6 processes running of frp type [2026-01-26,20:50:02.313] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,20:50:04.141] [DEBUG] 6 processes running of frp type 2026-01-26 20:53:35.975 [I] [client/service.go:294] [5a1c6926f935213a] try to connect to server... 2026-01-26 20:53:36.987 [I] [client/service.go:286] [5a1c6926f935213a] login to server success, get run id [5a1c6926f935213a] 2026-01-26 20:53:36.989 [I] [proxy/proxy_manager.go:173] [5a1c6926f935213a] proxy added: [DNL01B4302] 2026-01-26 20:53:37.333 [I] [client/control.go:168] [5a1c6926f935213a] [DNL01B4302] start proxy success [2026-01-26,20:55:53.942] [INFO] Initializing BusSpeedStateManager V2 [2026-01-26,20:55:53.948] [INFO] LocationSqlManager initialising [2026-01-26,20:55:53.949] [INFO] Location DB initialising [2026-01-26,20:55:53.959] [INFO] LocationSqlManager initialisation complete [2026-01-26,20:55:53.959] [DEBUG] UploadManager Init [2026-01-26,20:55:53.960] [DEBUG] UploadManager Init Complete [2026-01-26,20:55:53.963] [INFO] Initializing GPS... [2026-01-26,20:55:53.965] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-26,20:57:42.745] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,20:57:44.569] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-01-26,20:57:56.929] [DEBUG] Log Upload Complete! [2026-01-26,21:00:42.836] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,21:00:44.876] [DEBUG] Remote Access Enabled [2026-01-26,21:00:46.419] [INFO] Server Address: 138.201.17.179 [2026-01-26,21:00:46.421] [INFO] Server Port: 7000 [2026-01-26,21:00:46.430] [DEBUG] Starting Remote Access! 2026-01-26 21:00:46.600 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-26 21:00:46.600 [I] [client/service.go:294] try to connect to server... 2026-01-26 21:00:48.026 [I] [client/service.go:286] [39659a14ef287734] login to server success, get run id [39659a14ef287734] 2026-01-26 21:00:48.026 [I] [proxy/proxy_manager.go:173] [39659a14ef287734] proxy added: [DNL01B4302] 2026-01-26 21:00:48.476 [I] [client/control.go:168] [39659a14ef287734] [DNL01B4302] start proxy success [2026-01-26,21:05:02.622] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,21:05:04.486] [DEBUG] 6 processes running of frp type 2026-01-26 21:06:05.329 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 21:06:06.358 [I] [client/service.go:286] [39659a14ef287734] login to server success, get run id [39659a14ef287734] 2026-01-26 21:06:06.359 [I] [proxy/proxy_manager.go:173] [39659a14ef287734] proxy added: [DNL01B4302] 2026-01-26 21:06:06.741 [I] [client/control.go:168] [39659a14ef287734] [DNL01B4302] start proxy success [2026-01-26,21:20:02.789] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,21:20:04.906] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-26 21:26:58.990 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 21:27:08.991 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 21:27:08.992 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 21:27:18.993 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 21:27:18.993 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 21:27:28.994 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 21:27:28.994 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 21:27:46.998 [W] [client/service.go:297] [39659a14ef287734] connect to server error: i/o deadline reached 2026-01-26 21:27:46.999 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 21:27:52.839 [I] [client/service.go:286] [39659a14ef287734] login to server success, get run id [39659a14ef287734] 2026-01-26 21:27:52.841 [I] [proxy/proxy_manager.go:173] [39659a14ef287734] proxy added: [DNL01B4302] 2026-01-26 21:27:53.628 [I] [client/control.go:168] [39659a14ef287734] [DNL01B4302] start proxy success 2026-01-26 21:27:55.839 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 21:28:05.840 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 21:28:05.841 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 21:28:19.664 [W] [client/service.go:297] [39659a14ef287734] connect to server error: i/o deadline reached 2026-01-26 21:28:19.664 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 21:28:29.665 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 21:28:29.665 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 21:28:30.665 [I] [client/service.go:286] [39659a14ef287734] login to server success, get run id [39659a14ef287734] 2026-01-26 21:28:30.666 [I] [proxy/proxy_manager.go:173] [39659a14ef287734] proxy added: [DNL01B4302] 2026-01-26 21:28:31.008 [I] [client/control.go:168] [39659a14ef287734] [DNL01B4302] start proxy success [2026-01-26,21:35:02.989] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,21:35:04.689] [DEBUG] 6 processes running of frp type [2026-01-26,21:50:02.655] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,21:50:05.833] [DEBUG] 6 processes running of frp type [2026-01-26,22:05:02.142] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,22:05:04.398] [DEBUG] 6 processes running of frp type 2026-01-26 22:18:29.648 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 22:18:39.650 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 22:18:39.651 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 22:18:49.653 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 22:18:49.654 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 22:18:59.656 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 22:18:59.657 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 22:19:09.658 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 22:19:09.659 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 22:19:19.660 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 22:19:39.661 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 22:19:40.999 [I] [client/service.go:286] [39659a14ef287734] login to server success, get run id [39659a14ef287734] 2026-01-26 22:19:41.000 [I] [proxy/proxy_manager.go:173] [39659a14ef287734] proxy added: [DNL01B4302] 2026-01-26 22:19:41.430 [I] [client/control.go:168] [39659a14ef287734] [DNL01B4302] start proxy success [2026-01-26,22:20:02.712] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,22:20:04.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-26,22:35:02.071] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,22:35:03.915] [DEBUG] 6 processes running of frp type [2026-01-26,22:50:04.788] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,22:50:06.644] [DEBUG] 6 processes running of frp type [2026-01-26,23:05:02.909] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,23:05:05.664] [DEBUG] 6 processes running of frp type [2026-01-26,23:20:02.818] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,23:20:04.545] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-26 23:27:13.177 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:27:23.179 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 23:27:23.180 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:27:40.474 [W] [client/service.go:297] [39659a14ef287734] connect to server error: i/o deadline reached 2026-01-26 23:27:40.475 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:27:50.476 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 23:27:50.476 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:28:02.867 [W] [client/service.go:297] [39659a14ef287734] connect to server error: connection write timeout 2026-01-26 23:28:02.867 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:28:12.869 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 23:28:32.870 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:28:40.302 [W] [client/service.go:297] [39659a14ef287734] connect to server error: read tcp 192.168.1.104:60688->138.201.17.179:7000: read: connection reset by peer 2026-01-26 23:29:00.303 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:29:13.763 [W] [client/service.go:297] [39659a14ef287734] connect to server error: i/o deadline reached 2026-01-26 23:29:33.764 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:29:43.766 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 23:30:03.768 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:30:21.110 [W] [client/service.go:297] [39659a14ef287734] connect to server error: i/o deadline reached 2026-01-26 23:30:41.111 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:30:59.027 [I] [client/service.go:286] [39659a14ef287734] login to server success, get run id [39659a14ef287734] 2026-01-26 23:30:59.029 [I] [proxy/proxy_manager.go:173] [39659a14ef287734] proxy added: [DNL01B4302] 2026-01-26 23:31:17.667 [I] [client/control.go:168] [39659a14ef287734] [DNL01B4302] start proxy success 2026-01-26 23:31:59.829 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:32:13.248 [W] [client/service.go:297] [39659a14ef287734] connect to server error: connection write timeout 2026-01-26 23:32:13.249 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:32:23.251 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 23:32:23.252 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:32:34.718 [W] [client/service.go:297] [39659a14ef287734] connect to server error: connection write timeout 2026-01-26 23:32:34.718 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:32:53.508 [W] [client/service.go:297] [39659a14ef287734] connect to server error: connection write timeout 2026-01-26 23:32:53.509 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:33:13.187 [W] [client/service.go:297] [39659a14ef287734] connect to server error: connection write timeout 2026-01-26 23:33:13.187 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:33:23.188 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 23:33:43.190 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:33:54.939 [W] [client/service.go:297] [39659a14ef287734] connect to server error: connection write timeout 2026-01-26 23:34:14.940 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:34:31.853 [W] [client/service.go:297] [39659a14ef287734] connect to server error: i/o deadline reached 2026-01-26 23:34:51.854 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:35:08.707 [I] [client/service.go:286] [39659a14ef287734] login to server success, get run id [39659a14ef287734] 2026-01-26 23:35:08.709 [I] [proxy/proxy_manager.go:173] [39659a14ef287734] proxy added: [DNL01B4302] [2026-01-26,23:35:18.849] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-01-26 23:35:33.163 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:35:43.165 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 23:35:43.165 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:35:49.405 [W] [client/service.go:297] [39659a14ef287734] connect to server error: session shutdown 2026-01-26 23:35:49.406 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:36:01.160 [W] [client/service.go:297] [39659a14ef287734] connect to server error: connection write timeout 2026-01-26 23:36:01.160 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:36:11.162 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 23:36:11.163 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:36:21.164 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 23:36:41.165 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:37:09.342 [W] [client/service.go:297] [39659a14ef287734] connect to server error: i/o deadline reached 2026-01-26 23:37:09.343 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:37:19.345 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 23:37:39.347 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:37:49.348 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 23:38:09.350 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:38:19.352 [W] [client/service.go:297] [39659a14ef287734] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-26 23:38:39.353 [I] [client/service.go:294] [39659a14ef287734] try to connect to server... 2026-01-26 23:38:40.001 [I] [client/service.go:286] [39659a14ef287734] login to server success, get run id [39659a14ef287734] 2026-01-26 23:38:40.007 [I] [proxy/proxy_manager.go:173] [39659a14ef287734] proxy added: [DNL01B4302] 2026-01-26 23:38:40.213 [I] [client/control.go:168] [39659a14ef287734] [DNL01B4302] 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-01-26,23:50:02.500] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-26,23:50:04.295] [DEBUG] 6 processes running of frp type [2026-01-27,00:05:02.558] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,00:05:04.250] [DEBUG] 6 processes running of frp type [2026-01-27,00:20:02.647] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,00:20:04.469] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,00:35:02.206] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,00:35:03.892] [DEBUG] 6 processes running of frp type [2026-01-27,00:50:02.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,00:50:04.017] [DEBUG] 6 processes running of frp type [2026-01-27,01:05:02.266] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,01:05:04.058] [DEBUG] 6 processes running of frp type [2026-01-27,01:20:02.360] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,01:20:04.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-27,01:35:02.579] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,01:35:04.408] [DEBUG] 6 processes running of frp type [2026-01-27,01:50:02.486] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,01:50:04.281] [DEBUG] 6 processes running of frp type [2026-01-27,02:05:02.422] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,02:05:04.157] [DEBUG] 6 processes running of frp type [2026-01-27,02:20:02.314] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,02:20:04.139] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,02:35:02.176] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,02:35:03.865] [DEBUG] 6 processes running of frp type [2026-01-27,02:50:02.301] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,02:50:04.104] [DEBUG] 6 processes running of frp type [2026-01-27,03:05:02.390] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,03:05:04.380] [DEBUG] 6 processes running of frp type [2026-01-27,03:20:02.547] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,03:20:04.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-27,03:35:02.619] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,03:35:04.724] [DEBUG] 6 processes running of frp type [2026-01-27,03:50:02.937] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,03:50:04.650] [DEBUG] 6 processes running of frp type [2026-01-27,04:05:02.819] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,04:05:04.569] [DEBUG] 6 processes running of frp type [2026-01-27,04:20:02.724] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,04:20:04.491] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,04:35:02.077] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,04:35:03.860] [DEBUG] 6 processes running of frp type [2026-01-27,04:50:02.462] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,04:50:04.447] [DEBUG] 6 processes running of frp type [2026-01-27,05:05:02.919] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,05:05:04.857] [DEBUG] 6 processes running of frp type [2026-01-27,05:20:02.072] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,05:20:03.756] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,05:35:02.381] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,05:35:04.342] [DEBUG] 6 processes running of frp type [2026-01-27,05:50:03.069] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,05:50:04.896] [DEBUG] 6 processes running of frp type [2026-01-27,06:05:02.168] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,06:05:04.050] [DEBUG] 6 processes running of frp type [2026-01-27,06:20:02.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,06:20:04.114] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,06:35:02.418] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,06:35:04.175] [DEBUG] 6 processes running of frp type [2026-01-27,06:50:03.112] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,06:50:04.989] [DEBUG] 6 processes running of frp type [2026-01-27,07:05:02.660] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,07:05:04.420] [DEBUG] 6 processes running of frp type [2026-01-27,06:35:47.492] [INFO] Initializing BusSpeedStateManager V2 [2026-01-27,06:35:47.497] [INFO] LocationSqlManager initialising [2026-01-27,06:35:47.497] [INFO] Location DB initialising [2026-01-27,06:35:47.506] [INFO] LocationSqlManager initialisation complete [2026-01-27,06:35:47.507] [DEBUG] UploadManager Init [2026-01-27,06:35:47.508] [DEBUG] UploadManager Init Complete [2026-01-27,06:35:47.510] [INFO] Initializing GPS... [2026-01-27,06:35:47.512] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,18:37:50.878] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,18:37:52.737] [DEBUG] Remote Access Enabled [2026-01-27,18:37:54.143] [INFO] Server Address: 138.201.17.179 [2026-01-27,18:37:54.145] [INFO] Server Port: 7000 [2026-01-27,18:37:54.154] [DEBUG] Starting Remote Access! 2026-01-27 18:37:54.361 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-27 18:37:54.362 [I] [client/service.go:294] try to connect to server... 2026-01-27 18:37:54.893 [I] [client/service.go:286] [8eb45f34a878bf96] login to server success, get run id [8eb45f34a878bf96] 2026-01-27 18:37:54.894 [I] [proxy/proxy_manager.go:173] [8eb45f34a878bf96] proxy added: [DNL01B4302] 2026-01-27 18:37:55.067 [I] [client/control.go:168] [8eb45f34a878bf96] [DNL01B4302] start proxy success [2026-01-27,18:50:02.554] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,18:50:04.595] [DEBUG] 6 processes running of frp type [2026-01-27,19:05:03.199] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,19:05:05.208] [DEBUG] 6 processes running of frp type [2026-01-27,19:20:02.511] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,19:20:04.343] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,19:35:02.490] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,19:35:09.800] [DEBUG] 6 processes running of frp type [2026-01-27,19:50:02.511] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,19:50:04.283] [DEBUG] 6 processes running of frp type [2026-01-27,20:05:02.897] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,20:05:04.811] [DEBUG] 6 processes running of frp type [2026-01-27,20:20:01.998] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,20:20:04.285] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,20:35:02.623] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,20:35:05.839] [DEBUG] 6 processes running of frp type [2026-01-27,20:50:02.501] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,20:50:06.906] [DEBUG] 6 processes running of frp type [2026-01-27,21:05:02.182] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,21:05:09.662] [DEBUG] 6 processes running of frp type [2026-01-27,21:20:02.030] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,21:20:04.123] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,21:35:02.410] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,21:35:04.250] [DEBUG] 6 processes running of frp type [2026-01-27,21:50:02.749] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,21:50:04.625] [DEBUG] 6 processes running of frp type [2026-01-27,22:05:02.912] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,22:05:10.073] [DEBUG] 6 processes running of frp type [2026-01-27,22:20:02.306] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,22:20:04.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-27,22:35:02.947] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,22:35:04.603] [DEBUG] 6 processes running of frp type [2026-01-27,22:50:02.871] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,22:50:04.610] [DEBUG] 6 processes running of frp type [2026-01-27,23:05:03.100] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,23:05:04.768] [DEBUG] 6 processes running of frp type [2026-01-27,23:20:01.951] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,23:20:03.815] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-27,23:35:02.181] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,23:35:04.254] [DEBUG] 6 processes running of frp type [2026-01-27,23:50:02.593] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-27,23:50:04.255] [DEBUG] 6 processes running of frp type [2026-01-28,00:05:02.410] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,00:05:04.133] [DEBUG] 6 processes running of frp type [2026-01-28,00:20:02.261] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,00:20:03.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-01-28,00:35:02.553] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,00:35:04.351] [DEBUG] 6 processes running of frp type [2026-01-28,00:50:02.496] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,00:50:04.262] [DEBUG] 6 processes running of frp type [2026-01-28,01:05:02.444] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,01:05:04.574] [DEBUG] 6 processes running of frp type [2026-01-28,01:20:02.709] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,01:20:04.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-28,01:35:02.628] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,01:35:04.501] [DEBUG] 6 processes running of frp type [2026-01-28,01:50:02.558] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,01:50:04.289] [DEBUG] 6 processes running of frp type [2026-01-28,02:05:02.568] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,02:05:04.352] [DEBUG] 6 processes running of frp type [2026-01-28,02:20:02.527] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,02:20:04.451] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,02:35:03.047] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,02:35:04.723] [DEBUG] 6 processes running of frp type [2026-01-28,02:50:03.013] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,02:50:04.820] [DEBUG] 6 processes running of frp type [2026-01-28,03:05:01.954] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,03:05:03.797] [DEBUG] 6 processes running of frp type [2026-01-28,03:20:01.978] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,03:20:03.699] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,03:35:01.966] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,03:35:03.913] [DEBUG] 6 processes running of frp type [2026-01-28,03:50:02.117] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,03:50:03.821] [DEBUG] 6 processes running of frp type [2026-01-28,04:05:01.957] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,04:05:06.988] [DEBUG] 6 processes running of frp type [2026-01-28,04:20:02.159] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,04:20:03.885] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,04:35:02.225] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,04:35:03.958] [DEBUG] 6 processes running of frp type [2026-01-28,04:50:02.501] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,04:50:04.243] [DEBUG] 6 processes running of frp type [2026-01-28,05:05:02.843] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,05:05:04.598] [DEBUG] 6 processes running of frp type [2026-01-28,05:20:02.818] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,05:20:04.751] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,05:35:02.318] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,05:35:04.157] [DEBUG] 6 processes running of frp type [2026-01-28,05:50:03.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,05:50:04.718] [DEBUG] 6 processes running of frp type [2026-01-28,06:05:01.939] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,06:05:03.754] [DEBUG] 6 processes running of frp type [2026-01-28,06:20:02.069] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,06:20:04.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-28,06:35:02.442] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,06:35:04.150] [DEBUG] 6 processes running of frp type [2026-01-28,06:39:53.302] [INFO] Initializing BusSpeedStateManager V2 [2026-01-28,06:39:53.307] [INFO] LocationSqlManager initialising [2026-01-28,06:39:53.308] [INFO] Location DB initialising [2026-01-28,06:39:53.317] [INFO] LocationSqlManager initialisation complete [2026-01-28,06:39:53.318] [DEBUG] UploadManager Init [2026-01-28,06:39:53.318] [DEBUG] UploadManager Init Complete [2026-01-28,06:39:53.321] [INFO] Initializing GPS... [2026-01-28,06:39:53.323] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,06:39:53.532] [INFO] Initializing BusSpeedStateManager V2 [2026-01-28,06:39:53.538] [INFO] LocationSqlManager initialising [2026-01-28,06:39:53.539] [INFO] Location DB initialising [2026-01-28,06:39:53.548] [INFO] LocationSqlManager initialisation complete [2026-01-28,06:39:53.549] [DEBUG] UploadManager Init [2026-01-28,06:39:53.549] [DEBUG] UploadManager Init Complete [2026-01-28,06:39:53.552] [INFO] Initializing GPS... [2026-01-28,06:39:53.553] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,18:23:11.737] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,18:23:13.991] [DEBUG] Remote Access Enabled [2026-01-28,18:23:15.678] [INFO] Server Address: 138.201.17.179 [2026-01-28,18:23:15.679] [INFO] Server Port: 7000 [2026-01-28,18:23:15.688] [DEBUG] Starting Remote Access! 2026-01-28 18:23:15.838 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-28 18:23:15.839 [I] [client/service.go:294] try to connect to server... 2026-01-28 18:23:16.435 [I] [client/service.go:286] [2b8d77084fcd5662] login to server success, get run id [2b8d77084fcd5662] 2026-01-28 18:23:16.436 [I] [proxy/proxy_manager.go:173] [2b8d77084fcd5662] proxy added: [DNL01B4302] 2026-01-28 18:23:16.865 [I] [client/control.go:168] [2b8d77084fcd5662] [DNL01B4302] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,18:35:02.939] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,18:35:05.306] [DEBUG] 6 processes running of frp type [2026-01-28,18:50:03.241] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,18:50:05.102] [DEBUG] 6 processes running of frp type [2026-01-28,19:05:02.848] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,19:05:04.639] [DEBUG] 6 processes running of frp type [2026-01-28,19:20:02.053] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,19:20:03.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-28,19:35:02.431] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,19:35:04.232] [DEBUG] 6 processes running of frp type [2026-01-28,19:50:02.882] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,19:50:04.742] [DEBUG] 6 processes running of frp type [2026-01-28,20:05:02.024] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,20:05:03.979] [DEBUG] 6 processes running of frp type 2026-01-28 20:08:12.453 [I] [client/service.go:294] [2b8d77084fcd5662] try to connect to server... 2026-01-28 20:08:27.981 [I] [client/service.go:286] [2b8d77084fcd5662] login to server success, get run id [2b8d77084fcd5662] 2026-01-28 20:08:27.983 [I] [proxy/proxy_manager.go:173] [2b8d77084fcd5662] proxy added: [DNL01B4302] 2026-01-28 20:08:35.878 [I] [client/control.go:168] [2b8d77084fcd5662] [DNL01B4302] start proxy success [2026-01-28,20:20:02.322] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,20:20:04.052] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,20:35:02.760] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,20:35:04.553] [DEBUG] 6 processes running of frp type [2026-01-28,20:50:03.211] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,20:50:04.963] [DEBUG] 6 processes running of frp type [2026-01-28,21:05:02.279] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,21:05:04.234] [DEBUG] 6 processes running of frp type 2026-01-28 21:15:11.540 [I] [client/service.go:294] [2b8d77084fcd5662] try to connect to server... 2026-01-28 21:15:18.490 [I] [client/service.go:286] [2b8d77084fcd5662] login to server success, get run id [2b8d77084fcd5662] 2026-01-28 21:15:18.492 [I] [proxy/proxy_manager.go:173] [2b8d77084fcd5662] proxy added: [DNL01B4302] 2026-01-28 21:15:19.427 [I] [client/control.go:168] [2b8d77084fcd5662] [DNL01B4302] start proxy success [2026-01-28,21:20:02.444] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,21:20:04.426] [DEBUG] 6 processes running of frp type 2026-01-28 21:24:08.026 [I] [client/service.go:294] [2b8d77084fcd5662] try to connect to server... 2026-01-28 21:24:18.611 [I] [client/service.go:286] [2b8d77084fcd5662] login to server success, get run id [2b8d77084fcd5662] 2026-01-28 21:24:18.613 [I] [proxy/proxy_manager.go:173] [2b8d77084fcd5662] proxy added: [DNL01B4302] 2026-01-28 21:24:20.943 [I] [client/control.go:168] [2b8d77084fcd5662] [DNL01B4302] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-01-28 21:26:24.870 [I] [client/service.go:294] [2b8d77084fcd5662] try to connect to server... 2026-01-28 21:26:39.466 [W] [client/service.go:297] [2b8d77084fcd5662] connect to server error: i/o deadline reached 2026-01-28 21:26:39.467 [I] [client/service.go:294] [2b8d77084fcd5662] try to connect to server... 2026-01-28 21:26:49.469 [W] [client/service.go:297] [2b8d77084fcd5662] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-01-28 21:26:49.470 [I] [client/service.go:294] [2b8d77084fcd5662] try to connect to server... 2026-01-28 21:26:54.758 [I] [client/service.go:286] [2b8d77084fcd5662] login to server success, get run id [2b8d77084fcd5662] 2026-01-28 21:26:54.759 [I] [proxy/proxy_manager.go:173] [2b8d77084fcd5662] proxy added: [DNL01B4302] 2026-01-28 21:27:06.373 [I] [client/control.go:168] [2b8d77084fcd5662] [DNL01B4302] start proxy success [2026-01-28,21:35:02.666] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,21:35:04.375] [DEBUG] 6 processes running of frp type [2026-01-28,21:50:02.644] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,21:50:04.341] [DEBUG] 6 processes running of frp type 2026-01-28 21:55:04.789 [I] [client/service.go:294] [2b8d77084fcd5662] try to connect to server... 2026-01-28 21:55:23.024 [W] [client/service.go:297] [2b8d77084fcd5662] connect to server error: i/o deadline reached 2026-01-28 21:55:23.024 [I] [client/service.go:294] [2b8d77084fcd5662] try to connect to server... 2026-01-28 21:55:29.242 [I] [client/service.go:286] [2b8d77084fcd5662] login to server success, get run id [2b8d77084fcd5662] 2026-01-28 21:55:29.243 [I] [proxy/proxy_manager.go:173] [2b8d77084fcd5662] proxy added: [DNL01B4302] 2026-01-28 21:55:32.521 [I] [client/control.go:168] [2b8d77084fcd5662] [DNL01B4302] start proxy success 2026-01-28 21:57:07.567 [I] [client/service.go:294] [2b8d77084fcd5662] try to connect to server... 2026-01-28 21:57:10.535 [I] [client/service.go:286] [2b8d77084fcd5662] login to server success, get run id [2b8d77084fcd5662] 2026-01-28 21:57:10.536 [I] [proxy/proxy_manager.go:173] [2b8d77084fcd5662] proxy added: [DNL01B4302] 2026-01-28 21:57:34.717 [I] [client/control.go:168] [2b8d77084fcd5662] [DNL01B4302] start proxy success 2026-01-28 21:57:35.922 [W] [client/control.go:166] [2b8d77084fcd5662] [DNL01B4302] start error: status not wait start, ignore start message [2026-01-28,22:05:02.554] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,22:05:04.288] [DEBUG] 6 processes running of frp type [2026-01-28,22:20:02.437] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,22:20:04.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-28,22:35:02.647] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,22:35:04.354] [DEBUG] 6 processes running of frp type [2026-01-28,22:50:02.877] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,22:50:04.553] [DEBUG] 6 processes running of frp type [2026-01-28,23:05:02.839] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,23:05:04.589] [DEBUG] 6 processes running of frp type [2026-01-28,23:20:02.767] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,23:20:07.667] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-28,23:35:02.917] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,23:35:04.705] [DEBUG] 6 processes running of frp type [2026-01-28,23:50:02.503] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-28,23:50:04.357] [DEBUG] 6 processes running of frp type [2026-01-29,00:05:02.669] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,00:05:04.518] [DEBUG] 6 processes running of frp type [2026-01-29,00:20:02.678] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,00:20:04.546] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,00:35:02.670] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,00:35:05.028] [DEBUG] 6 processes running of frp type [2026-01-29,00:50:02.143] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,00:50:04.042] [DEBUG] 6 processes running of frp type [2026-01-29,01:05:02.226] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,01:05:03.926] [DEBUG] 6 processes running of frp type [2026-01-29,01:20:02.108] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,01:20:03.828] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,01:35:02.154] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,01:35:03.939] [DEBUG] 6 processes running of frp type [2026-01-29,01:50:02.222] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,01:50:03.968] [DEBUG] 6 processes running of frp type [2026-01-29,02:05:02.113] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,02:05:03.858] [DEBUG] 6 processes running of frp type [2026-01-29,02:20:02.251] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,02:20:03.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-01-29,02:35:02.272] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,02:35:03.976] [DEBUG] 6 processes running of frp type [2026-01-29,02:50:02.899] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,02:50:04.593] [DEBUG] 6 processes running of frp type [2026-01-29,03:05:02.718] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,03:05:04.461] [DEBUG] 6 processes running of frp type [2026-01-29,03:20:02.718] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,03:20:04.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-01-29,03:35:02.747] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,03:35:04.564] [DEBUG] 6 processes running of frp type [2026-01-29,03:50:02.521] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,03:50:04.363] [DEBUG] 6 processes running of frp type [2026-01-29,04:05:02.510] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,04:05:04.268] [DEBUG] 6 processes running of frp type [2026-01-29,04:20:02.420] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,04:20:04.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-29,04:35:02.121] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,04:35:03.906] [DEBUG] 6 processes running of frp type [2026-01-29,04:50:02.535] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,04:50:04.850] [DEBUG] 6 processes running of frp type [2026-01-29,05:05:02.103] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,05:05:03.804] [DEBUG] 6 processes running of frp type [2026-01-29,05:20:02.113] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,05:20:03.842] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,05:35:03.292] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,05:35:05.397] [DEBUG] 6 processes running of frp type [2026-01-29,05:50:02.419] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,05:50:04.155] [DEBUG] 6 processes running of frp type [2026-01-29,06:05:02.685] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,06:05:04.426] [DEBUG] 6 processes running of frp type [2026-01-29,06:20:02.819] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,06:20:05.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-29,06:35:02.865] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,06:35:04.573] [DEBUG] 6 processes running of frp type [2026-01-29,06:50:02.428] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,06:50:04.202] [DEBUG] 6 processes running of frp type [2026-01-29,07:05:02.981] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,07:05:04.975] [DEBUG] 6 processes running of frp type [2026-01-29,07:20:02.315] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,07:20:04.063] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,07:25:26.941] [INFO] Initializing BusSpeedStateManager V2 [2026-01-29,07:25:26.946] [INFO] LocationSqlManager initialising [2026-01-29,07:25:26.947] [INFO] Location DB initialising [2026-01-29,07:25:26.956] [INFO] LocationSqlManager initialisation complete [2026-01-29,07:25:26.957] [DEBUG] UploadManager Init [2026-01-29,07:25:26.957] [DEBUG] UploadManager Init Complete [2026-01-29,07:25:26.960] [INFO] Initializing GPS... [2026-01-29,07:25:26.962] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-29,18:38:17.777] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,18:38:20.196] [DEBUG] Remote Access Enabled [2026-01-29,18:38:22.005] [INFO] Server Address: 138.201.17.179 [2026-01-29,18:38:22.006] [INFO] Server Port: 7000 [2026-01-29,18:38:22.011] [DEBUG] Starting Remote Access! 2026-01-29 18:38:22.146 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-29 18:38:22.147 [I] [client/service.go:294] try to connect to server... 2026-01-29 18:38:23.317 [I] [client/service.go:286] [3f254caaff7dde0b] login to server success, get run id [3f254caaff7dde0b] 2026-01-29 18:38:23.319 [I] [proxy/proxy_manager.go:173] [3f254caaff7dde0b] proxy added: [DNL01B4302] 2026-01-29 18:38:23.735 [I] [client/control.go:168] [3f254caaff7dde0b] [DNL01B4302] start proxy success [2026-01-29,18:50:03.134] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,18:50:11.096] [DEBUG] 6 processes running of frp type [2026-01-29,19:05:02.958] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,19:05:10.761] [DEBUG] 6 processes running of frp type [2026-01-29,19:20:02.517] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,19:20:08.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-29,19:35:03.846] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,19:35:14.360] [DEBUG] 6 processes running of frp type [2026-01-29,19:50:03.687] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,19:50:08.744] [DEBUG] 6 processes running of frp type [2026-01-29,20:05:03.538] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,20:05:06.475] [DEBUG] 6 processes running of frp type [2026-01-29,20:20:03.169] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,20:20:06.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-29,20:35:02.787] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,20:35:09.116] [DEBUG] 6 processes running of frp type [2026-01-29,20:50:02.998] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,20:50:04.747] [DEBUG] 6 processes running of frp type [2026-01-29,21:05:02.519] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,21:05:04.291] [DEBUG] 6 processes running of frp type [2026-01-29,21:20:02.939] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,21:20:05.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-29,21:35:03.427] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,21:35:07.355] [DEBUG] 6 processes running of frp type [2026-01-29,21:50:03.250] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,21:50:05.099] [DEBUG] 6 processes running of frp type [2026-01-29,22:05:03.223] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,22:05:06.523] [DEBUG] 6 processes running of frp type [2026-01-29,22:20:02.698] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,22:20:04.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-01-29,22:35:02.388] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,22:35:05.004] [DEBUG] 6 processes running of frp type [2026-01-29,22:50:03.207] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,22:50:04.959] [DEBUG] 6 processes running of frp type [2026-01-29,23:05:02.224] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,23:05:04.458] [DEBUG] 6 processes running of frp type [2026-01-29,23:20:02.667] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,23:20:04.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-01-29,23:35:03.191] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,23:35:05.005] [DEBUG] 6 processes running of frp type [2026-01-29,23:50:02.151] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-29,23:50:03.873] [DEBUG] 6 processes running of frp type [2026-01-30,00:05:02.098] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,00:05:04.039] [DEBUG] 6 processes running of frp type [2026-01-30,00:20:02.294] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,00:20:04.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-30,00:35:02.146] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,00:35:03.927] [DEBUG] 6 processes running of frp type [2026-01-30,00:50:02.220] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,00:50:04.015] [DEBUG] 6 processes running of frp type [2026-01-30,01:05:02.344] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,01:05:04.024] [DEBUG] 6 processes running of frp type [2026-01-30,01:20:02.165] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,01:20:03.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-30,01:35:02.087] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,01:35:04.004] [DEBUG] 6 processes running of frp type [2026-01-30,01:50:02.848] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,01:50:04.716] [DEBUG] 6 processes running of frp type [2026-01-30,02:05:02.886] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,02:05:04.711] [DEBUG] 6 processes running of frp type [2026-01-30,02:20:02.890] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,02:20:04.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-01-30,02:35:02.394] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,02:35:04.207] [DEBUG] 6 processes running of frp type [2026-01-30,02:50:02.445] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,02:50:04.225] [DEBUG] 6 processes running of frp type [2026-01-30,03:05:02.377] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,03:05:04.085] [DEBUG] 6 processes running of frp type [2026-01-30,03:20:02.249] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,03:20:04.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-30,03:35:02.259] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,03:35:04.020] [DEBUG] 6 processes running of frp type [2026-01-30,03:50:02.113] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,03:50:03.998] [DEBUG] 6 processes running of frp type [2026-01-30,04:05:02.154] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,04:05:03.968] [DEBUG] 6 processes running of frp type [2026-01-30,04:20:02.157] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,04:20:03.885] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,04:35:02.208] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,04:35:03.969] [DEBUG] 6 processes running of frp type [2026-01-30,04:50:02.960] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,04:50:04.743] [DEBUG] 6 processes running of frp type [2026-01-30,05:05:02.124] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,05:05:04.033] [DEBUG] 6 processes running of frp type [2026-01-30,05:20:02.291] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,05:20:04.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-30,05:35:03.114] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,05:35:05.114] [DEBUG] 6 processes running of frp type [2026-01-30,05:50:02.997] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,05:50:04.878] [DEBUG] 6 processes running of frp type [2026-01-30,06:05:02.160] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,06:05:03.816] [DEBUG] 6 processes running of frp type [2026-01-30,06:20:02.086] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,06:20:03.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-30,06:35:03.137] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,06:35:04.833] [DEBUG] 6 processes running of frp type [2026-01-30,06:34:12.494] [INFO] Initializing BusSpeedStateManager V2 [2026-01-30,06:34:12.499] [INFO] LocationSqlManager initialising [2026-01-30,06:34:12.500] [INFO] Location DB initialising [2026-01-30,06:34:12.509] [INFO] LocationSqlManager initialisation complete [2026-01-30,06:34:12.510] [DEBUG] UploadManager Init [2026-01-30,06:34:12.511] [DEBUG] UploadManager Init Complete [2026-01-30,06:34:12.514] [INFO] Initializing GPS... [2026-01-30,06:34:12.516] [INFO] Starting location capture [2026-01-30,06:34:12.819] [INFO] Initializing BusSpeedStateManager V2 [2026-01-30,06:34:12.823] [INFO] LocationSqlManager initialising [2026-01-30,06:34:12.824] [INFO] Location DB initialising [2026-01-30,06:34:12.833] [INFO] LocationSqlManager initialisation complete [2026-01-30,06:34:12.833] [DEBUG] UploadManager Init [2026-01-30,06:34:12.834] [DEBUG] UploadManager Init Complete [2026-01-30,06:34:12.836] [INFO] Initializing GPS... [2026-01-30,06:34:12.838] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,18:27:14.710] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,18:27:16.444] [DEBUG] Remote Access Enabled [2026-01-30,18:27:17.770] [INFO] Server Address: 138.201.17.179 [2026-01-30,18:27:17.772] [INFO] Server Port: 7000 [2026-01-30,18:27:17.781] [DEBUG] Starting Remote Access! 2026-01-30 18:27:17.979 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-30 18:27:17.980 [I] [client/service.go:294] try to connect to server... 2026-01-30 18:27:19.131 [I] [client/service.go:286] [ccb6580000d7aa3e] login to server success, get run id [ccb6580000d7aa3e] 2026-01-30 18:27:19.132 [I] [proxy/proxy_manager.go:173] [ccb6580000d7aa3e] proxy added: [DNL01B4302] 2026-01-30 18:27:19.512 [I] [client/control.go:168] [ccb6580000d7aa3e] [DNL01B4302] start proxy success [2026-01-30,18:35:01.992] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,18:35:03.795] [DEBUG] 6 processes running of frp type [2026-01-30,18:50:02.654] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,18:50:04.509] [DEBUG] 6 processes running of frp type [2026-01-30,19:05:03.054] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,19:05:04.788] [DEBUG] 6 processes running of frp type [2026-01-30,19:20:01.995] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,19:20:03.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-01-30,19:35:02.597] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,19:35:04.412] [DEBUG] 6 processes running of frp type [2026-01-30,19:50:03.068] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,19:50:04.885] [DEBUG] 6 processes running of frp type [2026-01-30,20:05:02.316] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,20:05:04.180] [DEBUG] 6 processes running of frp type [2026-01-30,20:20:02.360] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,20:20:04.116] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-30,20:35:02.170] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,20:35:04.404] [DEBUG] 6 processes running of frp type [2026-01-30,20:50:02.439] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,20:50:05.169] [DEBUG] 6 processes running of frp type [2026-01-30,21:05:02.428] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-30,21:05:04.771] [DEBUG] 6 processes running of frp type [2026-01-30,20:42:50.569] [INFO] Initializing BusSpeedStateManager V2 [2026-01-30,20:42:50.574] [INFO] LocationSqlManager initialising [2026-01-30,20:42:50.575] [INFO] Location DB initialising [2026-01-30,20:42:50.584] [INFO] LocationSqlManager initialisation complete [2026-01-30,20:42:50.585] [DEBUG] UploadManager Init [2026-01-30,20:42:50.586] [DEBUG] UploadManager Init Complete [2026-01-30,20:42:50.589] [INFO] Initializing GPS... [2026-01-30,20:42:50.591] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-31,08:58:51.632] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,08:58:53.441] [DEBUG] Remote Access Enabled [2026-01-31,08:58:55.149] [INFO] Server Address: 138.201.17.179 [2026-01-31,08:58:55.150] [INFO] Server Port: 7000 [2026-01-31,08:58:55.159] [DEBUG] Starting Remote Access! 2026-01-31 08:58:55.369 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-31 08:58:55.370 [I] [client/service.go:294] try to connect to server... 2026-01-31 08:58:57.038 [I] [client/service.go:286] [4933aa62bbdab3d7] login to server success, get run id [4933aa62bbdab3d7] 2026-01-31 08:58:57.039 [I] [proxy/proxy_manager.go:173] [4933aa62bbdab3d7] proxy added: [DNL01B4302] 2026-01-31 08:58:57.467 [I] [client/control.go:168] [4933aa62bbdab3d7] [DNL01B4302] start proxy success [2026-01-31,08:58:57.403] [INFO] Initializing BusSpeedStateManager V2 [2026-01-31,08:58:57.408] [INFO] LocationSqlManager initialising [2026-01-31,08:58:57.409] [INFO] Location DB initialising [2026-01-31,08:58:57.419] [INFO] LocationSqlManager initialisation complete [2026-01-31,08:58:57.420] [DEBUG] UploadManager Init [2026-01-31,08:58:57.421] [DEBUG] UploadManager Init Complete [2026-01-31,08:58:57.424] [INFO] Initializing GPS... [2026-01-31,08:58:57.426] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-31,18:26:54.833] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,18:26:56.609] [DEBUG] Remote Access Enabled [2026-01-31,18:26:57.973] [INFO] Server Address: 138.201.17.179 [2026-01-31,18:26:57.974] [INFO] Server Port: 7000 [2026-01-31,18:26:57.979] [DEBUG] Starting Remote Access! 2026-01-31 18:26:58.117 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-01-31 18:26:58.117 [I] [client/service.go:294] try to connect to server... 2026-01-31 18:26:59.361 [I] [client/service.go:286] [f21feaf7014d58f9] login to server success, get run id [f21feaf7014d58f9] 2026-01-31 18:26:59.362 [I] [proxy/proxy_manager.go:173] [f21feaf7014d58f9] proxy added: [DNL01B4302] 2026-01-31 18:26:59.762 [I] [client/control.go:168] [f21feaf7014d58f9] [DNL01B4302] start proxy success [2026-01-31,18:28:11.437] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,18:28:13.248] [DEBUG] 6 processes running of frp type [2026-01-31,18:35:02.896] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,18:35:04.732] [DEBUG] 6 processes running of frp type [2026-01-31,18:50:02.380] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,18:50:04.138] [DEBUG] 6 processes running of frp type [2026-01-31,19:05:02.465] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,19:05:09.239] [DEBUG] 6 processes running of frp type [2026-01-31,19:20:02.501] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,19:20:04.345] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-31,19:35:02.408] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,19:35:04.212] [DEBUG] 6 processes running of frp type [2026-01-31,19:50:03.031] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,19:50:04.937] [DEBUG] 6 processes running of frp type [2026-01-31,20:05:02.718] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,20:05:04.463] [DEBUG] 6 processes running of frp type [2026-01-31,20:20:02.877] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,20:20:04.699] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-31,20:35:02.536] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,20:35:04.389] [DEBUG] 6 processes running of frp type [2026-01-31,20:50:02.244] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,20:50:04.154] [DEBUG] 6 processes running of frp type [2026-01-31,21:05:02.544] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,21:05:14.495] [DEBUG] 6 processes running of frp type [2026-01-31,21:20:02.785] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,21:20:04.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-01-31,21:35:02.281] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,21:35:03.956] [DEBUG] 6 processes running of frp type [2026-01-31,21:50:02.587] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,21:50:04.390] [DEBUG] 6 processes running of frp type [2026-01-31,22:05:02.764] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,22:05:14.383] [DEBUG] 6 processes running of frp type [2026-01-31,22:20:07.679] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,22:20:09.491] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-31,22:35:02.851] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,22:35:04.614] [DEBUG] 6 processes running of frp type [2026-01-31,22:50:02.288] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,22:50:03.956] [DEBUG] 6 processes running of frp type [2026-01-31,23:05:02.158] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,23:05:09.113] [DEBUG] 6 processes running of frp type [2026-01-31,23:20:02.340] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,23:20:06.138] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-01-31,23:35:02.769] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,23:35:04.446] [DEBUG] 6 processes running of frp type [2026-01-31,23:50:02.433] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-01-31,23:50:04.378] [DEBUG] 6 processes running of frp type [2026-02-01,00:05:02.862] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,00:05:04.757] [DEBUG] 6 processes running of frp type [2026-02-01,00:20:02.054] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,00:20:03.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-02-01,00:35:02.249] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,00:35:04.119] [DEBUG] 6 processes running of frp type [2026-02-01,00:50:02.653] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,00:50:04.371] [DEBUG] 6 processes running of frp type [2026-02-01,01:05:03.142] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,01:05:05.043] [DEBUG] 6 processes running of frp type [2026-02-01,01:20:02.296] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,01:20:03.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-02-01,01:35:02.174] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,01:35:04.001] [DEBUG] 6 processes running of frp type [2026-02-01,01:50:02.804] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,01:50:04.541] [DEBUG] 6 processes running of frp type [2026-02-01,02:05:02.964] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,02:05:04.845] [DEBUG] 6 processes running of frp type [2026-02-01,02:20:02.150] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,02:20:03.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-02-01,02:35:02.015] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,02:35:03.737] [DEBUG] 6 processes running of frp type [2026-02-01,02:50:03.295] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,02:50:05.245] [DEBUG] 6 processes running of frp type [2026-02-01,03:05:02.719] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,03:05:04.441] [DEBUG] 6 processes running of frp type [2026-02-01,03:20:02.855] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,03:20:04.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-02-01,03:35:02.844] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,03:35:05.702] [DEBUG] 6 processes running of frp type [2026-02-01,03:50:02.725] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,03:50:04.419] [DEBUG] 6 processes running of frp type [2026-02-01,04:05:02.569] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,04:05:04.355] [DEBUG] 6 processes running of frp type [2026-02-01,04:20:02.507] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,04:20:04.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-02-01,04:35:02.889] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,04:35:04.675] [DEBUG] 6 processes running of frp type [2026-02-01,04:50:02.374] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,04:50:04.120] [DEBUG] 6 processes running of frp type [2026-02-01,05:05:02.742] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,05:05:04.568] [DEBUG] 6 processes running of frp type [2026-02-01,05:20:03.066] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,05:20:04.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-02-01,05:35:03.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,05:35:04.974] [DEBUG] 6 processes running of frp type [2026-02-01,05:50:02.963] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,05:50:04.760] [DEBUG] 6 processes running of frp type [2026-02-01,06:05:02.037] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,06:05:03.770] [DEBUG] 6 processes running of frp type [2026-02-01,06:20:02.058] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,06:20:03.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-02-01,06:35:02.243] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,06:35:04.116] [DEBUG] 6 processes running of frp type [2026-02-01,06:50:02.593] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,06:50:04.337] [DEBUG] 6 processes running of frp type [2026-02-01,06:39:53.732] [INFO] Initializing BusSpeedStateManager V2 [2026-02-01,06:39:53.737] [INFO] LocationSqlManager initialising [2026-02-01,06:39:53.738] [INFO] Location DB initialising [2026-02-01,06:39:53.747] [INFO] LocationSqlManager initialisation complete [2026-02-01,06:39:53.748] [DEBUG] UploadManager Init [2026-02-01,06:39:53.748] [DEBUG] UploadManager Init Complete [2026-02-01,06:39:53.751] [INFO] Initializing GPS... [2026-02-01,06:39:53.752] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-01,18:45:24.918] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,18:45:26.688] [DEBUG] Remote Access Enabled [2026-02-01,18:45:28.291] [INFO] Server Address: 138.201.17.179 [2026-02-01,18:45:28.292] [INFO] Server Port: 7000 [2026-02-01,18:45:28.302] [DEBUG] Starting Remote Access! 2026-02-01 18:45:28.497 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-01 18:45:28.498 [I] [client/service.go:294] try to connect to server... 2026-02-01 18:45:30.283 [I] [client/service.go:286] [ea74b3237d906b60] login to server success, get run id [ea74b3237d906b60] 2026-02-01 18:45:30.284 [I] [proxy/proxy_manager.go:173] [ea74b3237d906b60] proxy added: [DNL01B4302] 2026-02-01 18:45:30.851 [I] [client/control.go:168] [ea74b3237d906b60] [DNL01B4302] start proxy success [2026-02-01,18:50:02.829] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,18:50:04.911] [DEBUG] 6 processes running of frp type [2026-02-01,19:05:02.563] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,19:05:04.419] [DEBUG] 6 processes running of frp type [2026-02-01,19:20:02.898] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,19:20:04.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-02-01,19:35:02.303] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,19:35:04.369] [DEBUG] 6 processes running of frp type [2026-02-01,19:50:02.201] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,19:50:04.091] [DEBUG] 6 processes running of frp type [2026-02-01,20:05:02.746] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,20:05:04.651] [DEBUG] 6 processes running of frp type [2026-02-01,20:20:02.922] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,20:20:04.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-02-01,20:35:02.891] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,20:35:04.662] [DEBUG] 6 processes running of frp type [2026-02-01,20:50:02.396] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,20:50:04.114] [DEBUG] 6 processes running of frp type [2026-02-01,21:05:02.663] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,21:05:04.570] [DEBUG] 6 processes running of frp type [2026-02-01,21:20:02.887] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,21:20:04.737] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-01,21:35:02.803] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,21:35:04.610] [DEBUG] 6 processes running of frp type [2026-02-01,21:50:02.441] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,21:50:04.231] [DEBUG] 6 processes running of frp type [2026-02-01,22:05:02.562] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,22:05:04.313] [DEBUG] 6 processes running of frp type [2026-02-01,22:20:02.947] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,22:20:04.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-02-01,22:35:02.087] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,22:35:03.952] [DEBUG] 6 processes running of frp type [2026-02-01,22:50:03.095] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,22:50:04.894] [DEBUG] 6 processes running of frp type [2026-02-01,23:05:02.256] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,23:05:04.169] [DEBUG] 6 processes running of frp type [2026-02-01,23:20:02.453] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,23:20:04.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-02-01,23:35:02.374] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,23:35:04.107] [DEBUG] 6 processes running of frp type [2026-02-01,23:50:02.210] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-01,23:50:04.070] [DEBUG] 6 processes running of frp type [2026-02-02,00:05:02.381] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,00:05:04.095] [DEBUG] 6 processes running of frp type [2026-02-02,00:20:02.257] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,00:20:04.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-02-02,00:35:02.347] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,00:35:04.140] [DEBUG] 6 processes running of frp type [2026-02-02,00:50:02.793] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,00:50:04.470] [DEBUG] 6 processes running of frp type [2026-02-02,01:05:02.649] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,01:05:04.500] [DEBUG] 6 processes running of frp type [2026-02-02,01:20:02.831] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,01:20:04.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-02-02,01:35:02.103] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,01:35:03.866] [DEBUG] 6 processes running of frp type [2026-02-02,01:50:02.860] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,01:50:04.663] [DEBUG] 6 processes running of frp type [2026-02-02,02:05:02.807] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,02:05:04.517] [DEBUG] 6 processes running of frp type [2026-02-02,02:20:02.673] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,02:20:04.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-02-02,02:35:02.606] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,02:35:04.270] [DEBUG] 6 processes running of frp type [2026-02-02,02:50:02.161] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,02:50:03.939] [DEBUG] 6 processes running of frp type [2026-02-02,03:05:02.218] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,03:05:03.989] [DEBUG] 6 processes running of frp type [2026-02-02,03:20:02.283] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,03:20:04.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-02-02,03:35:02.134] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,03:35:03.904] [DEBUG] 6 processes running of frp type [2026-02-02,03:50:02.100] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,03:50:03.988] [DEBUG] 6 processes running of frp type [2026-02-02,04:05:02.227] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,04:05:03.975] [DEBUG] 6 processes running of frp type [2026-02-02,04:20:02.141] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,04:20:03.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-02-02,04:35:02.568] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,04:35:04.512] [DEBUG] 6 processes running of frp type [2026-02-02,04:50:02.811] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,04:50:04.744] [DEBUG] 6 processes running of frp type [2026-02-02,05:05:02.177] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,05:05:05.196] [DEBUG] 6 processes running of frp type [2026-02-02,05:20:02.544] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,05:20:04.326] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-02,05:35:02.610] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,05:35:04.453] [DEBUG] 6 processes running of frp type [2026-02-02,05:50:02.416] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,05:50:04.222] [DEBUG] 6 processes running of frp type [2026-02-02,06:05:02.473] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,06:05:04.329] [DEBUG] 6 processes running of frp type [2026-02-02,06:20:02.671] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,06:20:04.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-02-02,06:35:02.423] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,06:35:04.379] [DEBUG] 6 processes running of frp type [2026-02-02,06:50:02.206] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,06:50:04.033] [DEBUG] 6 processes running of frp type [2026-02-02,07:05:02.304] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,07:05:04.085] [DEBUG] 6 processes running of frp type [2026-02-02,07:20:02.424] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,07:20:04.438] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-02,07:35:03.193] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,07:35:05.075] [DEBUG] 6 processes running of frp type [2026-02-02,07:50:02.865] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,07:50:04.626] [DEBUG] 6 processes running of frp type [2026-02-02,08:02:02.898] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,08:02:04.678] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-02,08:02:26.605] [DEBUG] Log Upload Complete! [2026-02-02,08:05:03.218] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,08:05:04.966] [DEBUG] 6 processes running of frp type [2026-02-02,08:20:02.377] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,08:20:04.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-02-02,08:35:02.673] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,08:35:04.550] [DEBUG] 6 processes running of frp type [2026-02-02,08:50:02.320] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,08:50:04.934] [DEBUG] 6 processes running of frp type [2026-02-02,09:05:02.346] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,09:05:04.083] [DEBUG] 6 processes running of frp type [2026-02-02,09:20:02.492] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,09:20:04.439] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-02,09:35:02.787] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,09:35:04.760] [DEBUG] 6 processes running of frp type [2026-02-02,09:50:02.813] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,09:50:04.634] [DEBUG] 6 processes running of frp type [2026-02-02,10:05:02.874] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,10:05:04.699] [DEBUG] 6 processes running of frp type [2026-02-02,10:20:02.074] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,10:20:03.978] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-02,10:35:02.894] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,10:35:04.788] [DEBUG] 6 processes running of frp type [2026-02-02,10:50:02.953] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,10:50:04.955] [DEBUG] 6 processes running of frp type [2026-02-02,11:05:02.704] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,11:05:04.458] [DEBUG] 6 processes running of frp type [2026-02-02,11:20:02.613] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,11:20:04.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' [2026-02-02,11:35:03.054] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,11:35:04.938] [DEBUG] 6 processes running of frp type [2026-02-02,11:50:02.126] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,11:50:03.885] [DEBUG] 6 processes running of frp type [2026-02-02,12:05:02.572] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,12:05:04.786] [DEBUG] 6 processes running of frp type [2026-02-02,12:20:02.329] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,12:20:04.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-02-02,12:35:02.754] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,12:35:04.548] [DEBUG] 6 processes running of frp type [2026-02-02,12:50:02.354] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,12:50:04.192] [DEBUG] 6 processes running of frp type [2026-02-02,13:05:02.601] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,13:05:04.587] [DEBUG] 6 processes running of frp type [2026-02-02,13:20:02.979] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,13:20:04.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-02-02,13:35:02.867] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,13:35:04.631] [DEBUG] 6 processes running of frp type [2026-02-02,13:50:02.329] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,13:50:04.195] [DEBUG] 6 processes running of frp type [2026-02-02,14:05:02.812] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,14:05:04.557] [DEBUG] 6 processes running of frp type [2026-02-02,14:20:02.983] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,14:20:04.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-02-02,14:35:02.405] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,14:35:04.218] [DEBUG] 6 processes running of frp type [2026-02-02,14:50:03.003] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,14:50:04.813] [DEBUG] 6 processes running of frp type [2026-02-02,15:05:02.052] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,15:05:03.814] [DEBUG] 6 processes running of frp type [2026-02-02,15:20:02.165] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,15:20:03.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-02-02,15:35:02.255] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,15:35:04.046] [DEBUG] 6 processes running of frp type [2026-02-02,15:50:02.500] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,15:50:04.330] [DEBUG] 6 processes running of frp type [2026-02-02,16:05:02.682] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,16:05:04.500] [DEBUG] 6 processes running of frp type [2026-02-02,16:20:02.691] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,16:20:04.405] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-02,16:35:02.195] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,16:35:04.003] [DEBUG] 6 processes running of frp type [2026-02-02,16:50:02.977] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,16:50:04.697] [DEBUG] 6 processes running of frp type 2026-02-02 17:00:22.508 [I] [client/service.go:294] [ea74b3237d906b60] try to connect to server... 2026-02-02 17:00:22.509 [W] [client/service.go:297] [ea74b3237d906b60] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:00:24.536 [I] [client/service.go:294] [ea74b3237d906b60] try to connect to server... 2026-02-02 17:00:24.537 [W] [client/service.go:297] [ea74b3237d906b60] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:00:28.955 [I] [client/service.go:294] [ea74b3237d906b60] try to connect to server... 2026-02-02 17:00:28.957 [W] [client/service.go:297] [ea74b3237d906b60] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:00:38.339 [I] [client/service.go:294] [ea74b3237d906b60] try to connect to server... 2026-02-02 17:00:38.341 [W] [client/service.go:297] [ea74b3237d906b60] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:00:57.456 [I] [client/service.go:294] [ea74b3237d906b60] try to connect to server... 2026-02-02 17:00:57.457 [W] [client/service.go:297] [ea74b3237d906b60] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:01:17.459 [I] [client/service.go:294] [ea74b3237d906b60] try to connect to server... 2026-02-02 17:01:17.460 [W] [client/service.go:297] [ea74b3237d906b60] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:01:37.462 [I] [client/service.go:294] [ea74b3237d906b60] try to connect to server... 2026-02-02 17:01:37.463 [W] [client/service.go:297] [ea74b3237d906b60] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:01:57.464 [I] [client/service.go:294] [ea74b3237d906b60] try to connect to server... 2026-02-02 17:01:57.465 [W] [client/service.go:297] [ea74b3237d906b60] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:02:17.466 [I] [client/service.go:294] [ea74b3237d906b60] try to connect to server... 2026-02-02 17:02:17.468 [W] [client/service.go:297] [ea74b3237d906b60] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:02:37.469 [I] [client/service.go:294] [ea74b3237d906b60] try to connect to server... 2026-02-02 17:02:37.471 [W] [client/service.go:297] [ea74b3237d906b60] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:02:57.471 [I] [client/service.go:294] [ea74b3237d906b60] try to connect to server... 2026-02-02 17:02:57.473 [W] [client/service.go:297] [ea74b3237d906b60] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:03:17.474 [I] [client/service.go:294] [ea74b3237d906b60] try to connect to server... 2026-02-02 17:03:17.476 [W] [client/service.go:297] [ea74b3237d906b60] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:03:37.477 [I] [client/service.go:294] [ea74b3237d906b60] try to connect to server... 2026-02-02 17:03:37.481 [W] [client/service.go:297] [ea74b3237d906b60] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:03:57.482 [I] [client/service.go:294] [ea74b3237d906b60] try to connect to server... 2026-02-02 17:03:57.487 [W] [client/service.go:297] [ea74b3237d906b60] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-02 17:04:17.488 [I] [client/service.go:294] [ea74b3237d906b60] try to connect to server... 2026-02-02 17:04:17.492 [W] [client/service.go:297] [ea74b3237d906b60] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-02-02 17:04:37.494 [I] [client/service.go:294] [ea74b3237d906b60] try to connect to server... 2026-02-02 17:04:39.093 [I] [client/service.go:286] [ea74b3237d906b60] login to server success, get run id [ea74b3237d906b60] 2026-02-02 17:04:39.095 [I] [proxy/proxy_manager.go:173] [ea74b3237d906b60] proxy added: [DNL01B4302] 2026-02-02 17:04:39.977 [I] [client/control.go:168] [ea74b3237d906b60] [DNL01B4302] start proxy success [2026-02-02,17:05:03.274] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,17:05:05.004] [DEBUG] 6 processes running of frp type [2026-02-02,17:20:02.298] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,17:20:04.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-02-02,17:35:02.744] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,17:35:04.535] [DEBUG] 6 processes running of frp type [2026-02-02,17:50:02.506] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,17:50:04.374] [DEBUG] 6 processes running of frp type [2026-02-02,18:00:42.127] [INFO] Initializing BusSpeedStateManager V2 [2026-02-02,18:00:42.131] [INFO] LocationSqlManager initialising [2026-02-02,18:00:42.132] [INFO] Location DB initialising [2026-02-02,18:00:42.141] [INFO] LocationSqlManager initialisation complete [2026-02-02,18:00:42.141] [DEBUG] UploadManager Init [2026-02-02,18:00:42.142] [DEBUG] UploadManager Init Complete [2026-02-02,18:00:42.144] [INFO] Initializing GPS... [2026-02-02,18:00:42.146] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-02,18:02:29.898] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,18:02:31.932] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-02,18:02:46.831] [DEBUG] Log Upload Complete! [2026-02-02,18:05:30.042] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,18:05:31.818] [DEBUG] Remote Access Enabled [2026-02-02,18:05:33.316] [INFO] Server Address: 138.201.17.179 [2026-02-02,18:05:33.318] [INFO] Server Port: 7000 [2026-02-02,18:05:33.329] [DEBUG] Starting Remote Access! 2026-02-02 18:05:33.508 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-02 18:05:33.509 [I] [client/service.go:294] try to connect to server... 2026-02-02 18:05:34.687 [I] [client/service.go:286] [9ca81069020e0faf] login to server success, get run id [9ca81069020e0faf] 2026-02-02 18:05:34.688 [I] [proxy/proxy_manager.go:173] [9ca81069020e0faf] proxy added: [DNL01B4302] 2026-02-02 18:05:35.081 [I] [client/control.go:168] [9ca81069020e0faf] [DNL01B4302] start proxy success [2026-02-02,18:20:02.972] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,18:20:04.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-02-02,18:35:02.121] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,18:35:03.906] [DEBUG] 6 processes running of frp type [2026-02-02,18:50:02.324] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,18:50:04.090] [DEBUG] 6 processes running of frp type [2026-02-02,19:05:02.557] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-02,19:05:04.573] [DEBUG] 6 processes running of frp type [2026-02-02,19:09:02.305] [INFO] Initializing BusSpeedStateManager V2 [2026-02-02,19:09:02.310] [INFO] LocationSqlManager initialising [2026-02-02,19:09:02.310] [INFO] Location DB initialising [2026-02-02,19:09:02.320] [INFO] LocationSqlManager initialisation complete [2026-02-02,19:09:02.321] [DEBUG] UploadManager Init [2026-02-02,19:09:02.322] [DEBUG] UploadManager Init Complete [2026-02-02,19:09:02.325] [INFO] Initializing GPS... [2026-02-02,19:09:02.327] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-03,08:16:04.957] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,08:16:06.823] [DEBUG] Remote Access Enabled [2026-02-03,08:16:08.204] [INFO] Server Address: 138.201.17.179 [2026-02-03,08:16:08.206] [INFO] Server Port: 7000 [2026-02-03,08:16:08.217] [DEBUG] Starting Remote Access! 2026-02-03 08:16:08.426 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-03 08:16:08.427 [I] [client/service.go:294] try to connect to server... 2026-02-03 08:16:09.701 [I] [client/service.go:286] [894764b5bd7eee4d] login to server success, get run id [894764b5bd7eee4d] 2026-02-03 08:16:09.702 [I] [proxy/proxy_manager.go:173] [894764b5bd7eee4d] proxy added: [DNL01B4302] 2026-02-03 08:16:10.093 [I] [client/control.go:168] [894764b5bd7eee4d] [DNL01B4302] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-03,08:35:02.077] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,08:35:03.730] [DEBUG] 6 processes running of frp type [2026-02-03,08:50:02.407] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,08:50:04.257] [DEBUG] 6 processes running of frp type [2026-02-03,09:05:02.506] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,09:05:04.820] [DEBUG] 6 processes running of frp type [2026-02-03,09:20:02.035] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,09:20:03.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-02-03,09:35:03.216] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,09:35:04.958] [DEBUG] 6 processes running of frp type [2026-02-03,09:50:03.038] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,09:50:04.789] [DEBUG] 6 processes running of frp type [2026-02-03,10:05:02.112] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,10:05:04.270] [DEBUG] 6 processes running of frp type [2026-02-03,10:20:02.488] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,10:20:04.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-02-03,10:35:02.303] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,10:35:04.064] [DEBUG] 6 processes running of frp type [2026-02-03,10:50:02.813] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,10:50:04.746] [DEBUG] 6 processes running of frp type [2026-02-03,11:05:01.992] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,11:05:04.174] [DEBUG] 6 processes running of frp type [2026-02-03,11:20:02.504] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,11:20:04.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-02-03,11:35:03.140] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,11:35:05.236] [DEBUG] 6 processes running of frp type [2026-02-03,11:50:03.126] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,11:50:05.163] [DEBUG] 6 processes running of frp type [2026-02-03,12:05:02.889] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,12:05:04.865] [DEBUG] 6 processes running of frp type [2026-02-03,12:20:02.140] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,12:20:04.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' [2026-02-03,12:35:03.407] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,12:35:05.115] [DEBUG] 6 processes running of frp type [2026-02-03,12:50:02.972] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,12:50:04.686] [DEBUG] 6 processes running of frp type [2026-02-03,13:05:02.935] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,13:05:04.747] [DEBUG] 6 processes running of frp type [2026-02-03,13:20:02.019] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,13:20:03.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-02-03,13:35:02.633] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,13:35:09.731] [DEBUG] 6 processes running of frp type [2026-02-03,13:50:02.579] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,13:50:04.285] [DEBUG] 6 processes running of frp type [2026-02-03,14:05:02.989] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,14:05:09.694] [DEBUG] 6 processes running of frp type [2026-02-03,14:20:02.220] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,14:20:04.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-02-03,14:35:02.525] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,14:35:04.451] [DEBUG] 6 processes running of frp type [2026-02-03,14:50:02.945] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,14:50:11.575] [DEBUG] 6 processes running of frp type 2026-02-03 14:51:27.580 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 14:51:37.583 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-03 14:51:37.584 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 14:51:47.586 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-03 14:51:47.587 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 14:51:57.589 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-03 14:51:57.590 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 14:52:11.112 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: connection write timeout 2026-02-03 14:52:11.113 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 14:52:21.115 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-03 14:52:41.116 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 14:52:51.118 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-03 14:53:11.119 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 14:53:21.122 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-03 14:53:41.123 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 14:54:00.170 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: connection write timeout 2026-02-03 14:54:20.171 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 14:54:30.173 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-03 14:54:50.174 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 14:55:00.176 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-03 14:55:20.178 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 14:55:24.808 [I] [client/service.go:286] [894764b5bd7eee4d] login to server success, get run id [894764b5bd7eee4d] 2026-02-03 14:55:24.809 [I] [proxy/proxy_manager.go:173] [894764b5bd7eee4d] proxy added: [DNL01B4302] 2026-02-03 14:55:25.230 [I] [client/control.go:168] [894764b5bd7eee4d] [DNL01B4302] start proxy success 2026-02-03 14:56:03.636 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 14:56:05.071 [I] [client/service.go:286] [894764b5bd7eee4d] login to server success, get run id [894764b5bd7eee4d] 2026-02-03 14:56:05.072 [I] [proxy/proxy_manager.go:173] [894764b5bd7eee4d] proxy added: [DNL01B4302] 2026-02-03 14:56:05.461 [I] [client/control.go:168] [894764b5bd7eee4d] [DNL01B4302] start proxy success [2026-02-03,15:05:03.004] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,15:05:10.058] [DEBUG] 6 processes running of frp type [2026-02-03,15:20:02.455] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,15:20:04.185] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-03,15:35:02.921] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,15:35:04.746] [DEBUG] 6 processes running of frp type [2026-02-03,15:50:02.844] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,15:50:04.687] [DEBUG] 6 processes running of frp type [2026-02-03,16:05:03.389] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,16:05:05.438] [DEBUG] 6 processes running of frp type [2026-02-03,16:20:02.857] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,16:20:04.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-02-03,16:35:02.527] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,16:35:04.352] [DEBUG] 6 processes running of frp type [2026-02-03,16:50:02.077] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,16:50:03.880] [DEBUG] 6 processes running of frp type 2026-02-03 17:00:32.566 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 17:00:32.568 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 17:00:34.586 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 17:00:34.587 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 17:00:38.768 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 17:00:38.769 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 17:00:47.133 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 17:00:47.134 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 17:01:04.722 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 17:01:04.723 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 17:01:24.724 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 17:01:24.725 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 17:01:44.727 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 17:01:44.728 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 17:02:04.729 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 17:02:04.730 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 17:02:24.731 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 17:02:24.733 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 17:02:44.734 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 17:02:44.739 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 17:03:04.740 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 17:03:04.745 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 17:03:24.747 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 17:03:24.752 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 17:03:44.752 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 17:03:44.756 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 17:04:04.758 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 17:04:04.763 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-03 17:04:24.764 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 17:04:24.770 [W] [client/service.go:297] [894764b5bd7eee4d] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-02-03 17:04:44.771 [I] [client/service.go:294] [894764b5bd7eee4d] try to connect to server... 2026-02-03 17:04:47.442 [I] [client/service.go:286] [894764b5bd7eee4d] login to server success, get run id [894764b5bd7eee4d] 2026-02-03 17:04:47.444 [I] [proxy/proxy_manager.go:173] [894764b5bd7eee4d] proxy added: [DNL01B4302] 2026-02-03 17:04:48.292 [I] [client/control.go:168] [894764b5bd7eee4d] [DNL01B4302] start proxy success [2026-02-03,17:05:02.608] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,17:05:09.474] [DEBUG] 6 processes running of frp type [2026-02-03,17:20:02.806] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,17:20:04.637] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-03,17:35:02.271] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,17:35:04.075] [DEBUG] 6 processes running of frp type [2026-02-03,17:50:02.749] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,17:50:04.558] [DEBUG] 6 processes running of frp type [2026-02-03,18:00:42.619] [INFO] Initializing BusSpeedStateManager V2 [2026-02-03,18:00:42.626] [INFO] LocationSqlManager initialising [2026-02-03,18:00:42.627] [INFO] Location DB initialising [2026-02-03,18:00:42.638] [INFO] LocationSqlManager initialisation complete [2026-02-03,18:00:42.639] [DEBUG] UploadManager Init [2026-02-03,18:00:42.640] [DEBUG] UploadManager Init Complete [2026-02-03,18:00:42.644] [INFO] Initializing GPS... [2026-02-03,18:00:42.647] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-03,18:02:30.494] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,18:02:32.579] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-03,18:02:42.246] [DEBUG] Log Upload Complete! [2026-02-03,18:05:30.690] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,18:05:32.407] [DEBUG] Remote Access Enabled [2026-02-03,18:05:33.774] [INFO] Server Address: 138.201.17.179 [2026-02-03,18:05:33.775] [INFO] Server Port: 7000 [2026-02-03,18:05:33.784] [DEBUG] Starting Remote Access! 2026-02-03 18:05:34.000 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-03 18:05:34.000 [I] [client/service.go:294] try to connect to server... 2026-02-03 18:05:35.127 [I] [client/service.go:286] [46904d7386dc6d52] login to server success, get run id [46904d7386dc6d52] 2026-02-03 18:05:35.128 [I] [proxy/proxy_manager.go:173] [46904d7386dc6d52] proxy added: [DNL01B4302] 2026-02-03 18:05:35.519 [I] [client/control.go:168] [46904d7386dc6d52] [DNL01B4302] start proxy success [2026-02-03,18:20:02.366] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,18:20:04.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-02-03,18:35:02.401] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,18:35:04.237] [DEBUG] 6 processes running of frp type [2026-02-03,18:50:02.721] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,18:50:04.643] [DEBUG] 6 processes running of frp type [2026-02-03,19:05:03.007] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,19:05:04.833] [DEBUG] 6 processes running of frp type [2026-02-03,19:20:02.281] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,19:20:04.142] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-03,19:35:03.137] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,19:35:05.166] [DEBUG] 6 processes running of frp type [2026-02-03,19:50:02.426] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,19:50:04.629] [DEBUG] 6 processes running of frp type [2026-02-03,20:05:03.245] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,20:05:05.354] [DEBUG] 6 processes running of frp type [2026-02-03,20:20:02.642] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,20:20:04.658] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-03,20:35:02.160] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,20:35:04.108] [DEBUG] 6 processes running of frp type [2026-02-03,20:50:02.622] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,20:50:04.699] [DEBUG] 6 processes running of frp type [2026-02-03,21:05:02.040] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,21:05:04.261] [DEBUG] 6 processes running of frp type [2026-02-03,21:20:02.470] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,21:20:04.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-02-03,21:35:02.461] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,21:35:04.275] [DEBUG] 6 processes running of frp type [2026-02-03,21:50:02.460] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,21:50:04.158] [DEBUG] 6 processes running of frp type [2026-02-03,22:05:02.529] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,22:05:04.606] [DEBUG] 6 processes running of frp type [2026-02-03,22:20:03.106] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,22:20:07.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-02-03,22:35:02.043] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,22:35:03.710] [DEBUG] 6 processes running of frp type [2026-02-03,22:50:02.424] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,22:50:04.259] [DEBUG] 6 processes running of frp type [2026-02-03,23:05:02.630] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,23:05:04.761] [DEBUG] 6 processes running of frp type [2026-02-03,23:20:03.135] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,23:20:05.052] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-03,23:35:02.505] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,23:35:04.284] [DEBUG] 6 processes running of frp type [2026-02-03,23:50:02.424] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-03,23:50:04.297] [DEBUG] 6 processes running of frp type [2026-02-04,00:05:02.520] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,00:05:04.673] [DEBUG] 6 processes running of frp type [2026-02-04,00:20:02.833] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,00:20:04.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-02-04,00:35:02.743] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,00:35:04.581] [DEBUG] 6 processes running of frp type [2026-02-04,00:50:02.574] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,00:50:04.343] [DEBUG] 6 processes running of frp type 2026-02-04 00:54:06.009 [I] [client/service.go:294] [46904d7386dc6d52] try to connect to server... 2026-02-04 00:54:16.011 [W] [client/service.go:297] [46904d7386dc6d52] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-04 00:54:16.011 [I] [client/service.go:294] [46904d7386dc6d52] try to connect to server... 2026-02-04 00:54:26.013 [W] [client/service.go:297] [46904d7386dc6d52] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-04 00:54:26.013 [I] [client/service.go:294] [46904d7386dc6d52] try to connect to server... 2026-02-04 00:54:35.826 [I] [client/service.go:286] [46904d7386dc6d52] login to server success, get run id [46904d7386dc6d52] 2026-02-04 00:54:35.827 [I] [proxy/proxy_manager.go:173] [46904d7386dc6d52] proxy added: [DNL01B4302] 2026-02-04 00:54:36.445 [I] [client/control.go:168] [46904d7386dc6d52] [DNL01B4302] start proxy success [2026-02-04,01:05:02.536] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,01:05:04.565] [DEBUG] 6 processes running of frp type [2026-02-04,01:20:02.796] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,01:20:06.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-02-04,01:35:02.796] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,01:35:04.655] [DEBUG] 6 processes running of frp type [2026-02-04,01:50:02.768] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,01:50:04.578] [DEBUG] 6 processes running of frp type [2026-02-04,02:05:02.796] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,02:05:04.842] [DEBUG] 6 processes running of frp type [2026-02-04,02:20:02.167] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,02:20:04.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-02-04,02:35:02.724] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,02:35:04.627] [DEBUG] 6 processes running of frp type [2026-02-04,02:50:02.598] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,02:50:04.497] [DEBUG] 6 processes running of frp type [2026-02-04,03:05:02.668] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,03:05:04.540] [DEBUG] 6 processes running of frp type [2026-02-04,03:20:02.760] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,03:20:04.536] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-04,03:35:02.841] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,03:35:04.737] [DEBUG] 6 processes running of frp type [2026-02-04,03:50:02.673] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,03:50:04.516] [DEBUG] 6 processes running of frp type [2026-02-04,04:05:02.681] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,04:05:04.558] [DEBUG] 6 processes running of frp type [2026-02-04,04:20:02.766] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,04:20:04.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-02-04,04:35:02.595] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,04:35:04.492] [DEBUG] 6 processes running of frp type [2026-02-04,04:50:03.210] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,04:50:05.147] [DEBUG] 6 processes running of frp type [2026-02-04,05:05:02.722] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,05:05:04.669] [DEBUG] 6 processes running of frp type [2026-02-04,05:20:02.048] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,05:20:03.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-02-04,05:35:03.383] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,05:35:05.285] [DEBUG] 6 processes running of frp type [2026-02-04,05:50:02.711] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,05:50:04.718] [DEBUG] 6 processes running of frp type [2026-02-04,06:05:03.024] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,06:05:05.169] [DEBUG] 6 processes running of frp type [2026-02-04,06:20:02.498] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,06:20:04.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-02-04,06:35:02.414] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,06:35:04.330] [DEBUG] 6 processes running of frp type [2026-02-04,06:50:02.331] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,06:50:04.256] [DEBUG] 6 processes running of frp type [2026-02-04,06:31:24.708] [INFO] Initializing BusSpeedStateManager V2 [2026-02-04,06:31:24.713] [INFO] LocationSqlManager initialising [2026-02-04,06:31:24.714] [INFO] Location DB initialising [2026-02-04,06:31:24.724] [INFO] LocationSqlManager initialisation complete [2026-02-04,06:31:24.725] [DEBUG] UploadManager Init [2026-02-04,06:31:24.726] [DEBUG] UploadManager Init Complete [2026-02-04,06:31:24.730] [INFO] Initializing GPS... [2026-02-04,06:31:24.733] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-04,13:49:02.542] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,13:49:04.381] [DEBUG] Remote Access Enabled [2026-02-04,13:49:05.882] [INFO] Server Address: 138.201.17.179 [2026-02-04,13:49:05.883] [INFO] Server Port: 7000 [2026-02-04,13:49:05.888] [DEBUG] Starting Remote Access! 2026-02-04 13:49:06.025 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-04 13:49:06.026 [I] [client/service.go:294] try to connect to server... 2026-02-04 13:49:07.279 [I] [client/service.go:286] [259b2cb1b9a9f982] login to server success, get run id [259b2cb1b9a9f982] 2026-02-04 13:49:07.281 [I] [proxy/proxy_manager.go:173] [259b2cb1b9a9f982] proxy added: [DNL01B4302] 2026-02-04 13:49:07.720 [I] [client/control.go:168] [259b2cb1b9a9f982] [DNL01B4302] start proxy success [2026-02-04,14:05:02.409] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,14:05:04.326] [DEBUG] 6 processes running of frp type [2026-02-04,14:20:02.596] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,14:20:04.411] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-04,14:35:02.690] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,14:35:04.591] [DEBUG] 6 processes running of frp type 2026-02-04 14:40:56.521 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 14:40:56.527 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-02-04 14:40:58.588 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 14:40:58.592 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-02-04 14:41:02.939 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 14:41:02.943 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-02-04 14:41:12.335 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 14:41:14.169 [I] [client/service.go:286] [259b2cb1b9a9f982] login to server success, get run id [259b2cb1b9a9f982] 2026-02-04 14:41:14.171 [I] [proxy/proxy_manager.go:173] [259b2cb1b9a9f982] proxy added: [DNL01B4302] 2026-02-04 14:41:14.594 [I] [client/control.go:168] [259b2cb1b9a9f982] [DNL01B4302] start proxy success [2026-02-04,14:50:02.056] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,14:50:03.881] [DEBUG] 6 processes running of frp type 2026-02-04 14:53:46.764 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 14:53:56.765 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-04 14:53:56.766 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 14:54:11.505 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: connection write timeout 2026-02-04 14:54:11.506 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 14:54:21.508 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-04 14:54:21.509 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 14:54:31.511 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-04 14:54:31.511 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 14:54:45.828 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: connection write timeout 2026-02-04 14:55:05.829 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 14:55:15.831 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-04 14:55:35.832 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 14:55:45.835 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-04 14:56:05.837 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 14:56:15.839 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-04 14:56:35.840 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 14:56:45.842 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-04 14:57:05.844 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 14:57:07.931 [I] [client/service.go:286] [259b2cb1b9a9f982] login to server success, get run id [259b2cb1b9a9f982] 2026-02-04 14:57:07.933 [I] [proxy/proxy_manager.go:173] [259b2cb1b9a9f982] proxy added: [DNL01B4302] 2026-02-04 14:57:08.825 [I] [client/control.go:168] [259b2cb1b9a9f982] [DNL01B4302] start proxy success [2026-02-04,15:05:02.057] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,15:05:04.080] [DEBUG] 6 processes running of frp type [2026-02-04,15:20:02.364] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,15:20:04.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' [2026-02-04,15:35:02.503] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,15:35:04.377] [DEBUG] 6 processes running of frp type [2026-02-04,15:50:02.222] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,15:50:04.116] [DEBUG] 6 processes running of frp type [2026-02-04,16:05:02.320] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,16:05:04.199] [DEBUG] 6 processes running of frp type [2026-02-04,16:20:02.682] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,16:20:04.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-02-04,16:35:02.626] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,16:35:04.423] [DEBUG] 6 processes running of frp type 2026-02-04 16:46:32.782 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 16:46:41.440 [I] [client/service.go:286] [259b2cb1b9a9f982] login to server success, get run id [259b2cb1b9a9f982] 2026-02-04 16:46:41.442 [I] [proxy/proxy_manager.go:173] [259b2cb1b9a9f982] proxy added: [DNL01B4302] 2026-02-04 16:46:41.805 [I] [client/control.go:168] [259b2cb1b9a9f982] [DNL01B4302] start proxy success 2026-02-04 16:47:20.290 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 16:47:30.292 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-04 16:47:30.293 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 16:47:40.295 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-04 16:47:40.295 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 16:47:50.297 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-04 16:47:50.298 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 16:47:58.974 [I] [client/service.go:286] [259b2cb1b9a9f982] login to server success, get run id [259b2cb1b9a9f982] 2026-02-04 16:47:58.975 [I] [proxy/proxy_manager.go:173] [259b2cb1b9a9f982] proxy added: [DNL01B4302] 2026-02-04 16:47:59.356 [I] [client/control.go:168] [259b2cb1b9a9f982] [DNL01B4302] start proxy success [2026-02-04,16:50:02.166] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,16:50:03.955] [DEBUG] 6 processes running of frp type 2026-02-04 17:00:16.214 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 17:00:19.261 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-04 17:00:19.261 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 17:00:22.302 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-04 17:00:22.302 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 17:00:25.342 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-04 17:00:33.932 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 17:00:33.933 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:00:52.260 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 17:00:52.262 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:01:12.263 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 17:01:12.264 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:01:32.265 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 17:01:32.267 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:01:52.268 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 17:01:52.269 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:02:12.270 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 17:02:12.271 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:02:32.272 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 17:02:32.274 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:02:52.275 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 17:02:52.279 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:03:12.281 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 17:03:12.285 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:03:32.286 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 17:03:32.291 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:03:52.292 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 17:03:52.297 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:04:12.298 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 17:04:12.303 [W] [client/service.go:297] [259b2cb1b9a9f982] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-04 17:04:32.305 [I] [client/service.go:294] [259b2cb1b9a9f982] try to connect to server... 2026-02-04 17:04:36.953 [I] [client/service.go:286] [259b2cb1b9a9f982] login to server success, get run id [259b2cb1b9a9f982] 2026-02-04 17:04:36.955 [I] [proxy/proxy_manager.go:173] [259b2cb1b9a9f982] proxy added: [DNL01B4302] 2026-02-04 17:04:38.852 [I] [client/control.go:168] [259b2cb1b9a9f982] [DNL01B4302] start proxy success [2026-02-04,17:05:02.303] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,17:05:04.218] [DEBUG] 6 processes running of frp type [2026-02-04,17:20:02.517] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,17:20:04.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-02-04,17:30:04.815] [INFO] Initializing BusSpeedStateManager V2 [2026-02-04,17:30:04.822] [INFO] LocationSqlManager initialising [2026-02-04,17:30:04.823] [INFO] Location DB initialising [2026-02-04,17:30:04.832] [INFO] LocationSqlManager initialisation complete [2026-02-04,17:30:04.833] [DEBUG] UploadManager Init [2026-02-04,17:30:04.833] [DEBUG] UploadManager Init Complete [2026-02-04,17:30:04.836] [INFO] Initializing GPS... [2026-02-04,17:30:04.838] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-04,17:31:54.229] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,17:31:56.129] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-04,17:32:08.347] [DEBUG] Log Upload Complete! [2026-02-04,17:34:54.239] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,17:34:56.127] [DEBUG] Remote Access Enabled [2026-02-04,17:34:57.624] [INFO] Server Address: 138.201.17.179 [2026-02-04,17:34:57.625] [INFO] Server Port: 7000 [2026-02-04,17:34:57.631] [DEBUG] Starting Remote Access! 2026-02-04 17:34:57.766 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-04 17:34:57.767 [I] [client/service.go:294] try to connect to server... 2026-02-04 17:34:58.973 [I] [client/service.go:286] [1e5a2189f0edf996] login to server success, get run id [1e5a2189f0edf996] 2026-02-04 17:34:58.974 [I] [proxy/proxy_manager.go:173] [1e5a2189f0edf996] proxy added: [DNL01B4302] 2026-02-04 17:34:59.378 [I] [client/control.go:168] [1e5a2189f0edf996] [DNL01B4302] start proxy success [2026-02-04,17:35:02.682] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,17:35:04.639] [DEBUG] 6 processes running of frp type [2026-02-04,17:50:02.659] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,17:50:04.699] [DEBUG] 6 processes running of frp type [2026-02-04,18:00:41.928] [INFO] Initializing BusSpeedStateManager V2 [2026-02-04,18:00:41.934] [INFO] LocationSqlManager initialising [2026-02-04,18:00:41.935] [INFO] Location DB initialising [2026-02-04,18:00:41.947] [INFO] LocationSqlManager initialisation complete [2026-02-04,18:00:41.949] [DEBUG] UploadManager Init [2026-02-04,18:00:41.951] [DEBUG] UploadManager Init Complete [2026-02-04,18:00:41.958] [INFO] Initializing GPS... [2026-02-04,18:00:41.961] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-04,18:02:30.402] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,18:02:32.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-02-04,18:02:47.157] [DEBUG] Log Upload Complete! [2026-02-04,18:05:30.536] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,18:05:32.457] [DEBUG] Remote Access Enabled [2026-02-04,18:05:34.051] [INFO] Server Address: 138.201.17.179 [2026-02-04,18:05:34.052] [INFO] Server Port: 7000 [2026-02-04,18:05:34.061] [DEBUG] Starting Remote Access! 2026-02-04 18:05:34.264 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-04 18:05:34.265 [I] [client/service.go:294] try to connect to server... 2026-02-04 18:05:35.501 [I] [client/service.go:286] [99ca03deb514cbf0] login to server success, get run id [99ca03deb514cbf0] 2026-02-04 18:05:35.502 [I] [proxy/proxy_manager.go:173] [99ca03deb514cbf0] proxy added: [DNL01B4302] 2026-02-04 18:05:35.908 [I] [client/control.go:168] [99ca03deb514cbf0] [DNL01B4302] start proxy success [2026-02-04,18:20:02.411] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,18:20:04.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-02-04,18:35:03.226] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,18:35:05.282] [DEBUG] 6 processes running of frp type [2026-02-04,18:50:02.026] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,18:50:03.719] [DEBUG] 6 processes running of frp type [2026-02-04,19:05:02.996] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,19:05:04.789] [DEBUG] 6 processes running of frp type [2026-02-04,19:20:03.192] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,19:20:05.081] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-04,19:35:02.675] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,19:35:04.444] [DEBUG] 6 processes running of frp type [2026-02-04,19:50:03.185] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,19:50:10.229] [DEBUG] 6 processes running of frp type [2026-02-04,20:05:02.597] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,20:05:04.513] [DEBUG] 6 processes running of frp type [2026-02-04,20:20:02.774] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,20:20:04.624] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-04,20:35:02.413] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,20:35:04.283] [DEBUG] 6 processes running of frp type [2026-02-04,20:50:02.956] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,20:50:04.778] [DEBUG] 6 processes running of frp type [2026-02-04,21:05:02.429] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,21:05:04.549] [DEBUG] 6 processes running of frp type [2026-02-04,21:20:03.032] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,21:20:04.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-02-04,21:35:02.303] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,21:35:04.031] [DEBUG] 6 processes running of frp type [2026-02-04,21:50:03.067] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,21:50:04.777] [DEBUG] 6 processes running of frp type [2026-02-04,22:05:02.042] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,22:05:03.921] [DEBUG] 6 processes running of frp type [2026-02-04,22:20:02.206] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,22:20:03.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' [2026-02-04,22:35:01.981] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,22:35:03.900] [DEBUG] 6 processes running of frp type [2026-02-04,22:50:02.793] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,22:50:04.722] [DEBUG] 6 processes running of frp type [2026-02-04,23:05:02.989] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,23:05:04.868] [DEBUG] 6 processes running of frp type [2026-02-04,23:20:02.171] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,23:20:04.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-02-04,23:35:02.340] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,23:35:04.177] [DEBUG] 6 processes running of frp type [2026-02-04,23:50:02.283] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-04,23:50:04.146] [DEBUG] 6 processes running of frp type [2026-02-05,00:05:02.413] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,00:05:04.201] [DEBUG] 6 processes running of frp type [2026-02-05,00:20:02.383] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,00:20:04.422] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-05,00:35:02.588] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,00:35:04.567] [DEBUG] 6 processes running of frp type [2026-02-05,00:50:02.578] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,00:50:04.366] [DEBUG] 6 processes running of frp type [2026-02-05,01:05:02.688] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,01:05:04.756] [DEBUG] 6 processes running of frp type 2026-02-05 01:12:22.410 [I] [client/service.go:294] [99ca03deb514cbf0] try to connect to server... 2026-02-05 01:12:32.411 [W] [client/service.go:297] [99ca03deb514cbf0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-05 01:12:32.411 [I] [client/service.go:294] [99ca03deb514cbf0] try to connect to server... 2026-02-05 01:12:42.413 [W] [client/service.go:297] [99ca03deb514cbf0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-05 01:12:42.414 [I] [client/service.go:294] [99ca03deb514cbf0] try to connect to server... 2026-02-05 01:12:52.416 [W] [client/service.go:297] [99ca03deb514cbf0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-05 01:12:52.416 [I] [client/service.go:294] [99ca03deb514cbf0] try to connect to server... 2026-02-05 01:13:02.417 [W] [client/service.go:297] [99ca03deb514cbf0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-05 01:13:02.418 [I] [client/service.go:294] [99ca03deb514cbf0] try to connect to server... 2026-02-05 01:13:12.419 [W] [client/service.go:297] [99ca03deb514cbf0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-05 01:13:32.420 [I] [client/service.go:294] [99ca03deb514cbf0] try to connect to server... 2026-02-05 01:13:42.421 [W] [client/service.go:297] [99ca03deb514cbf0] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-05 01:14:02.422 [I] [client/service.go:294] [99ca03deb514cbf0] try to connect to server... 2026-02-05 01:14:02.424 [W] [client/service.go:297] [99ca03deb514cbf0] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-05 01:14:22.425 [I] [client/service.go:294] [99ca03deb514cbf0] try to connect to server... 2026-02-05 01:14:23.641 [I] [client/service.go:286] [99ca03deb514cbf0] login to server success, get run id [99ca03deb514cbf0] 2026-02-05 01:14:23.642 [I] [proxy/proxy_manager.go:173] [99ca03deb514cbf0] proxy added: [DNL01B4302] 2026-02-05 01:14:24.038 [I] [client/control.go:168] [99ca03deb514cbf0] [DNL01B4302] start proxy success [2026-02-05,01:20:02.118] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,01:20:03.851] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-02-05 01:31:16.430 [I] [client/service.go:294] [99ca03deb514cbf0] try to connect to server... 2026-02-05 01:31:17.643 [I] [client/service.go:286] [99ca03deb514cbf0] login to server success, get run id [99ca03deb514cbf0] 2026-02-05 01:31:17.644 [I] [proxy/proxy_manager.go:173] [99ca03deb514cbf0] proxy added: [DNL01B4302] 2026-02-05 01:31:18.056 [I] [client/control.go:168] [99ca03deb514cbf0] [DNL01B4302] start proxy success [2026-02-05,01:35:02.084] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,01:35:03.978] [DEBUG] 6 processes running of frp type [2026-02-05,01:50:02.296] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,01:50:04.152] [DEBUG] 6 processes running of frp type [2026-02-05,02:05:02.329] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,02:05:04.094] [DEBUG] 6 processes running of frp type [2026-02-05,02:20:02.267] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,02:20:04.093] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-05,02:35:02.177] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,02:35:03.906] [DEBUG] 6 processes running of frp type [2026-02-05,02:50:02.874] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,02:50:04.738] [DEBUG] 6 processes running of frp type [2026-02-05,03:05:03.018] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,03:05:04.755] [DEBUG] 6 processes running of frp type [2026-02-05,03:20:02.952] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,03:20:04.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' [2026-02-05,03:35:02.903] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,03:35:04.672] [DEBUG] 6 processes running of frp type 2026-02-05 03:43:13.749 [I] [client/service.go:294] [99ca03deb514cbf0] try to connect to server... 2026-02-05 03:43:24.179 [W] [client/service.go:297] [99ca03deb514cbf0] connect to server error: connection write timeout 2026-02-05 03:43:24.180 [I] [client/service.go:294] [99ca03deb514cbf0] try to connect to server... 2026-02-05 03:43:27.792 [I] [client/service.go:286] [99ca03deb514cbf0] login to server success, get run id [99ca03deb514cbf0] 2026-02-05 03:43:27.794 [I] [proxy/proxy_manager.go:173] [99ca03deb514cbf0] proxy added: [DNL01B4302] 2026-02-05 03:43:28.280 [I] [client/control.go:168] [99ca03deb514cbf0] [DNL01B4302] start proxy success 2026-02-05 03:43:56.542 [I] [client/service.go:294] [99ca03deb514cbf0] try to connect to server... 2026-02-05 03:43:57.864 [I] [client/service.go:286] [99ca03deb514cbf0] login to server success, get run id [99ca03deb514cbf0] 2026-02-05 03:43:57.864 [I] [proxy/proxy_manager.go:173] [99ca03deb514cbf0] proxy added: [DNL01B4302] 2026-02-05 03:43:58.314 [I] [client/control.go:168] [99ca03deb514cbf0] [DNL01B4302] start proxy success [2026-02-05,03:50:02.728] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,03:50:04.791] [DEBUG] 6 processes running of frp type [2026-02-05,04:05:02.984] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,04:05:04.874] [DEBUG] 6 processes running of frp type [2026-02-05,04:20:02.036] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,04:20:03.881] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-05,04:35:02.195] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,04:35:04.040] [DEBUG] 6 processes running of frp type [2026-02-05,04:50:02.704] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,04:50:04.519] [DEBUG] 6 processes running of frp type [2026-02-05,05:05:02.955] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,05:05:04.853] [DEBUG] 6 processes running of frp type [2026-02-05,05:20:02.120] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,05:20:04.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-02-05,05:35:02.450] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,05:35:04.295] [DEBUG] 6 processes running of frp type [2026-02-05,05:50:02.834] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,05:50:04.910] [DEBUG] 6 processes running of frp type [2026-02-05,06:05:02.162] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,06:05:04.054] [DEBUG] 6 processes running of frp type [2026-02-05,06:20:02.315] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,06:20:04.404] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-05,06:35:02.325] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,06:35:04.291] [DEBUG] 6 processes running of frp type [2026-02-05,06:50:02.805] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,06:50:04.766] [DEBUG] 6 processes running of frp type [2026-02-05,07:05:02.449] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,07:05:04.361] [DEBUG] 6 processes running of frp type [2026-02-05,07:20:02.731] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,07:20:04.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-02-05,07:35:02.251] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,07:35:04.205] [DEBUG] 6 processes running of frp type [2026-02-05,07:50:02.561] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-05,07:50:04.651] [DEBUG] 6 processes running of frp type [2026-02-05,07:28:59.842] [INFO] Initializing BusSpeedStateManager V2 [2026-02-05,07:28:59.847] [INFO] LocationSqlManager initialising [2026-02-05,07:28:59.848] [INFO] Location DB initialising [2026-02-05,07:28:59.857] [INFO] LocationSqlManager initialisation complete [2026-02-05,07:28:59.857] [DEBUG] UploadManager Init [2026-02-05,07:28:59.858] [DEBUG] UploadManager Init Complete [2026-02-05,07:28:59.860] [INFO] Initializing GPS... [2026-02-05,07:28:59.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' [2026-02-05,07:33:48.431] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-05,07:48:48.550] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-05,08:03:48.719] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-05,08:18:48.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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-05,07:28:59.774] [INFO] Initializing BusSpeedStateManager V2 [2026-02-05,07:28:59.778] [INFO] LocationSqlManager initialising [2026-02-05,07:28:59.779] [INFO] Location DB initialising [2026-02-05,07:28:59.788] [INFO] LocationSqlManager initialisation complete [2026-02-05,07:28:59.789] [DEBUG] UploadManager Init [2026-02-05,07:28:59.789] [DEBUG] UploadManager Init Complete [2026-02-05,07:28:59.792] [INFO] Initializing GPS... [2026-02-05,07:28:59.793] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-05,07:33:48.532] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-05,07:48:48.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')) [2026-02-05,08:03:48.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')) [2026-02-05,08:18:48.915] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded 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-02-05,08:33:48.989] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-05,08:48:49.132] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-05,09:03:49.202] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-05,07:28:59.952] [INFO] Initializing BusSpeedStateManager V2 [2026-02-05,07:28:59.957] [INFO] LocationSqlManager initialising [2026-02-05,07:28:59.957] [INFO] Location DB initialising [2026-02-05,07:28:59.967] [INFO] LocationSqlManager initialisation complete [2026-02-05,07:28:59.967] [DEBUG] UploadManager Init [2026-02-05,07:28:59.968] [DEBUG] UploadManager Init Complete [2026-02-05,07:28:59.970] [INFO] Initializing GPS... [2026-02-05,07:28:59.972] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-05,07:33:48.538] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-05,07:28:59.566] [INFO] Initializing BusSpeedStateManager V2 [2026-02-05,07:28:59.570] [INFO] LocationSqlManager initialising [2026-02-05,07:28:59.571] [INFO] Location DB initialising [2026-02-05,07:28:59.580] [INFO] LocationSqlManager initialisation complete [2026-02-05,07:28:59.581] [DEBUG] UploadManager Init [2026-02-05,07:28:59.581] [DEBUG] UploadManager Init Complete [2026-02-05,07:28:59.584] [INFO] Initializing GPS... [2026-02-05,07:28:59.586] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-05,07:33:48.248] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-05,07:48:48.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-02-05,08:03:48.424] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-05,08:18:48.569] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-05,08:33:48.709] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-05,08:48:48.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')) [2026-02-05,09:03:48.920] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-05,09:18:49.082] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-05,09:33:49.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-02-05,07:28:59.695] [INFO] Initializing BusSpeedStateManager V2 [2026-02-05,07:28:59.700] [INFO] LocationSqlManager initialising [2026-02-05,07:28:59.700] [INFO] Location DB initialising [2026-02-05,07:28:59.710] [INFO] LocationSqlManager initialisation complete [2026-02-05,07:28:59.711] [DEBUG] UploadManager Init [2026-02-05,07:28:59.711] [DEBUG] UploadManager Init Complete [2026-02-05,07:28:59.714] [INFO] Initializing GPS... [2026-02-05,07:28:59.716] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-05,07:33:48.459] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-05,07:48:48.514] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-05,08:03:48.567] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-05,08:18:48.716] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-05,08:33:48.859] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-05,08:48:48.961] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) [2026-02-06,16:05:49.700] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,16:05:51.627] [DEBUG] Remote Access Enabled [2026-02-06,16:05:53.053] [INFO] Server Address: 138.201.17.179 [2026-02-06,16:05:53.054] [INFO] Server Port: 7000 [2026-02-06,16:05:53.059] [DEBUG] Starting Remote Access! 2026-02-06 16:05:53.189 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-06 16:05:53.190 [I] [client/service.go:294] try to connect to server... 2026-02-06 16:05:54.320 [I] [client/service.go:286] [d3df965151bbdeba] login to server success, get run id [d3df965151bbdeba] 2026-02-06 16:05:54.321 [I] [proxy/proxy_manager.go:173] [d3df965151bbdeba] proxy added: [DNL01B4302] 2026-02-06 16:05:54.698 [I] [client/control.go:168] [d3df965151bbdeba] [DNL01B4302] start proxy success [2026-02-06,16:20:02.747] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,16:20:04.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-02-06,16:35:02.816] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,16:35:04.632] [DEBUG] 6 processes running of frp type [2026-02-06,16:50:03.150] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,16:50:04.880] [DEBUG] 6 processes running of frp type 2026-02-06 17:00:13.496 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:00:16.004 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-06 17:00:16.005 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:00:19.043 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-06 17:00:19.044 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:00:22.083 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-06 17:00:31.417 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:00:31.419 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:00:51.420 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:00:51.422 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:01:11.423 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:01:11.424 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:01:31.425 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:01:31.427 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:01:51.429 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:01:51.430 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:02:11.430 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:02:11.432 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:02:31.433 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:02:31.434 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:02:51.436 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:02:51.441 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:03:11.443 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:03:11.447 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:03:31.449 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:03:31.454 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:03:51.455 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:03:51.460 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:04:11.461 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:04:11.465 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:04:31.466 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:04:31.470 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-02-06 17:04:51.472 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:04:52.645 [I] [client/service.go:286] [d3df965151bbdeba] login to server success, get run id [d3df965151bbdeba] 2026-02-06 17:04:52.646 [I] [proxy/proxy_manager.go:173] [d3df965151bbdeba] proxy added: [DNL01B4302] 2026-02-06 17:04:53.531 [I] [client/control.go:168] [d3df965151bbdeba] [DNL01B4302] start proxy success [2026-02-06,17:05:02.592] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,17:05:04.542] [DEBUG] 6 processes running of frp type 2026-02-06 17:06:32.602 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:06:32.603 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:06:34.792 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:06:34.793 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:06:39.253 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:06:39.254 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:06:48.454 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:06:48.455 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:07:07.083 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:07:07.084 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:07:27.085 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:07:27.086 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:07:47.087 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:07:47.088 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:08:07.089 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:08:07.091 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:08:27.091 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:08:27.092 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:08:47.093 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:08:47.099 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:09:07.100 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:09:07.105 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:09:27.106 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:09:30.193 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:09:50.194 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:09:50.199 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:10:10.201 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:10:10.205 [W] [client/service.go:297] [d3df965151bbdeba] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-06 17:10:30.207 [I] [client/service.go:294] [d3df965151bbdeba] try to connect to server... 2026-02-06 17:10:31.359 [I] [client/service.go:286] [d3df965151bbdeba] login to server success, get run id [d3df965151bbdeba] 2026-02-06 17:10:31.360 [I] [proxy/proxy_manager.go:173] [d3df965151bbdeba] proxy added: [DNL01B4302] 2026-02-06 17:10:31.733 [I] [client/control.go:168] [d3df965151bbdeba] [DNL01B4302] start proxy success [2026-02-06,17:20:02.926] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,17:20:04.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-02-06,17:35:02.441] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,17:35:04.359] [DEBUG] 6 processes running of frp type [2026-02-06,17:50:03.020] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,17:50:04.882] [DEBUG] 6 processes running of frp type [2026-02-06,18:00:40.992] [INFO] Initializing BusSpeedStateManager V2 [2026-02-06,18:00:40.997] [INFO] LocationSqlManager initialising [2026-02-06,18:00:40.998] [INFO] Location DB initialising [2026-02-06,18:00:41.008] [INFO] LocationSqlManager initialisation complete [2026-02-06,18:00:41.009] [DEBUG] UploadManager Init [2026-02-06,18:00:41.009] [DEBUG] UploadManager Init Complete [2026-02-06,18:00:41.012] [INFO] Initializing GPS... [2026-02-06,18:00:41.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-02-06,18:02:29.539] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,18:02:36.643] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-06,18:02:59.114] [DEBUG] Log Upload Complete! [2026-02-06,18:05:29.637] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,18:05:31.480] [DEBUG] Remote Access Enabled [2026-02-06,18:05:32.954] [INFO] Server Address: 138.201.17.179 [2026-02-06,18:05:32.956] [INFO] Server Port: 7000 [2026-02-06,18:05:32.965] [DEBUG] Starting Remote Access! 2026-02-06 18:05:33.170 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-06 18:05:33.171 [I] [client/service.go:294] try to connect to server... 2026-02-06 18:05:34.375 [I] [client/service.go:286] [dcc8a7c223c9cdc7] login to server success, get run id [dcc8a7c223c9cdc7] 2026-02-06 18:05:34.376 [I] [proxy/proxy_manager.go:173] [dcc8a7c223c9cdc7] proxy added: [DNL01B4302] 2026-02-06 18:05:34.801 [I] [client/control.go:168] [dcc8a7c223c9cdc7] [DNL01B4302] start proxy success [2026-02-06,18:20:03.214] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,18:20:04.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-02-06,18:35:03.024] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,18:35:04.894] [DEBUG] 6 processes running of frp type [2026-02-06,18:50:02.841] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,18:50:04.747] [DEBUG] 6 processes running of frp type [2026-02-06,19:05:03.151] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,19:05:04.927] [DEBUG] 6 processes running of frp type [2026-02-06,19:20:02.274] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,19:20:04.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-02-06,19:35:02.738] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,19:35:04.542] [DEBUG] 6 processes running of frp type [2026-02-06,19:50:03.325] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,19:50:05.205] [DEBUG] 6 processes running of frp type [2026-02-06,20:05:02.454] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,20:05:04.344] [DEBUG] 6 processes running of frp type [2026-02-06,20:20:03.011] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,20:20:04.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-02-06,20:35:02.932] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,20:35:04.805] [DEBUG] 6 processes running of frp type [2026-02-06,20:50:02.764] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,20:50:04.553] [DEBUG] 6 processes running of frp type [2026-02-06,20:51:00.487] [INFO] Initializing BusSpeedStateManager V2 [2026-02-06,20:51:00.492] [INFO] LocationSqlManager initialising [2026-02-06,20:51:00.492] [INFO] Location DB initialising [2026-02-06,20:51:00.502] [INFO] LocationSqlManager initialisation complete [2026-02-06,20:51:00.502] [DEBUG] UploadManager Init [2026-02-06,20:51:00.503] [DEBUG] UploadManager Init Complete [2026-02-06,20:51:00.505] [INFO] Initializing GPS... [2026-02-06,20:51:00.507] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-06,23:19:42.095] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,23:19:43.921] [DEBUG] Remote Access Enabled [2026-02-06,23:19:45.344] [INFO] Server Address: 138.201.17.179 [2026-02-06,23:19:45.345] [INFO] Server Port: 7000 [2026-02-06,23:19:45.355] [DEBUG] Starting Remote Access! 2026-02-06 23:19:45.543 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-06 23:19:45.544 [I] [client/service.go:294] try to connect to server... 2026-02-06 23:19:46.800 [I] [client/service.go:286] [ec84b18fd96b3f60] login to server success, get run id [ec84b18fd96b3f60] 2026-02-06 23:19:46.801 [I] [proxy/proxy_manager.go:173] [ec84b18fd96b3f60] proxy added: [DNL01B4302] 2026-02-06 23:19:47.194 [I] [client/control.go:168] [ec84b18fd96b3f60] [DNL01B4302] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-06,23:35:02.480] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,23:35:04.542] [DEBUG] 6 processes running of frp type [2026-02-06,23:50:02.732] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-06,23:50:04.531] [DEBUG] 6 processes running of frp type [2026-02-07,00:05:03.046] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,00:05:04.889] [DEBUG] 6 processes running of frp type [2026-02-07,00:20:02.197] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,00:20:04.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-02-07,00:35:02.791] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,00:35:04.673] [DEBUG] 6 processes running of frp type [2026-02-07,00:50:02.919] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,00:50:04.719] [DEBUG] 6 processes running of frp type [2026-02-07,01:05:01.967] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,01:05:03.965] [DEBUG] 6 processes running of frp type [2026-02-07,01:20:02.167] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,01:20:04.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-02-07,01:35:02.722] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,01:35:04.706] [DEBUG] 6 processes running of frp type [2026-02-07,01:50:02.548] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,01:50:04.392] [DEBUG] 6 processes running of frp type [2026-02-07,02:05:02.644] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,02:05:04.425] [DEBUG] 6 processes running of frp type [2026-02-07,02:20:02.817] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,02:20:04.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-02-07,02:35:02.217] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,02:35:03.990] [DEBUG] 6 processes running of frp type [2026-02-07,02:50:02.548] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,02:50:04.307] [DEBUG] 6 processes running of frp type [2026-02-07,03:05:02.811] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,03:05:04.615] [DEBUG] 6 processes running of frp type [2026-02-07,03:20:03.141] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,03:20:04.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-02-07,03:35:02.279] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,03:35:04.002] [DEBUG] 6 processes running of frp type [2026-02-07,03:50:02.635] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,03:50:04.449] [DEBUG] 6 processes running of frp type [2026-02-07,04:05:02.938] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,04:05:04.910] [DEBUG] 6 processes running of frp type [2026-02-07,04:20:02.323] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,04:20:04.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' [2026-02-07,04:35:02.491] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,04:35:04.241] [DEBUG] 6 processes running of frp type [2026-02-07,04:50:02.751] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,04:50:04.549] [DEBUG] 6 processes running of frp type [2026-02-07,05:05:02.940] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,05:05:04.675] [DEBUG] 6 processes running of frp type [2026-02-07,05:20:02.083] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,05:20:03.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-02-07,05:35:02.453] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,05:35:04.227] [DEBUG] 6 processes running of frp type [2026-02-07,05:50:02.815] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,05:50:04.575] [DEBUG] 6 processes running of frp type [2026-02-07,06:05:02.914] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,06:05:04.901] [DEBUG] 6 processes running of frp type [2026-02-07,06:20:02.361] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,06:20:04.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' [2026-02-07,06:35:02.532] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,06:35:04.263] [DEBUG] 6 processes running of frp type [2026-02-07,06:50:02.777] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,06:50:04.551] [DEBUG] 6 processes running of frp type [2026-02-07,06:34:01.484] [INFO] Initializing BusSpeedStateManager V2 [2026-02-07,06:34:01.489] [INFO] LocationSqlManager initialising [2026-02-07,06:34:01.489] [INFO] Location DB initialising [2026-02-07,06:34:01.499] [INFO] LocationSqlManager initialisation complete [2026-02-07,06:34:01.499] [DEBUG] UploadManager Init [2026-02-07,06:34:01.500] [DEBUG] UploadManager Init Complete [2026-02-07,06:34:01.503] [INFO] Initializing GPS... [2026-02-07,06:34:01.504] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-07,11:11:06.015] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,11:11:08.012] [DEBUG] Remote Access Enabled [2026-02-07,11:11:09.474] [INFO] Server Address: 138.201.17.179 [2026-02-07,11:11:09.476] [INFO] Server Port: 7000 [2026-02-07,11:11:09.487] [DEBUG] Starting Remote Access! 2026-02-07 11:11:09.654 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-07 11:11:09.655 [I] [client/service.go:294] try to connect to server... 2026-02-07 11:11:10.818 [I] [client/service.go:286] [087f1a413681e701] login to server success, get run id [087f1a413681e701] 2026-02-07 11:11:10.818 [I] [proxy/proxy_manager.go:173] [087f1a413681e701] proxy added: [DNL01B4302] 2026-02-07 11:11:11.230 [I] [client/control.go:168] [087f1a413681e701] [DNL01B4302] start proxy success [2026-02-07,11:20:02.867] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,11:20:04.709] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-07,11:35:02.337] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,11:35:04.484] [DEBUG] 6 processes running of frp type [2026-02-07,11:50:02.198] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,11:50:04.117] [DEBUG] 6 processes running of frp type [2026-02-07,12:05:02.815] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,12:05:04.623] [DEBUG] 6 processes running of frp type [2026-02-07,12:20:02.936] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,12:20:04.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-02-07,12:35:03.252] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,12:35:05.128] [DEBUG] 6 processes running of frp type [2026-02-07,12:50:03.229] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,12:50:05.094] [DEBUG] 6 processes running of frp type [2026-02-07,13:05:02.813] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,13:05:04.729] [DEBUG] 6 processes running of frp type [2026-02-07,13:20:02.096] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,13:20:03.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-02-07,13:35:02.737] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,13:35:09.824] [DEBUG] 6 processes running of frp type [2026-02-07,13:50:02.824] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,13:50:04.611] [DEBUG] 6 processes running of frp type [2026-02-07,14:05:03.087] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,14:05:04.910] [DEBUG] 6 processes running of frp type [2026-02-07,14:20:02.513] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,14:20:04.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-02-07,14:35:02.343] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,14:35:04.447] [DEBUG] 6 processes running of frp type [2026-02-07,14:50:02.508] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,14:50:04.348] [DEBUG] 6 processes running of frp type [2026-02-07,15:05:03.066] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,15:05:05.029] [DEBUG] 6 processes running of frp type [2026-02-07,15:20:02.386] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,15:20:04.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-02-07,15:35:02.942] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,15:35:04.724] [DEBUG] 6 processes running of frp type [2026-02-07,15:50:02.936] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,15:50:04.750] [DEBUG] 6 processes running of frp type [2026-02-07,16:05:02.106] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,16:05:04.116] [DEBUG] 6 processes running of frp type [2026-02-07,16:20:02.516] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,16:20:04.432] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-07,16:35:03.151] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,16:35:04.985] [DEBUG] 6 processes running of frp type [2026-02-07,16:50:02.956] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,16:50:04.813] [DEBUG] 6 processes running of frp type 2026-02-07 17:00:26.211 [I] [client/service.go:294] [087f1a413681e701] try to connect to server... 2026-02-07 17:00:36.213 [W] [client/service.go:297] [087f1a413681e701] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-07 17:00:36.217 [I] [client/service.go:294] [087f1a413681e701] try to connect to server... 2026-02-07 17:00:36.218 [W] [client/service.go:297] [087f1a413681e701] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:00:40.422 [I] [client/service.go:294] [087f1a413681e701] try to connect to server... 2026-02-07 17:00:40.423 [W] [client/service.go:297] [087f1a413681e701] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:00:49.653 [I] [client/service.go:294] [087f1a413681e701] try to connect to server... 2026-02-07 17:00:49.654 [W] [client/service.go:297] [087f1a413681e701] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:01:08.898 [I] [client/service.go:294] [087f1a413681e701] try to connect to server... 2026-02-07 17:01:08.899 [W] [client/service.go:297] [087f1a413681e701] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:01:28.900 [I] [client/service.go:294] [087f1a413681e701] try to connect to server... 2026-02-07 17:01:28.901 [W] [client/service.go:297] [087f1a413681e701] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:01:48.902 [I] [client/service.go:294] [087f1a413681e701] try to connect to server... 2026-02-07 17:01:48.903 [W] [client/service.go:297] [087f1a413681e701] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:02:08.904 [I] [client/service.go:294] [087f1a413681e701] try to connect to server... 2026-02-07 17:02:08.905 [W] [client/service.go:297] [087f1a413681e701] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:02:28.907 [I] [client/service.go:294] [087f1a413681e701] try to connect to server... 2026-02-07 17:02:28.908 [W] [client/service.go:297] [087f1a413681e701] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:02:48.909 [I] [client/service.go:294] [087f1a413681e701] try to connect to server... 2026-02-07 17:02:48.913 [W] [client/service.go:297] [087f1a413681e701] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:03:08.914 [I] [client/service.go:294] [087f1a413681e701] try to connect to server... 2026-02-07 17:03:08.919 [W] [client/service.go:297] [087f1a413681e701] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:03:28.921 [I] [client/service.go:294] [087f1a413681e701] try to connect to server... 2026-02-07 17:03:28.927 [W] [client/service.go:297] [087f1a413681e701] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:03:48.927 [I] [client/service.go:294] [087f1a413681e701] try to connect to server... 2026-02-07 17:03:48.931 [W] [client/service.go:297] [087f1a413681e701] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:04:08.932 [I] [client/service.go:294] [087f1a413681e701] try to connect to server... 2026-02-07 17:04:08.936 [W] [client/service.go:297] [087f1a413681e701] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-07 17:04:28.937 [I] [client/service.go:294] [087f1a413681e701] try to connect to server... 2026-02-07 17:04:30.118 [I] [client/service.go:286] [087f1a413681e701] login to server success, get run id [087f1a413681e701] 2026-02-07 17:04:30.119 [I] [proxy/proxy_manager.go:173] [087f1a413681e701] proxy added: [DNL01B4302] 2026-02-07 17:04:30.901 [I] [client/control.go:168] [087f1a413681e701] [DNL01B4302] start proxy success [2026-02-07,17:05:02.162] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,17:05:04.076] [DEBUG] 6 processes running of frp type [2026-02-07,17:20:07.769] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,17:20:09.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-02-07,17:35:03.125] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,17:35:04.831] [DEBUG] 6 processes running of frp type [2026-02-07,17:50:02.354] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,17:50:04.109] [DEBUG] 6 processes running of frp type [2026-02-07,18:00:40.988] [INFO] Initializing BusSpeedStateManager V2 [2026-02-07,18:00:40.993] [INFO] LocationSqlManager initialising [2026-02-07,18:00:40.994] [INFO] Location DB initialising [2026-02-07,18:00:41.003] [INFO] LocationSqlManager initialisation complete [2026-02-07,18:00:41.004] [DEBUG] UploadManager Init [2026-02-07,18:00:41.004] [DEBUG] UploadManager Init Complete [2026-02-07,18:00:41.007] [INFO] Initializing GPS... [2026-02-07,18:00: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-02-07,18:02:29.608] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,18:02:31.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( [2026-02-07,18:02:54.437] [DEBUG] Log Upload Complete! [2026-02-07,18:05:29.826] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,18:05:31.657] [DEBUG] Remote Access Enabled [2026-02-07,18:05:33.069] [INFO] Server Address: 138.201.17.179 [2026-02-07,18:05:33.071] [INFO] Server Port: 7000 [2026-02-07,18:05:33.080] [DEBUG] Starting Remote Access! 2026-02-07 18:05:33.271 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-07 18:05:33.272 [I] [client/service.go:294] try to connect to server... 2026-02-07 18:05:34.494 [I] [client/service.go:286] [abd5c520ac9b5b3a] login to server success, get run id [abd5c520ac9b5b3a] 2026-02-07 18:05:34.495 [I] [proxy/proxy_manager.go:173] [abd5c520ac9b5b3a] proxy added: [DNL01B4302] 2026-02-07 18:05:34.894 [I] [client/control.go:168] [abd5c520ac9b5b3a] [DNL01B4302] start proxy success [2026-02-07,18:20:02.512] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,18:20:04.433] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-07,18:35:02.753] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,18:35:04.588] [DEBUG] 6 processes running of frp type [2026-02-07,18:50:02.838] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,18:50:04.758] [DEBUG] 6 processes running of frp type [2026-02-07,19:05:02.531] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,19:05:04.337] [DEBUG] 6 processes running of frp type [2026-02-07,19:20:02.947] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,19:20:04.861] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-07,19:35:02.855] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,19:35:04.721] [DEBUG] 6 processes running of frp type [2026-02-07,19:50:02.637] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,19:50:04.631] [DEBUG] 6 processes running of frp type [2026-02-07,20:05:02.892] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,20:05:09.603] [DEBUG] 6 processes running of frp type [2026-02-07,20:20:02.892] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,20:20:04.698] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-07,20:35:02.475] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,20:35:04.246] [DEBUG] 6 processes running of frp type [2026-02-07,20:50:03.184] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,20:50:09.658] [DEBUG] 6 processes running of frp type [2026-02-07,21:05:08.298] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,21:05:10.206] [DEBUG] 6 processes running of frp type [2026-02-07,21:20:07.728] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,21:20:09.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-02-07,21:35:02.797] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,21:35:05.565] [DEBUG] 6 processes running of frp type [2026-02-07,21:50:02.844] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,21:50:05.247] [DEBUG] 6 processes running of frp type [2026-02-07,22:05:02.485] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,22:05:04.453] [DEBUG] 6 processes running of frp type [2026-02-07,22:20:02.885] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,22:20:04.845] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-02-07 22:32:37.145 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-07 22:32:39.419 [I] [client/service.go:286] [abd5c520ac9b5b3a] login to server success, get run id [abd5c520ac9b5b3a] 2026-02-07 22:32:39.419 [I] [proxy/proxy_manager.go:173] [abd5c520ac9b5b3a] proxy added: [DNL01B4302] 2026-02-07 22:32:39.830 [I] [client/control.go:168] [abd5c520ac9b5b3a] [DNL01B4302] start proxy success [2026-02-07,22:35:02.894] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,22:35:04.733] [DEBUG] 6 processes running of frp type [2026-02-07,22:50:02.790] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,22:50:04.932] [DEBUG] 6 processes running of frp type [2026-02-07,23:05:02.110] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,23:05:04.648] [DEBUG] 6 processes running of frp type [2026-02-07,23:20:02.825] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,23:20:04.881] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-07,23:35:02.751] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,23:35:04.596] [DEBUG] 6 processes running of frp type [2026-02-07,23:50:02.653] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-07,23:50:04.431] [DEBUG] 6 processes running of frp type [2026-02-08,00:05:02.622] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,00:05:04.504] [DEBUG] 6 processes running of frp type [2026-02-08,00:20:02.690] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,00:20:04.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-02-08,00:35:02.746] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,00:35:06.165] [DEBUG] 6 processes running of frp type [2026-02-08,00:50:02.353] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,00:50:04.137] [DEBUG] 6 processes running of frp type [2026-02-08,01:05:02.368] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,01:05:04.251] [DEBUG] 6 processes running of frp type [2026-02-08,01:20:02.577] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,01:20:04.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-02-08,01:35:02.493] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,01:35:04.379] [DEBUG] 6 processes running of frp type [2026-02-08,01:50:02.871] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,01:50:04.818] [DEBUG] 6 processes running of frp type [2026-02-08,02:05:02.171] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,02:05:04.051] [DEBUG] 6 processes running of frp type [2026-02-08,02:20:02.325] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,02:20:04.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-02-08,02:35:02.456] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,02:35:04.359] [DEBUG] 6 processes running of frp type [2026-02-08,02:50:02.789] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,02:50:04.750] [DEBUG] 6 processes running of frp type [2026-02-08,03:05:02.192] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,03:05:04.239] [DEBUG] 6 processes running of frp type [2026-02-08,03:20:02.426] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,03:20:05.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-02-08,03:35:02.440] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,03:35:04.197] [DEBUG] 6 processes running of frp type [2026-02-08,03:50:02.131] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,03:50:04.023] [DEBUG] 6 processes running of frp type [2026-02-08,04:05:02.270] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,04:05:04.032] [DEBUG] 6 processes running of frp type [2026-02-08,04:20:02.241] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,04:20:04.015] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-08,04:35:02.889] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,04:35:04.654] [DEBUG] 6 processes running of frp type [2026-02-08,04:50:02.522] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,04:50:04.352] [DEBUG] 6 processes running of frp type [2026-02-08,05:05:02.801] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,05:05:04.761] [DEBUG] 6 processes running of frp type [2026-02-08,05:20:02.070] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,05:20:03.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-02-08,05:35:02.484] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,05:35:04.195] [DEBUG] 6 processes running of frp type [2026-02-08,05:50:03.126] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,05:50:05.092] [DEBUG] 6 processes running of frp type [2026-02-08,06:05:02.576] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,06:05:04.536] [DEBUG] 6 processes running of frp type [2026-02-08,06:20:02.975] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,06:20:04.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-02-08,06:35:02.925] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,06:35:04.883] [DEBUG] 6 processes running of frp type [2026-02-08,06:50:02.487] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,06:50:04.290] [DEBUG] 6 processes running of frp type [2026-02-08,07:05:02.811] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,07:05:04.831] [DEBUG] 6 processes running of frp type [2026-02-08,07:20:02.248] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,07:20:04.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-02-08 07:32:31.410 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 07:32:41.412 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-08 07:32:41.413 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 07:32:51.414 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-08 07:32:51.415 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 07:33:01.416 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-08 07:33:01.416 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 07:33:11.418 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-08 07:33:11.419 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 07:33:21.421 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-08 07:33:41.421 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 07:33:51.423 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-08 07:34:11.424 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 07:34:21.427 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-08 07:34:41.428 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 07:34:51.429 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-08 07:35:11.431 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 07:35:21.433 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-08 07:35:41.434 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 07:35:51.436 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-08 07:36:11.438 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 07:36:21.440 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-08 07:36:41.441 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 07:36:47.392 [I] [client/service.go:286] [abd5c520ac9b5b3a] login to server success, get run id [abd5c520ac9b5b3a] 2026-02-08 07:36:47.393 [I] [proxy/proxy_manager.go:173] [abd5c520ac9b5b3a] proxy added: [DNL01B4302] 2026-02-08 07:36:52.857 [I] [client/control.go:168] [abd5c520ac9b5b3a] [DNL01B4302] start proxy success 2026-02-08 07:41:35.434 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 07:41:37.004 [I] [client/service.go:286] [abd5c520ac9b5b3a] login to server success, get run id [abd5c520ac9b5b3a] 2026-02-08 07:41:37.005 [I] [proxy/proxy_manager.go:173] [abd5c520ac9b5b3a] proxy added: [DNL01B4302] 2026-02-08 07:41:37.656 [I] [client/control.go:168] [abd5c520ac9b5b3a] [DNL01B4302] start proxy success 2026-02-08 07:42:16.594 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 07:42:32.492 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: i/o deadline reached 2026-02-08 07:42:32.493 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 07:42:35.857 [I] [client/service.go:286] [abd5c520ac9b5b3a] login to server success, get run id [abd5c520ac9b5b3a] 2026-02-08 07:42:35.858 [I] [proxy/proxy_manager.go:173] [abd5c520ac9b5b3a] proxy added: [DNL01B4302] 2026-02-08 07:42:36.238 [I] [client/control.go:168] [abd5c520ac9b5b3a] [DNL01B4302] start proxy success [2026-02-08,07:50:02.126] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,07:50:03.951] [DEBUG] 6 processes running of frp type [2026-02-08,08:02:02.322] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,08:02:04.046] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-08,08:02:32.317] [DEBUG] Log Upload Complete! [2026-02-08,08:05:02.775] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,08:05:04.446] [DEBUG] 6 processes running of frp type [2026-02-08,08:20:02.740] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,08:20:04.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-02-08,08:35:02.313] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,08:35:04.124] [DEBUG] 6 processes running of frp type [2026-02-08,08:50:03.154] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,08:50:05.073] [DEBUG] 6 processes running of frp type 2026-02-08 08:54:49.409 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 08:54:59.411 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-08 08:54:59.412 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 08:55:09.414 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-08 08:55:09.415 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 08:55:14.513 [I] [client/service.go:286] [abd5c520ac9b5b3a] login to server success, get run id [abd5c520ac9b5b3a] 2026-02-08 08:55:14.515 [I] [proxy/proxy_manager.go:173] [abd5c520ac9b5b3a] proxy added: [DNL01B4302] 2026-02-08 08:55:14.991 [I] [client/control.go:168] [abd5c520ac9b5b3a] [DNL01B4302] start proxy success [2026-02-08,09:05:02.461] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,09:05:04.273] [DEBUG] 6 processes running of frp type [2026-02-08,09:20:02.791] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,09:20:04.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-02-08,09:35:02.207] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,09:35:03.978] [DEBUG] 6 processes running of frp type [2026-02-08,09:50:02.778] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,09:50:04.582] [DEBUG] 6 processes running of frp type [2026-02-08,10:05:03.016] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,10:05:04.838] [DEBUG] 6 processes running of frp type [2026-02-08,10:20:02.282] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,10:20:04.043] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-08,10:35:02.543] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,10:35:04.466] [DEBUG] 6 processes running of frp type [2026-02-08,10:50:02.934] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,10:50:04.927] [DEBUG] 6 processes running of frp type [2026-02-08,11:05:02.598] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,11:05:04.394] [DEBUG] 6 processes running of frp type [2026-02-08,11:20:02.955] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,11:20:04.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-02-08,11:35:02.981] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,11:35:04.859] [DEBUG] 6 processes running of frp type [2026-02-08,11:50:02.034] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,11:50:03.832] [DEBUG] 6 processes running of frp type [2026-02-08,12:05:02.597] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,12:05:04.351] [DEBUG] 6 processes running of frp type [2026-02-08,12:20:02.746] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,12:20:04.452] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-08,12:35:02.243] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,12:35:03.938] [DEBUG] 6 processes running of frp type [2026-02-08,12:50:02.508] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,12:50:04.231] [DEBUG] 6 processes running of frp type [2026-02-08,13:05:02.839] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,13:05:04.622] [DEBUG] 6 processes running of frp type [2026-02-08,13:20:02.896] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,13:20:05.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-02-08,13:35:02.947] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,13:35:09.198] [DEBUG] 6 processes running of frp type [2026-02-08,13:50:02.444] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,13:50:04.231] [DEBUG] 6 processes running of frp type [2026-02-08,14:05:02.495] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,14:05:04.631] [DEBUG] 6 processes running of frp type [2026-02-08,14:20:02.172] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,14:20:04.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-02-08,14:35:02.937] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,14:35:04.669] [DEBUG] 6 processes running of frp type [2026-02-08,14:50:02.462] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,14:50:04.179] [DEBUG] 6 processes running of frp type [2026-02-08,15:05:02.706] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,15:05:04.475] [DEBUG] 6 processes running of frp type [2026-02-08,15:20:02.898] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,15:20:04.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-02-08,15:35:02.734] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,15:35:04.582] [DEBUG] 6 processes running of frp type [2026-02-08,15:50:02.301] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,15:50:04.125] [DEBUG] 6 processes running of frp type [2026-02-08,16:05:02.477] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,16:05:04.447] [DEBUG] 6 processes running of frp type [2026-02-08,16:20:02.813] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,16:20:04.511] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-08,16:35:02.616] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,16:35:04.436] [DEBUG] 6 processes running of frp type [2026-02-08,16:50:02.242] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,16:50:03.941] [DEBUG] 6 processes running of frp type 2026-02-08 17:00:12.544 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:00:14.723 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-08 17:00:14.723 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:00:17.763 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-08 17:00:17.764 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:00:20.804 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-08 17:00:29.363 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:00:29.364 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:00:46.630 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:00:46.631 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:01:06.632 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:01:06.633 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:01:26.635 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:01:26.636 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:01:46.637 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:01:46.639 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:02:06.640 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:02:06.642 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:02:26.643 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:02:26.644 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:02:46.646 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:02:46.650 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:03:06.651 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:03:06.658 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:03:26.659 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:03:26.664 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:03:46.666 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:03:46.670 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:04:06.672 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:04:06.678 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:04:26.680 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:04:26.685 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-02-08 17:04:46.686 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:04:49.550 [I] [client/service.go:286] [abd5c520ac9b5b3a] login to server success, get run id [abd5c520ac9b5b3a] 2026-02-08 17:04:49.551 [I] [proxy/proxy_manager.go:173] [abd5c520ac9b5b3a] proxy added: [DNL01B4302] 2026-02-08 17:04:49.962 [I] [client/control.go:168] [abd5c520ac9b5b3a] [DNL01B4302] start proxy success [2026-02-08,17:05:02.206] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,17:05:04.372] [DEBUG] 6 processes running of frp type 2026-02-08 17:06:58.338 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:06:58.339 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:07:00.454 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:07:00.454 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:07:05.025 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:07:05.026 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:07:14.877 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:07:14.879 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:07:34.879 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:07:34.881 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:07:54.882 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:07:54.883 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:08:14.884 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:08:14.886 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:08:34.887 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:08:34.889 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:08:54.890 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:08:54.891 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:09:14.892 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:09:14.897 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:09:34.899 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:09:34.903 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:09:54.904 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:09:54.908 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:10:14.909 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:10:14.914 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:10:34.915 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:10:34.920 [W] [client/service.go:297] [abd5c520ac9b5b3a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-08 17:10:54.922 [I] [client/service.go:294] [abd5c520ac9b5b3a] try to connect to server... 2026-02-08 17:10:57.715 [I] [client/service.go:286] [abd5c520ac9b5b3a] login to server success, get run id [abd5c520ac9b5b3a] 2026-02-08 17:10:57.717 [I] [proxy/proxy_manager.go:173] [abd5c520ac9b5b3a] proxy added: [DNL01B4302] 2026-02-08 17:11:00.256 [I] [client/control.go:168] [abd5c520ac9b5b3a] [DNL01B4302] start proxy success [2026-02-08,17:20:02.757] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,17:20:04.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-02-08,17:35:02.524] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,17:35:04.421] [DEBUG] 6 processes running of frp type [2026-02-08,17:50:03.133] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,17:50:04.988] [DEBUG] 6 processes running of frp type [2026-02-08,18:00:42.059] [INFO] Initializing BusSpeedStateManager V2 [2026-02-08,18:00:42.064] [INFO] LocationSqlManager initialising [2026-02-08,18:00:42.065] [INFO] Location DB initialising [2026-02-08,18:00:42.075] [INFO] LocationSqlManager initialisation complete [2026-02-08,18:00:42.075] [DEBUG] UploadManager Init [2026-02-08,18:00:42.076] [DEBUG] UploadManager Init Complete [2026-02-08,18:00:42.078] [INFO] Initializing GPS... [2026-02-08,18:00:42.080] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-08,18:02:29.726] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,18:02:31.564] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-08,18:02:42.233] [DEBUG] Log Upload Complete! [2026-02-08,18:05:29.861] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,18:05:31.720] [DEBUG] Remote Access Enabled [2026-02-08,18:05:33.124] [INFO] Server Address: 138.201.17.179 [2026-02-08,18:05:33.126] [INFO] Server Port: 7000 [2026-02-08,18:05:33.135] [DEBUG] Starting Remote Access! 2026-02-08 18:05:33.342 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-08 18:05:33.343 [I] [client/service.go:294] try to connect to server... 2026-02-08 18:05:34.599 [I] [client/service.go:286] [23538981fdb3eef4] login to server success, get run id [23538981fdb3eef4] 2026-02-08 18:05:34.600 [I] [proxy/proxy_manager.go:173] [23538981fdb3eef4] proxy added: [DNL01B4302] 2026-02-08 18:05:35.004 [I] [client/control.go:168] [23538981fdb3eef4] [DNL01B4302] start proxy success [2026-02-08,18:20:02.638] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,18:20:04.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-02-08,18:35:02.990] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,18:35:04.816] [DEBUG] 6 processes running of frp type [2026-02-08,18:50:02.615] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,18:50:04.487] [DEBUG] 6 processes running of frp type [2026-02-08,19:05:02.923] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,19:05:05.664] [DEBUG] 6 processes running of frp type [2026-02-08,19:20:03.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,19:20:05.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-02-08,19:35:02.455] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,19:35:04.531] [DEBUG] 6 processes running of frp type [2026-02-08,19:50:02.846] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,19:50:04.647] [DEBUG] 6 processes running of frp type [2026-02-08,20:05:03.198] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,20:05:05.069] [DEBUG] 6 processes running of frp type [2026-02-08,20:20:02.387] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,20:20:04.159] [DEBUG] 6 processes running of frp type 2026-02-08 20:23:43.207 [I] [client/service.go:294] [23538981fdb3eef4] try to connect to server... 2026-02-08 20:23:44.512 [I] [client/service.go:286] [23538981fdb3eef4] login to server success, get run id [23538981fdb3eef4] 2026-02-08 20:23:44.513 [I] [proxy/proxy_manager.go:173] [23538981fdb3eef4] proxy added: [DNL01B4302] 2026-02-08 20:23:44.916 [I] [client/control.go:168] [23538981fdb3eef4] [DNL01B4302] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-02-08 20:34:48.925 [I] [client/service.go:294] [23538981fdb3eef4] try to connect to server... 2026-02-08 20:34:58.927 [W] [client/service.go:297] [23538981fdb3eef4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-08 20:34:58.928 [I] [client/service.go:294] [23538981fdb3eef4] try to connect to server... 2026-02-08 20:35:17.807 [W] [client/service.go:297] [23538981fdb3eef4] connect to server error: connection write timeout 2026-02-08 20:35:17.807 [I] [client/service.go:294] [23538981fdb3eef4] try to connect to server... [2026-02-08,20:35:19.649] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-02-08 20:35:27.808 [W] [client/service.go:297] [23538981fdb3eef4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-08 20:35:27.809 [I] [client/service.go:294] [23538981fdb3eef4] try to connect to server... 2026-02-08 20:35:37.810 [W] [client/service.go:297] [23538981fdb3eef4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-08 20:35:37.810 [I] [client/service.go:294] [23538981fdb3eef4] try to connect to server... 2026-02-08 20:35:51.795 [W] [client/service.go:297] [23538981fdb3eef4] connect to server error: connection write timeout Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 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-02-08 20:36:11.796 [I] [client/service.go:294] [23538981fdb3eef4] try to connect to server... 2026-02-08 20:36:17.590 [I] [client/service.go:286] [23538981fdb3eef4] login to server success, get run id [23538981fdb3eef4] 2026-02-08 20:36:17.591 [I] [proxy/proxy_manager.go:173] [23538981fdb3eef4] proxy added: [DNL01B4302] 2026-02-08 20:36:18.240 [I] [client/control.go:168] [23538981fdb3eef4] [DNL01B4302] start proxy success [2026-02-08,20:50:02.338] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,20:50:04.191] [DEBUG] 6 processes running of frp type [2026-02-08,21:05:02.348] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,21:05:04.219] [DEBUG] 6 processes running of frp type [2026-02-08,21:20:02.405] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,21:20:05.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-02-08,21:35:02.923] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,21:35:04.725] [DEBUG] 6 processes running of frp type [2026-02-08,21:50:02.978] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,21:50:07.448] [DEBUG] 6 processes running of frp type 2026-02-08 21:50:59.356 [I] [client/service.go:294] [23538981fdb3eef4] try to connect to server... 2026-02-08 21:51:13.383 [W] [client/service.go:297] [23538981fdb3eef4] connect to server error: i/o deadline reached 2026-02-08 21:51:13.384 [I] [client/service.go:294] [23538981fdb3eef4] try to connect to server... 2026-02-08 21:51:17.816 [I] [client/service.go:286] [23538981fdb3eef4] login to server success, get run id [23538981fdb3eef4] 2026-02-08 21:51:17.817 [I] [proxy/proxy_manager.go:173] [23538981fdb3eef4] proxy added: [DNL01B4302] 2026-02-08 21:51:22.319 [I] [client/control.go:168] [23538981fdb3eef4] [DNL01B4302] start proxy success [2026-02-08,22:05:03.161] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,22:05:05.020] [DEBUG] 6 processes running of frp type [2026-02-08,22:20:02.683] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,22:20:04.628] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-08,22:35:02.741] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,22:35:04.452] [DEBUG] 6 processes running of frp type [2026-02-08,22:50:02.567] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,22:50:04.355] [DEBUG] 6 processes running of frp type [2026-02-08,23:05:02.869] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,23:05:04.641] [DEBUG] 6 processes running of frp type [2026-02-08,23:20:02.826] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,23:20:04.662] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-08,23:35:02.374] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,23:35:04.113] [DEBUG] 6 processes running of frp type [2026-02-08,23:50:02.327] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-08,23:50:04.003] [DEBUG] 6 processes running of frp type [2026-02-09,00:05:02.187] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,00:05:04.061] [DEBUG] 6 processes running of frp type [2026-02-09,00:20:02.322] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,00:20:05.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' [2026-02-09,00:35:02.123] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,00:35:03.834] [DEBUG] 6 processes running of frp type [2026-02-09,00:50:02.886] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,00:50:04.614] [DEBUG] 6 processes running of frp type [2026-02-09,01:05:02.766] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,01:05:04.668] [DEBUG] 6 processes running of frp type [2026-02-09,01:20:02.829] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,01:20:04.651] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-09,01:35:02.336] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,01:35:04.104] [DEBUG] 6 processes running of frp type [2026-02-09,01:50:02.626] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,01:50:04.469] [DEBUG] 6 processes running of frp type [2026-02-09,02:05:02.778] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,02:05:04.716] [DEBUG] 6 processes running of frp type [2026-02-09,02:20:02.014] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,02:20:03.861] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-09,02:35:02.992] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,02:35:04.750] [DEBUG] 6 processes running of frp type [2026-02-09,02:50:02.312] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,02:50:04.094] [DEBUG] 6 processes running of frp type [2026-02-09,03:05:02.320] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,03:05:04.128] [DEBUG] 6 processes running of frp type [2026-02-09,03:20:02.481] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,03:20:04.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-02-09,03:35:02.085] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,03:35:03.863] [DEBUG] 6 processes running of frp type [2026-02-09,03:50:02.701] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,03:50:04.649] [DEBUG] 6 processes running of frp type [2026-02-09,04:05:03.275] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,04:05:05.125] [DEBUG] 6 processes running of frp type [2026-02-09,04:20:02.541] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,04:20:04.424] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-09,04:35:03.070] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,04:35:04.959] [DEBUG] 6 processes running of frp type [2026-02-09,04:50:02.634] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,04:50:04.433] [DEBUG] 6 processes running of frp type [2026-02-09,05:05:03.013] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,05:05:04.956] [DEBUG] 6 processes running of frp type [2026-02-09,05:20:02.170] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,05:20:04.129] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-09,05:35:03.024] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,05:35:04.946] [DEBUG] 6 processes running of frp type [2026-02-09,05:50:02.922] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,05:50:04.778] [DEBUG] 6 processes running of frp type [2026-02-09,06:05:02.471] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,06:05:04.362] [DEBUG] 6 processes running of frp type [2026-02-09,05:57:49.683] [INFO] Initializing BusSpeedStateManager V2 [2026-02-09,05:57:49.688] [INFO] LocationSqlManager initialising [2026-02-09,05:57:49.688] [INFO] Location DB initialising [2026-02-09,05:57:49.697] [INFO] LocationSqlManager initialisation complete [2026-02-09,05:57:49.698] [DEBUG] UploadManager Init [2026-02-09,05:57:49.698] [DEBUG] UploadManager Init Complete [2026-02-09,05:57:49.701] [INFO] Initializing GPS... [2026-02-09,05:57:49.703] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-09,19:57:56.141] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,19:57:57.897] [DEBUG] Remote Access Enabled [2026-02-09,19:57:59.321] [INFO] Server Address: 138.201.17.179 [2026-02-09,19:57:59.322] [INFO] Server Port: 7000 [2026-02-09,19:57:59.331] [DEBUG] Starting Remote Access! 2026-02-09 19:57:59.544 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-09 19:57:59.545 [I] [client/service.go:294] try to connect to server... 2026-02-09 19:58:00.633 [I] [client/service.go:286] [8909a8dd16028c23] login to server success, get run id [8909a8dd16028c23] 2026-02-09 19:58:00.634 [I] [proxy/proxy_manager.go:173] [8909a8dd16028c23] proxy added: [DNL01B4302] 2026-02-09 19:58:01.018 [I] [client/control.go:168] [8909a8dd16028c23] [DNL01B4302] start proxy success 2026-02-09 19:59:44.479 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 19:59:54.482 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 19:59:54.483 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:00:04.484 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 20:00:04.484 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:00:18.797 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: connection write timeout 2026-02-09 20:00:18.798 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... [2026-02-09,20:00:20.482] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-02-09 20:00:20.983 [I] [client/service.go:286] [8909a8dd16028c23] login to server success, get run id [8909a8dd16028c23] 2026-02-09 20:00:20.984 [I] [proxy/proxy_manager.go:173] [8909a8dd16028c23] proxy added: [DNL01B4302] 2026-02-09 20:00:21.364 [I] [client/control.go:168] [8909a8dd16028c23] [DNL01B4302] start proxy success [2026-02-09,20:00:22.309] [DEBUG] 6 processes running of frp type 2026-02-09 20:01:32.646 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:01:42.648 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 20:01:42.649 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:01:52.649 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 20:01:52.650 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:02:01.852 [I] [client/service.go:286] [8909a8dd16028c23] login to server success, get run id [8909a8dd16028c23] 2026-02-09 20:02:01.853 [I] [proxy/proxy_manager.go:173] [8909a8dd16028c23] proxy added: [DNL01B4302] 2026-02-09 20:02:02.287 [I] [client/control.go:168] [8909a8dd16028c23] [DNL01B4302] start proxy success 2026-02-09 20:05:16.041 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:05:26.043 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 20:05:26.044 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:05:28.558 [I] [client/service.go:286] [8909a8dd16028c23] login to server success, get run id [8909a8dd16028c23] 2026-02-09 20:05:28.560 [I] [proxy/proxy_manager.go:173] [8909a8dd16028c23] proxy added: [DNL01B4302] 2026-02-09 20:05:28.989 [I] [client/control.go:168] [8909a8dd16028c23] [DNL01B4302] start proxy success 2026-02-09 20:06:07.458 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:06:17.459 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 20:06:17.460 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:06:18.839 [I] [client/service.go:286] [8909a8dd16028c23] login to server success, get run id [8909a8dd16028c23] 2026-02-09 20:06:18.840 [I] [proxy/proxy_manager.go:173] [8909a8dd16028c23] proxy added: [DNL01B4302] 2026-02-09 20:06:19.260 [I] [client/control.go:168] [8909a8dd16028c23] [DNL01B4302] start proxy success 2026-02-09 20:06:57.850 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:07:07.851 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 20:07:07.852 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:07:17.854 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 20:07:17.855 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:07:27.856 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 20:07:27.857 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:07:37.049 [I] [client/service.go:286] [8909a8dd16028c23] login to server success, get run id [8909a8dd16028c23] 2026-02-09 20:07:37.050 [I] [proxy/proxy_manager.go:173] [8909a8dd16028c23] proxy added: [DNL01B4302] 2026-02-09 20:07:37.995 [I] [client/control.go:168] [8909a8dd16028c23] [DNL01B4302] start proxy success 2026-02-09 20:08:51.322 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:09:01.323 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 20:09:01.324 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:09:11.325 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 20:09:11.326 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:09:21.328 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 20:09:21.328 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:09:31.330 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 20:09:31.331 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:09:41.332 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 20:10:01.333 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:10:15.233 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: connection write timeout 2026-02-09 20:10:35.235 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:10:45.237 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 20:11:05.238 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:11:06.432 [I] [client/service.go:286] [8909a8dd16028c23] login to server success, get run id [8909a8dd16028c23] 2026-02-09 20:11:06.433 [I] [proxy/proxy_manager.go:173] [8909a8dd16028c23] proxy added: [DNL01B4302] 2026-02-09 20:11:06.860 [I] [client/control.go:168] [8909a8dd16028c23] [DNL01B4302] start proxy success 2026-02-09 20:12:46.462 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:12:56.464 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 20:12:56.464 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:13:07.873 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: connection write timeout 2026-02-09 20:13:07.874 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:13:17.876 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 20:13:17.876 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:13:27.878 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 20:13:27.879 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:13:41.453 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: connection write timeout 2026-02-09 20:14:01.454 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:14:03.668 [I] [client/service.go:286] [8909a8dd16028c23] login to server success, get run id [8909a8dd16028c23] 2026-02-09 20:14:03.670 [I] [proxy/proxy_manager.go:173] [8909a8dd16028c23] proxy added: [DNL01B4302] 2026-02-09 20:14:06.919 [I] [client/control.go:168] [8909a8dd16028c23] [DNL01B4302] start proxy success [2026-02-09,20:20:03.775] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,20:20:06.970] [DEBUG] 6 processes running of frp type 2026-02-09 20:25:34.924 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:25:37.849 [I] [client/service.go:286] [8909a8dd16028c23] login to server success, get run id [8909a8dd16028c23] 2026-02-09 20:25:37.850 [I] [proxy/proxy_manager.go:173] [8909a8dd16028c23] proxy added: [DNL01B4302] Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-02-09 20:26:15.905 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:26:23.340 [I] [client/service.go:286] [8909a8dd16028c23] login to server success, get run id [8909a8dd16028c23] 2026-02-09 20:26:23.341 [I] [proxy/proxy_manager.go:173] [8909a8dd16028c23] proxy added: [DNL01B4302] 2026-02-09 20:26:27.456 [I] [client/control.go:168] [8909a8dd16028c23] [DNL01B4302] start proxy success 2026-02-09 20:26:57.492 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:27:08.775 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: i/o deadline reached 2026-02-09 20:27:08.775 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:27:18.777 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 20:27:18.777 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:27:33.808 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: i/o deadline reached 2026-02-09 20:27:33.809 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:27:54.496 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: i/o deadline reached 2026-02-09 20:27:54.496 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:28:06.411 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: read tcp 192.168.1.104:39376->138.201.17.179:7000: read: connection reset by peer 2026-02-09 20:28:26.413 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:28:43.362 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: i/o deadline reached 2026-02-09 20:29:03.363 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:29:19.414 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: i/o deadline reached 2026-02-09 20:29:39.416 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:29:50.482 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: read tcp 192.168.1.104:50556->138.201.17.179:7000: read: connection reset by peer 2026-02-09 20:30:10.483 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:30:16.118 [I] [client/service.go:286] [8909a8dd16028c23] login to server success, get run id [8909a8dd16028c23] 2026-02-09 20:30:16.120 [I] [proxy/proxy_manager.go:173] [8909a8dd16028c23] proxy added: [DNL01B4302] 2026-02-09 20:30:17.498 [I] [client/control.go:168] [8909a8dd16028c23] [DNL01B4302] start proxy success 2026-02-09 20:33:23.366 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:33:38.949 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: i/o deadline reached 2026-02-09 20:33:38.950 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:33:50.471 [I] [client/service.go:286] [8909a8dd16028c23] login to server success, get run id [8909a8dd16028c23] 2026-02-09 20:33:50.472 [I] [proxy/proxy_manager.go:173] [8909a8dd16028c23] proxy added: [DNL01B4302] 2026-02-09 20:33:53.487 [I] [client/control.go:168] [8909a8dd16028c23] [DNL01B4302] start proxy success 2026-02-09 20:34:26.441 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:34:36.443 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-09 20:34:36.444 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:34:43.048 [I] [client/service.go:286] [8909a8dd16028c23] login to server success, get run id [8909a8dd16028c23] 2026-02-09 20:34:43.049 [I] [proxy/proxy_manager.go:173] [8909a8dd16028c23] proxy added: [DNL01B4302] 2026-02-09 20:34:52.721 [I] [client/control.go:168] [8909a8dd16028c23] [DNL01B4302] start proxy success [2026-02-09,20:35:03.211] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,20:35:06.304] [DEBUG] 6 processes running of frp type 2026-02-09 20:38:22.969 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 20:38:39.645 [I] [client/service.go:286] [8909a8dd16028c23] login to server success, get run id [8909a8dd16028c23] 2026-02-09 20:38:39.646 [I] [proxy/proxy_manager.go:173] [8909a8dd16028c23] proxy added: [DNL01B4302] 2026-02-09 20:38:48.560 [I] [client/control.go:168] [8909a8dd16028c23] [DNL01B4302] start proxy success [2026-02-09,20:50:03.925] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,20:50:06.720] [DEBUG] 6 processes running of frp type [2026-02-09,21:05:02.046] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,21:05:10.492] [DEBUG] 6 processes running of frp type 2026-02-09 21:15:21.563 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 21:15:31.589 [I] [client/service.go:286] [8909a8dd16028c23] login to server success, get run id [8909a8dd16028c23] 2026-02-09 21:15:31.591 [I] [proxy/proxy_manager.go:173] [8909a8dd16028c23] proxy added: [DNL01B4302] 2026-02-09 21:15:32.689 [I] [client/control.go:168] [8909a8dd16028c23] [DNL01B4302] start proxy success [2026-02-09,21:20:03.925] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,21:20:14.871] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-09,21:35:02.631] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,21:35:06.780] [DEBUG] 6 processes running of frp type 2026-02-09 21:47:52.070 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-09 21:48:10.596 [I] [client/service.go:286] [8909a8dd16028c23] login to server success, get run id [8909a8dd16028c23] 2026-02-09 21:48:10.598 [I] [proxy/proxy_manager.go:173] [8909a8dd16028c23] proxy added: [DNL01B4302] 2026-02-09 21:48:29.153 [I] [client/control.go:168] [8909a8dd16028c23] [DNL01B4302] start proxy success [2026-02-09,21:50:03.038] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,21:50:09.496] [DEBUG] 6 processes running of frp type [2026-02-09,22:05:02.878] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,22:05:05.342] [DEBUG] 6 processes running of frp type [2026-02-09,22:20:02.635] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,22:20:05.340] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-09,22:35:02.451] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,22:35:04.620] [DEBUG] 6 processes running of frp type [2026-02-09,22:50:02.464] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,22:50:04.579] [DEBUG] 6 processes running of frp type [2026-02-09,23:05:03.071] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,23:05:05.277] [DEBUG] 6 processes running of frp type [2026-02-09,23:20:02.458] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,23:20:04.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-02-09,23:35:02.157] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,23:35:04.277] [DEBUG] 6 processes running of frp type [2026-02-09,23:50:02.512] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-09,23:50:04.275] [DEBUG] 6 processes running of frp type [2026-02-10,00:05:02.853] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,00:05:04.612] [DEBUG] 6 processes running of frp type [2026-02-10,00:20:02.829] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,00:20:04.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-02-10,00:35:02.841] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,00:35:04.694] [DEBUG] 6 processes running of frp type [2026-02-10,00:50:02.249] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,00:50:03.954] [DEBUG] 6 processes running of frp type [2026-02-10,01:05:02.388] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,01:05:04.176] [DEBUG] 6 processes running of frp type [2026-02-10,01:20:02.659] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,01:20:05.029] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-10,01:35:02.585] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,01:35:13.056] [DEBUG] 6 processes running of frp type [2026-02-10,01:50:02.634] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,01:50:04.430] [DEBUG] 6 processes running of frp type [2026-02-10,02:05:02.941] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,02:05:05.053] [DEBUG] 6 processes running of frp type [2026-02-10,02:20:02.348] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,02:20:04.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-02-10,02:35:03.335] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,02:35:05.290] [DEBUG] 6 processes running of frp type [2026-02-10,02:50:03.372] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,02:50:05.340] [DEBUG] 6 processes running of frp type [2026-02-10,03:05:02.653] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,03:05:04.370] [DEBUG] 6 processes running of frp type [2026-02-10,03:20:02.837] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,03:20:04.596] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-10,03:35:03.125] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,03:35:04.838] [DEBUG] 6 processes running of frp type [2026-02-10,03:50:02.962] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,03:50:04.724] [DEBUG] 6 processes running of frp type 2026-02-10 03:53:42.258 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-10 03:53:52.261 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-10 03:53:52.262 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-10 03:54:02.264 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-10 03:54:02.264 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-10 03:54:12.266 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-10 03:54:12.266 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-10 03:54:15.509 [W] [client/service.go:297] [8909a8dd16028c23] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-10 03:54:34.207 [I] [client/service.go:294] [8909a8dd16028c23] try to connect to server... 2026-02-10 03:54:35.897 [I] [client/service.go:286] [8909a8dd16028c23] login to server success, get run id [8909a8dd16028c23] 2026-02-10 03:54:35.899 [I] [proxy/proxy_manager.go:173] [8909a8dd16028c23] proxy added: [DNL01B4302] 2026-02-10 03:54:36.522 [I] [client/control.go:168] [8909a8dd16028c23] [DNL01B4302] start proxy success [2026-02-10,04:05:03.292] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,04:05:04.977] [DEBUG] 6 processes running of frp type [2026-02-10,04:20:02.135] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,04:20:03.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-02-10,04:35:02.745] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,04:35:04.413] [DEBUG] 6 processes running of frp type [2026-02-10,04:50:02.003] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,04:50:03.615] [DEBUG] 6 processes running of frp type [2026-02-10,05:05:03.072] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,05:05:04.680] [DEBUG] 6 processes running of frp type [2026-02-10,05:20:02.986] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,05:20:04.608] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-10,05:35:03.082] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,05:35:04.814] [DEBUG] 6 processes running of frp type [2026-02-10,05:50:02.726] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,05:50:04.355] [DEBUG] 6 processes running of frp type [2026-02-10,06:05:03.017] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,06:05:04.954] [DEBUG] 6 processes running of frp type [2026-02-10,06:20:02.579] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,06:20:04.208] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-10,06:35:03.211] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,06:35:04.905] [DEBUG] 6 processes running of frp type [2026-02-10,06:50:02.540] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,06:50:04.255] [DEBUG] 6 processes running of frp type [2026-02-10,07:05:02.867] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,07:05:04.546] [DEBUG] 6 processes running of frp type [2026-02-10,07:20:05.521] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,07:20:17.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-02-10,07:35:02.785] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,07:35:06.007] [DEBUG] 6 processes running of frp type [2026-02-10,07:50:02.217] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,07:50:04.197] [DEBUG] 6 processes running of frp type [2026-02-10,08:02:02.435] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,08:02:04.147] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-10,08:02:28.443] [DEBUG] Log Upload Complete! [2026-02-10,08:05:02.416] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,08:05:04.105] [DEBUG] 6 processes running of frp type [2026-02-10,08:20:02.490] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,08:20:04.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-02-10,08:35:01.968] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,08:35:03.611] [DEBUG] 6 processes running of frp type [2026-02-10,08:50:02.381] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,08:50:04.055] [DEBUG] 6 processes running of frp type [2026-02-10,09:05:02.512] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,09:05:04.034] [DEBUG] 6 processes running of frp type [2026-02-10,09:20:02.388] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,09:20:04.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-02-10,09:35:02.268] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,09:35:03.872] [DEBUG] 6 processes running of frp type [2026-02-10,09:50:02.242] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,09:50:03.912] [DEBUG] 6 processes running of frp type [2026-02-10,10:05:02.472] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,10:05:04.157] [DEBUG] 6 processes running of frp type [2026-02-10,10:20:02.527] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,10:20:04.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-02-10,10:35:02.933] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,10:35:04.600] [DEBUG] 6 processes running of frp type [2026-02-10,10:50:02.598] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,10:50:04.178] [DEBUG] 6 processes running of frp type [2026-02-10,11:05:02.624] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,11:05:04.380] [DEBUG] 6 processes running of frp type [2026-02-10,11:20:02.667] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-10,11:20:04.358] [DEBUG] 6 processes running of frp type [2026-02-10,11:13:05.436] [INFO] Initializing BusSpeedStateManager V2 [2026-02-10,11:13:05.441] [INFO] LocationSqlManager initialising [2026-02-10,11:13:05.441] [INFO] Location DB initialising [2026-02-10,11:13:05.451] [INFO] LocationSqlManager initialisation complete [2026-02-10,11:13:05.452] [DEBUG] UploadManager Init [2026-02-10,11:13:05.452] [DEBUG] UploadManager Init Complete [2026-02-10,11:13:05.456] [INFO] Initializing GPS... [2026-02-10,11:13:05.458] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-16,19:53:52.882] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-16,19:53:56.073] [DEBUG] Remote Access Enabled [2026-02-16,19:54:15.599] [INFO] Server Address: 138.201.17.179 [2026-02-16,19:54:15.601] [INFO] Server Port: 7000 [2026-02-16,19:54:15.610] [DEBUG] Starting Remote Access! 2026-02-16 19:54:15.779 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-16 19:54:15.780 [I] [client/service.go:294] try to connect to server... 2026-02-16 19:54:17.188 [I] [client/service.go:286] [33df0f7df17d17cf] login to server success, get run id [33df0f7df17d17cf] 2026-02-16 19:54:17.189 [I] [proxy/proxy_manager.go:173] [33df0f7df17d17cf] proxy added: [DNL01B4302] 2026-02-16 19:54:19.417 [I] [client/control.go:168] [33df0f7df17d17cf] [DNL01B4302] start proxy success [2026-02-16,19:55:46.305] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-16,19:55:49.116] [DEBUG] 6 processes running of frp type [2026-02-16,20:05:02.422] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-16,20:05:09.164] [DEBUG] 6 processes running of frp type [2026-02-16,20:20:02.465] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-16,20:20:04.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-02-16,20:35:02.955] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-16,20:35:04.612] [DEBUG] 6 processes running of frp type [2026-02-16,20:50:03.014] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-16,20:50:04.649] [DEBUG] 6 processes running of frp type [2026-02-16,21:05:04.481] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-16,21:05:24.032] [DEBUG] 6 processes running of frp type 2026-02-16 21:06:21.864 [I] [client/service.go:294] [33df0f7df17d17cf] try to connect to server... 2026-02-16 21:06:27.268 [I] [client/service.go:286] [33df0f7df17d17cf] login to server success, get run id [33df0f7df17d17cf] 2026-02-16 21:06:27.268 [I] [proxy/proxy_manager.go:173] [33df0f7df17d17cf] proxy added: [DNL01B4302] 2026-02-16 21:06:27.661 [I] [client/control.go:168] [33df0f7df17d17cf] [DNL01B4302] start proxy success [2026-02-16,21:20:02.252] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-16,21:20:04.019] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-16,21:35:02.118] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-16,21:35:17.352] [DEBUG] 6 processes running of frp type [2026-02-16,21:50:02.683] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-16,21:50:04.270] [DEBUG] 6 processes running of frp type [2026-02-16,22:05:02.440] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-16,22:05:05.856] [DEBUG] 6 processes running of frp type [2026-02-16,22:20:02.026] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-16,22:20:03.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-02-16,22:35:02.591] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-16,22:35:04.276] [DEBUG] 6 processes running of frp type [2026-02-16,22:50:01.999] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-16,22:50:03.806] [DEBUG] 6 processes running of frp type [2026-02-16,23:05:02.010] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-16,23:05:05.658] [DEBUG] 6 processes running of frp type [2026-02-16,23:20:02.809] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-16,23:20:04.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-02-16 23:27:57.208 [I] [client/service.go:294] [33df0f7df17d17cf] try to connect to server... 2026-02-16 23:28:00.257 [W] [client/service.go:297] [33df0f7df17d17cf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-16 23:28:00.257 [I] [client/service.go:294] [33df0f7df17d17cf] try to connect to server... 2026-02-16 23:28:03.297 [W] [client/service.go:297] [33df0f7df17d17cf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-16 23:28:03.298 [I] [client/service.go:294] [33df0f7df17d17cf] try to connect to server... 2026-02-16 23:28:06.337 [W] [client/service.go:297] [33df0f7df17d17cf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-16 23:28:15.245 [I] [client/service.go:294] [33df0f7df17d17cf] try to connect to server... 2026-02-16 23:28:18.284 [W] [client/service.go:297] [33df0f7df17d17cf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-16 23:28:36.390 [I] [client/service.go:294] [33df0f7df17d17cf] try to connect to server... 2026-02-16 23:28:37.537 [W] [client/service.go:297] [33df0f7df17d17cf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-16 23:28:57.538 [I] [client/service.go:294] [33df0f7df17d17cf] try to connect to server... 2026-02-16 23:29:00.581 [W] [client/service.go:297] [33df0f7df17d17cf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-16 23:29:20.582 [I] [client/service.go:294] [33df0f7df17d17cf] try to connect to server... 2026-02-16 23:29:23.244 [W] [client/service.go:297] [33df0f7df17d17cf] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-02-16 23:29:43.246 [I] [client/service.go:294] [33df0f7df17d17cf] try to connect to server... 2026-02-16 23:29:45.618 [I] [client/service.go:286] [33df0f7df17d17cf] login to server success, get run id [33df0f7df17d17cf] 2026-02-16 23:29:45.619 [I] [proxy/proxy_manager.go:173] [33df0f7df17d17cf] proxy added: [DNL01B4302] 2026-02-16 23:29:46.166 [I] [client/control.go:168] [33df0f7df17d17cf] [DNL01B4302] start proxy success [2026-02-16,23:35:02.022] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-16,23:35:04.419] [DEBUG] 6 processes running of frp type [2026-02-16,23:50:02.945] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-16,23:50:04.607] [DEBUG] 6 processes running of frp type [2026-02-17,00:05:02.913] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,00:05:04.580] [DEBUG] 6 processes running of frp type [2026-02-17,00:20:02.746] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,00:20:04.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-02-17,00:35:03.185] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,00:35:04.913] [DEBUG] 6 processes running of frp type [2026-02-17,00:50:02.267] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,00:50:03.849] [DEBUG] 6 processes running of frp type [2026-02-17,01:05:01.992] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,01:05:03.782] [DEBUG] 6 processes running of frp type [2026-02-17,01:20:02.926] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,01:20:04.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-02-17,01:35:02.981] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,01:35:04.608] [DEBUG] 6 processes running of frp type [2026-02-17,01:50:02.748] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,01:50:04.345] [DEBUG] 6 processes running of frp type [2026-02-17,02:05:02.628] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,02:05:04.278] [DEBUG] 6 processes running of frp type [2026-02-17,02:20:02.550] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,02:20:04.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' [2026-02-17,02:35:02.448] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,02:35:04.258] [DEBUG] 6 processes running of frp type [2026-02-17,02:50:02.340] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,02:50:04.163] [DEBUG] 6 processes running of frp type [2026-02-17,03:05:02.347] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,03:05:04.065] [DEBUG] 6 processes running of frp type [2026-02-17,03:20:02.239] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,03:20:03.861] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-17,03:35:02.221] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,03:35:03.861] [DEBUG] 6 processes running of frp type [2026-02-17,03:50:02.314] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,03:50:04.580] [DEBUG] 6 processes running of frp type [2026-02-17,04:05:02.748] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,04:05:04.349] [DEBUG] 6 processes running of frp type [2026-02-17,04:20:02.618] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,04:20:04.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-02-17,04:35:02.801] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,04:35:04.459] [DEBUG] 6 processes running of frp type [2026-02-17,04:50:02.903] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,04:50:04.961] [DEBUG] 6 processes running of frp type [2026-02-17,05:05:02.694] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,05:05:04.336] [DEBUG] 6 processes running of frp type [2026-02-17,05:20:02.662] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,05:20:04.496] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-17,05:35:02.258] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,05:35:03.992] [DEBUG] 6 processes running of frp type [2026-02-17,05:50:02.256] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,05:50:03.872] [DEBUG] 6 processes running of frp type [2026-02-17,06:05:02.137] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,06:05:03.757] [DEBUG] 6 processes running of frp type [2026-02-17,06:20:01.994] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,06:20:03.665] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-17,06:35:02.265] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,06:35:03.959] [DEBUG] 6 processes running of frp type [2026-02-17,06:50:02.972] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,06:50:04.815] [DEBUG] 6 processes running of frp type [2026-02-17,07:05:02.491] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,07:05:04.201] [DEBUG] 6 processes running of frp type [2026-02-17,07:20:02.521] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,07:20:04.136] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-17,07:35:02.676] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,07:35:04.390] [DEBUG] 6 processes running of frp type [2026-02-17,07:50:02.830] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,07:50:04.612] [DEBUG] 6 processes running of frp type [2026-02-17,08:02:02.936] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,08:02:04.679] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-17,08:02:59.592] [DEBUG] Log Upload Complete! [2026-02-17,08:05:03.129] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,08:05:04.795] [DEBUG] 6 processes running of frp type [2026-02-17,08:20:02.308] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,08:20:04.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-02-17,08:35:02.516] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,08:35:04.425] [DEBUG] 6 processes running of frp type [2026-02-17,08:23:35.737] [INFO] Initializing BusSpeedStateManager V2 [2026-02-17,08:23:35.742] [INFO] LocationSqlManager initialising [2026-02-17,08:23:35.743] [INFO] Location DB initialising [2026-02-17,08:23:35.752] [INFO] LocationSqlManager initialisation complete [2026-02-17,08:23:35.753] [DEBUG] UploadManager Init [2026-02-17,08:23:35.753] [DEBUG] UploadManager Init Complete [2026-02-17,08:23:35.756] [INFO] Initializing GPS... [2026-02-17,08:23:35.758] [INFO] Starting location capture [2026-02-17,08:23:35.632] [INFO] Initializing BusSpeedStateManager V2 [2026-02-17,08:23:35.636] [INFO] LocationSqlManager initialising [2026-02-17,08:23:35.637] [INFO] Location DB initialising [2026-02-17,08:23:35.646] [INFO] LocationSqlManager initialisation complete [2026-02-17,08:23:35.647] [DEBUG] UploadManager Init [2026-02-17,08:23:35.647] [DEBUG] UploadManager Init Complete [2026-02-17,08:23:35.650] [INFO] Initializing GPS... [2026-02-17,08:23:35.652] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-17,08:25:24.391] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-17,08:28:24.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 111] Connection refused')) [2026-02-17,08:28:24.310] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-02-17,08:35:02.536] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-02-17,08:43:29.359] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-02-17,19:05:51.825] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,19:05:54.068] [DEBUG] Remote Access Enabled [2026-02-17,19:05:55.876] [INFO] Server Address: 138.201.17.179 [2026-02-17,19:05:55.878] [INFO] Server Port: 7000 [2026-02-17,19:05:55.887] [DEBUG] Starting Remote Access! 2026-02-17 19:05:56.088 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-17 19:05:56.089 [I] [client/service.go:294] try to connect to server... 2026-02-17 19:05:57.777 [I] [client/service.go:286] [49dcd3304064689b] login to server success, get run id [49dcd3304064689b] 2026-02-17 19:05:57.778 [I] [proxy/proxy_manager.go:173] [49dcd3304064689b] proxy added: [DNL01B4302] 2026-02-17 19:05:58.164 [I] [client/control.go:168] [49dcd3304064689b] [DNL01B4302] start proxy success [2026-02-17,19:20:03.059] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,19:20:04.828] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-17,19:35:03.099] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,19:35:04.898] [DEBUG] 6 processes running of frp type [2026-02-17,19:50:02.461] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,19:50:04.350] [DEBUG] 6 processes running of frp type [2026-02-17,20:05:02.905] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,20:05:06.068] [DEBUG] 6 processes running of frp type [2026-02-17,20:20:02.511] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,20:20:04.415] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-17,20:35:02.672] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,20:35:04.474] [DEBUG] 6 processes running of frp type [2026-02-17,20:50:03.127] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,20:50:04.995] [DEBUG] 6 processes running of frp type [2026-02-17,21:05:06.800] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,21:05:08.745] [DEBUG] 6 processes running of frp type [2026-02-17,21:20:02.194] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,21:20:04.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' [2026-02-17,21:35:02.199] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,21:35:03.972] [DEBUG] 6 processes running of frp type [2026-02-17,21:50:02.538] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,21:50:04.412] [DEBUG] 6 processes running of frp type [2026-02-17,22:05:02.798] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,22:05:04.622] [DEBUG] 6 processes running of frp type [2026-02-17,22:20:02.801] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,22:20:04.585] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-17,22:35:02.302] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,22:35:04.204] [DEBUG] 6 processes running of frp type [2026-02-17,22:50:02.546] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,22:50:04.200] [DEBUG] 6 processes running of frp type [2026-02-17,23:05:02.374] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,23:05:04.319] [DEBUG] 6 processes running of frp type [2026-02-17,23:20:02.532] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,23:20:04.650] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-17,23:35:02.811] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,23:35:04.733] [DEBUG] 6 processes running of frp type [2026-02-17,23:50:02.957] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-17,23:50:04.560] [DEBUG] 6 processes running of frp type [2026-02-18,00:05:02.702] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,00:05:04.554] [DEBUG] 6 processes running of frp type [2026-02-18,00:20:02.722] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,00:20:04.398] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-18,00:35:02.939] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,00:35:04.760] [DEBUG] 6 processes running of frp type [2026-02-18,00:50:02.987] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,00:50:04.773] [DEBUG] 6 processes running of frp type [2026-02-18,01:05:02.221] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,01:05:04.064] [DEBUG] 6 processes running of frp type [2026-02-18,01:20:02.336] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,01:20:04.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-02-18 01:30:24.390 [I] [client/service.go:294] [49dcd3304064689b] try to connect to server... 2026-02-18 01:30:25.594 [I] [client/service.go:286] [49dcd3304064689b] login to server success, get run id [49dcd3304064689b] 2026-02-18 01:30:25.595 [I] [proxy/proxy_manager.go:173] [49dcd3304064689b] proxy added: [DNL01B4302] 2026-02-18 01:30:25.981 [I] [client/control.go:168] [49dcd3304064689b] [DNL01B4302] start proxy success [2026-02-18,01:35:02.395] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,01:35:04.169] [DEBUG] 6 processes running of frp type [2026-02-18,01:50:02.438] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,01:50:04.385] [DEBUG] 6 processes running of frp type [2026-02-18,02:05:02.771] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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-02-18,02:20:02.258] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,02:20:04.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-02-18,02:35:02.141] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,02:35:03.760] [DEBUG] 6 processes running of frp type [2026-02-18,02:50:03.044] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,02:50:04.907] [DEBUG] 6 processes running of frp type [2026-02-18,03:05:02.187] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,03:05:05.040] [DEBUG] 6 processes running of frp type [2026-02-18,03:20:02.302] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,03:20:04.029] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-18,03:35:02.445] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,03:35:04.166] [DEBUG] 6 processes running of frp type [2026-02-18,03:50:02.129] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,03:50:04.002] [DEBUG] 6 processes running of frp type [2026-02-18,04:05:02.176] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,04:05:03.894] [DEBUG] 6 processes running of frp type [2026-02-18,04:20:02.205] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,04:20:04.048] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-18,04:35:02.417] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,04:35:04.167] [DEBUG] 6 processes running of frp type [2026-02-18,04:50:02.993] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,04:50:04.952] [DEBUG] 6 processes running of frp type [2026-02-18,05:05:02.404] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,05:05:04.164] [DEBUG] 6 processes running of frp type [2026-02-18,05:20:02.579] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,05:20:04.420] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-18,05:35:02.229] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,05:35:03.928] [DEBUG] 6 processes running of frp type [2026-02-18,05:50:02.346] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,05:50:04.381] [DEBUG] 6 processes running of frp type [2026-02-18,06:05:02.766] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,06:05:04.772] [DEBUG] 6 processes running of frp type [2026-02-18,06:20:03.058] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,06:20:04.881] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-18,06:35:02.095] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,06:35:03.861] [DEBUG] 6 processes running of frp type [2026-02-18,06:50:02.408] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,06:50:04.094] [DEBUG] 6 processes running of frp type [2026-02-18,07:05:02.734] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,07:05:04.563] [DEBUG] 6 processes running of frp type [2026-02-18,06:42:16.259] [INFO] Initializing BusSpeedStateManager V2 [2026-02-18,06:42:16.266] [INFO] LocationSqlManager initialising [2026-02-18,06:42:16.267] [INFO] Location DB initialising [2026-02-18,06:42:16.278] [INFO] LocationSqlManager initialisation complete [2026-02-18,06:42:16.280] [DEBUG] UploadManager Init [2026-02-18,06:42:16.281] [DEBUG] UploadManager Init Complete [2026-02-18,06:42:16.285] [INFO] Initializing GPS... [2026-02-18,06:42:16.288] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-18,17:50:39.586] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,17:50:41.314] [DEBUG] Remote Access Enabled [2026-02-18,17:50:42.708] [INFO] Server Address: 138.201.17.179 [2026-02-18,17:50:42.709] [INFO] Server Port: 7000 [2026-02-18,17:50:42.719] [DEBUG] Starting Remote Access! 2026-02-18 17:50:42.864 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-18 17:50:42.865 [I] [client/service.go:294] try to connect to server... 2026-02-18 17:50:43.982 [I] [client/service.go:286] [78e626532f3dae5d] login to server success, get run id [78e626532f3dae5d] 2026-02-18 17:50:43.983 [I] [proxy/proxy_manager.go:173] [78e626532f3dae5d] proxy added: [DNL01B4302] 2026-02-18 17:50:44.352 [I] [client/control.go:168] [78e626532f3dae5d] [DNL01B4302] start proxy success [2026-02-18,17:53:36.784] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,17:53:38.594] [DEBUG] 6 processes running of frp type [2026-02-18,18:00:42.129] [INFO] Initializing BusSpeedStateManager V2 [2026-02-18,18:00:42.135] [INFO] LocationSqlManager initialising [2026-02-18,18:00:42.136] [INFO] Location DB initialising [2026-02-18,18:00:42.145] [INFO] LocationSqlManager initialisation complete [2026-02-18,18:00:42.146] [DEBUG] UploadManager Init [2026-02-18,18:00:42.146] [DEBUG] UploadManager Init Complete [2026-02-18,18:00:42.149] [INFO] Initializing GPS... [2026-02-18,18:00:42.151] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-18,18:02:30.395] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,18:02:37.004] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-18,18:02:44.845] [DEBUG] Log Upload Complete! [2026-02-18,18:05:30.507] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,18:05:32.293] [DEBUG] Remote Access Enabled [2026-02-18,18:05:33.628] [INFO] Server Address: 138.201.17.179 [2026-02-18,18:05:33.629] [INFO] Server Port: 7000 [2026-02-18,18:05:33.638] [DEBUG] Starting Remote Access! 2026-02-18 18:05:33.844 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-18 18:05:33.845 [I] [client/service.go:294] try to connect to server... 2026-02-18 18:05:34.945 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 18:05:34.946 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 18:05:35.334 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success [2026-02-18,18:20:02.719] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,18:20:04.529] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-18,18:35:02.231] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,18:35:04.046] [DEBUG] 6 processes running of frp type [2026-02-18,18:50:02.721] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,18:50:04.475] [DEBUG] 6 processes running of frp type [2026-02-18,19:05:02.724] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,19:05:04.506] [DEBUG] 6 processes running of frp type [2026-02-18,19:20:02.858] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,19:20:04.643] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-18,19:35:02.440] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,19:35:04.171] [DEBUG] 6 processes running of frp type [2026-02-18,19:50:03.043] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,19:50:04.804] [DEBUG] 6 processes running of frp type [2026-02-18,20:05:02.108] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,20:05:09.190] [DEBUG] 6 processes running of frp type [2026-02-18,20:20:02.624] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,20:20:04.525] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-02-18 20:29:29.404 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:29:44.577 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: i/o deadline reached 2026-02-18 20:29:44.578 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:29:58.127 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 20:29:58.129 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 20:30:05.611 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 20:32:40.535 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:32:53.827 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: i/o deadline reached 2026-02-18 20:32:53.827 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:33:03.829 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 20:33:03.830 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:33:13.769 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 20:33:13.771 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 20:33:18.570 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 20:34:45.933 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:34:55.935 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 20:34:55.936 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:35:09.538 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: connection write timeout 2026-02-18 20:35:09.538 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:35:22.715 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 20:35:22.717 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 20:35:29.700 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success [2026-02-18,20:36:06.610] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-02-18 20:36:23.902 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:36:27.768 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 20:36:27.770 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] [2026-02-18,20:36:29.706] [DEBUG] 6 processes running of frp type 2026-02-18 20:36:31.779 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 20:37:35.592 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:37:45.594 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 20:37:45.595 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:37:56.258 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 20:37:56.259 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 20:38:08.100 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 20:38:27.306 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:38:34.671 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 20:38:34.673 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 20:38:41.429 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 20:42:22.499 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:42:34.758 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: i/o deadline reached 2026-02-18 20:42:34.759 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:42:44.761 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 20:42:44.762 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:42:47.495 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 20:42:47.496 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 20:42:48.738 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 20:42:57.060 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:43:08.388 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 20:43:08.389 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 20:43:09.418 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 20:46:34.048 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:46:44.051 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 20:46:44.051 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:46:58.338 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 20:46:58.340 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 20:46:59.188 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 20:48:02.016 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:48:14.311 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: i/o deadline reached 2026-02-18 20:48:14.312 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:48:27.796 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: connection write timeout 2026-02-18 20:48:27.797 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:48:37.799 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 20:48:37.799 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:48:47.801 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 20:48:47.801 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:48:54.498 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 20:48:54.499 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 20:48:58.658 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 20:49:29.742 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:49:39.333 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 20:49:39.334 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 20:49:39.871 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 20:50:17.726 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... [2026-02-18,20:50:25.768] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-02-18 20:50:34.746 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: i/o deadline reached 2026-02-18 20:50:34.747 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... [2026-02-18,20:50:38.982] [DEBUG] 6 processes running of frp type 2026-02-18 20:50:41.059 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 20:50:41.060 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 20:50:42.398 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 20:57:06.018 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:57:14.657 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 20:57:14.658 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 20:57:32.727 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 20:58:18.423 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:58:36.996 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: i/o deadline reached 2026-02-18 20:58:36.997 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:58:46.998 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 20:58:46.999 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:58:57.001 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 20:58:57.002 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:59:07.004 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 20:59:07.004 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:59:17.006 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 20:59:37.008 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 20:59:47.010 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 21:00:07.011 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:00:15.468 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 21:00:15.470 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 21:00:18.336 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 21:01:29.697 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:01:35.489 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 21:01:35.490 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 21:01:42.869 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 21:02:43.642 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:02:53.644 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 21:02:53.645 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:03:03.646 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 21:03:03.647 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:03:13.649 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 21:03:13.650 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:03:24.157 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: session shutdown 2026-02-18 21:03:24.157 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:03:26.815 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 21:03:26.817 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 21:03:30.656 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 21:04:34.980 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:04:48.602 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: read tcp 192.168.1.104:53986->138.201.17.179:7000: read: connection reset by peer 2026-02-18 21:04:48.602 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:04:55.740 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 21:04:55.742 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 21:05:00.955 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success [2026-02-18,21:05:02.620] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,21:05:04.587] [DEBUG] 6 processes running of frp type 2026-02-18 21:07:13.060 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:07:23.062 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 21:07:23.063 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:07:25.394 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 21:07:25.396 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 21:07:26.081 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 21:18:29.487 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:18:39.489 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 21:18:39.490 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:18:42.758 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 21:18:42.758 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 21:18:43.944 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 21:20:21.643 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:20:31.645 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 21:20:31.646 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:20:45.638 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: connection write timeout 2026-02-18 21:20:45.639 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:21:05.522 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: i/o deadline reached 2026-02-18 21:21:05.522 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:21:17.865 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 21:21:17.867 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 21:21:21.359 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success [2026-02-18,21:22:13.272] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,21:22:18.356] [DEBUG] 6 processes running of frp type 2026-02-18 21:23:01.703 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:23:13.183 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: connection write timeout 2026-02-18 21:23:13.184 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:23:19.305 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 21:23:19.307 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 21:23:20.633 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 21:23:53.711 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:24:03.714 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 21:24:03.714 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:24:16.191 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: i/o deadline reached 2026-02-18 21:24:16.191 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:24:18.809 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 21:24:18.811 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 21:24:19.208 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 21:24:56.663 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:25:06.665 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-18 21:25:06.665 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:25:14.828 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 21:25:14.830 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 21:25:15.313 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-02-18 21:26:24.523 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:26:43.712 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: i/o deadline reached 2026-02-18 21:26:43.712 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:26:59.506 [W] [client/service.go:297] [4d2ef2a9acacbbbf] connect to server error: i/o deadline reached 2026-02-18 21:26:59.506 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:27:13.066 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 21:27:13.066 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 21:27:22.288 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 21:27:41.485 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:27:46.846 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 21:27:46.847 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 21:28:04.304 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 21:28:23.092 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:28:31.463 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 21:28:31.465 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 21:28:43.200 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success 2026-02-18 21:29:04.747 [I] [client/service.go:294] [4d2ef2a9acacbbbf] try to connect to server... 2026-02-18 21:29:16.918 [I] [client/service.go:286] [4d2ef2a9acacbbbf] login to server success, get run id [4d2ef2a9acacbbbf] 2026-02-18 21:29:16.919 [I] [proxy/proxy_manager.go:173] [4d2ef2a9acacbbbf] proxy added: [DNL01B4302] 2026-02-18 21:29:29.628 [I] [client/control.go:168] [4d2ef2a9acacbbbf] [DNL01B4302] start proxy success [2026-02-18,21:35:02.301] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,21:35:04.094] [DEBUG] 6 processes running of frp type [2026-02-18,21:50:02.050] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,21:50:03.955] [DEBUG] 6 processes running of frp type [2026-02-18,22:05:02.146] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,22:05:04.043] [DEBUG] 6 processes running of frp type [2026-02-18,22:20:02.380] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,22:20:04.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-02-18,22:35:03.220] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,22:35:04.906] [DEBUG] 6 processes running of frp type [2026-02-18,22:50:02.652] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,22:50:04.605] [DEBUG] 6 processes running of frp type [2026-02-18,23:05:02.879] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,23:05:04.695] [DEBUG] 6 processes running of frp type [2026-02-18,23:20:02.008] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,23:20:03.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-02-18,23:35:03.149] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,23:35:05.835] [DEBUG] 6 processes running of frp type [2026-02-18,23:50:02.088] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-18,23:50:03.921] [DEBUG] 6 processes running of frp type [2026-02-19,00:05:02.473] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,00:05:04.162] [DEBUG] 6 processes running of frp type [2026-02-19,00:20:02.564] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,00:20:04.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-02-19,00:35:02.454] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,00:35:04.450] [DEBUG] 6 processes running of frp type [2026-02-19,00:50:02.348] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,00:50:04.235] [DEBUG] 6 processes running of frp type [2026-02-19,01:05:02.472] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,01:05:04.073] [DEBUG] 6 processes running of frp type [2026-02-19,01:20:02.342] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,01:20:04.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-02-19,01:35:02.432] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,01:35:04.259] [DEBUG] 6 processes running of frp type [2026-02-19,01:50:02.611] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,01:50:04.507] [DEBUG] 6 processes running of frp type [2026-02-19,02:05:02.724] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,02:05:04.469] [DEBUG] 6 processes running of frp type [2026-02-19,02:20:02.676] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,02:20:07.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-02-19,02:35:02.769] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,02:35:04.511] [DEBUG] 6 processes running of frp type [2026-02-19,02:50:02.419] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,02:50:04.237] [DEBUG] 6 processes running of frp type [2026-02-19,03:05:02.487] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,03:05:04.157] [DEBUG] 6 processes running of frp type [2026-02-19,03:20:02.464] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,03:20:04.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-02-19,03:35:02.637] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,03:35:04.342] [DEBUG] 6 processes running of frp type [2026-02-19,03:50:02.281] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,03:50:04.163] [DEBUG] 6 processes running of frp type [2026-02-19,04:05:02.296] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,04:05:04.012] [DEBUG] 6 processes running of frp type [2026-02-19,04:20:02.227] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,04:20:03.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-02-19,04:35:03.003] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,04:35:04.858] [DEBUG] 6 processes running of frp type [2026-02-19,04:50:02.691] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,04:50:04.464] [DEBUG] 6 processes running of frp type [2026-02-19,05:05:03.017] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,05:05:04.683] [DEBUG] 6 processes running of frp type [2026-02-19,05:20:02.276] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,05:20:03.921] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-19,05:35:02.664] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,05:35:04.350] [DEBUG] 6 processes running of frp type [2026-02-19,05:50:02.950] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,05:50:04.862] [DEBUG] 6 processes running of frp type [2026-02-19,06:05:02.314] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,06:05:04.163] [DEBUG] 6 processes running of frp type [2026-02-19,06:20:02.441] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,06:20:04.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-02-19,06:35:02.800] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,06:35:04.710] [DEBUG] 6 processes running of frp type [2026-02-19,06:50:02.697] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,06:50:04.496] [DEBUG] 6 processes running of frp type [2026-02-19,07:05:03.153] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,07:05:05.451] [DEBUG] 6 processes running of frp type [2026-02-19,07:20:02.707] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,07:20:05.033] [DEBUG] 6 processes running of frp type [2026-02-19,07:08:34.936] [INFO] Initializing BusSpeedStateManager V2 [2026-02-19,07:08:34.941] [INFO] LocationSqlManager initialising [2026-02-19,07:08:34.941] [INFO] Location DB initialising [2026-02-19,07:08:34.950] [INFO] LocationSqlManager initialisation complete [2026-02-19,07:08:34.951] [DEBUG] UploadManager Init [2026-02-19,07:08:34.951] [DEBUG] UploadManager Init Complete [2026-02-19,07:08:34.954] [INFO] Initializing GPS... [2026-02-19,07:08:34.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' [2026-02-19,17:29:51.468] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,17:29:53.395] [DEBUG] Remote Access Enabled [2026-02-19,17:29:55.859] [INFO] Server Address: 138.201.17.179 [2026-02-19,17:29:55.860] [INFO] Server Port: 7000 [2026-02-19,17:29:55.869] [DEBUG] Starting Remote Access! 2026-02-19 17:29:56.059 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-19 17:29:56.060 [I] [client/service.go:294] try to connect to server... 2026-02-19 17:29:57.796 [I] [client/service.go:286] [5e034a0e01fbc9fb] login to server success, get run id [5e034a0e01fbc9fb] 2026-02-19 17:29:57.797 [I] [proxy/proxy_manager.go:173] [5e034a0e01fbc9fb] proxy added: [DNL01B4302] 2026-02-19 17:29:58.273 [I] [client/control.go:168] [5e034a0e01fbc9fb] [DNL01B4302] start proxy success [2026-02-19,17:35:02.555] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,17:35:05.096] [DEBUG] 6 processes running of frp type [2026-02-19,17:50:02.861] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,17:50:05.286] [DEBUG] 6 processes running of frp type [2026-02-19,18:00:41.084] [INFO] Initializing BusSpeedStateManager V2 [2026-02-19,18:00:41.089] [INFO] LocationSqlManager initialising [2026-02-19,18:00:41.089] [INFO] Location DB initialising [2026-02-19,18:00:41.099] [INFO] LocationSqlManager initialisation complete [2026-02-19,18:00:41.099] [DEBUG] UploadManager Init [2026-02-19,18:00:41.100] [DEBUG] UploadManager Init Complete [2026-02-19,18:00:41.102] [INFO] Initializing GPS... [2026-02-19,18:00:41.104] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-19,18:02:29.751] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,18:02:31.978] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-19,18:03:15.074] [DEBUG] Log Upload Complete! [2026-02-19,18:05:29.865] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,18:05:31.841] [DEBUG] Remote Access Enabled [2026-02-19,18:05:34.014] [INFO] Server Address: 138.201.17.179 [2026-02-19,18:05:34.015] [INFO] Server Port: 7000 [2026-02-19,18:05:34.024] [DEBUG] Starting Remote Access! 2026-02-19 18:05:34.196 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-19 18:05:34.197 [I] [client/service.go:294] try to connect to server... 2026-02-19 18:05:35.670 [I] [client/service.go:286] [43e0d654d25ac2da] login to server success, get run id [43e0d654d25ac2da] 2026-02-19 18:05:35.671 [I] [proxy/proxy_manager.go:173] [43e0d654d25ac2da] proxy added: [DNL01B4302] 2026-02-19 18:05:36.239 [I] [client/control.go:168] [43e0d654d25ac2da] [DNL01B4302] start proxy success [2026-02-19,18:20:02.321] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,18:20:05.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-02-19,18:35:02.808] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,18:35:05.060] [DEBUG] 6 processes running of frp type [2026-02-19,18:50:02.521] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,18:50:04.506] [DEBUG] 6 processes running of frp type [2026-02-19,19:05:03.199] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,19:05:04.998] [DEBUG] 6 processes running of frp type [2026-02-19,19:20:02.498] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,19:20:04.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-02-19,19:35:02.468] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,19:35:04.688] [DEBUG] 6 processes running of frp type [2026-02-19,19:50:02.533] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,19:50:04.701] [DEBUG] 6 processes running of frp type [2026-02-19,20:05:02.023] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,20:05:03.981] [DEBUG] 6 processes running of frp type 2026-02-19 20:19:53.674 [I] [client/service.go:294] [43e0d654d25ac2da] try to connect to server... 2026-02-19 20:19:55.107 [I] [client/service.go:286] [43e0d654d25ac2da] login to server success, get run id [43e0d654d25ac2da] 2026-02-19 20:19:55.109 [I] [proxy/proxy_manager.go:173] [43e0d654d25ac2da] proxy added: [DNL01B4302] 2026-02-19 20:19:55.584 [I] [client/control.go:168] [43e0d654d25ac2da] [DNL01B4302] start proxy success [2026-02-19,20:20:02.490] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,20:20:04.355] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-19,20:35:03.053] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,20:35:05.591] [DEBUG] 6 processes running of frp type [2026-02-19,20:50:03.083] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,20:50:05.024] [DEBUG] 6 processes running of frp type [2026-02-19,21:05:02.317] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,21:05:04.092] [DEBUG] 6 processes running of frp type [2026-02-19,21:20:02.302] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,21:20:04.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' [2026-02-19,21:35:04.262] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,21:35:09.103] [DEBUG] 6 processes running of frp type [2026-02-19,21:50:02.730] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,21:50:05.078] [DEBUG] 6 processes running of frp type [2026-02-19,22:05:02.673] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,22:05:04.448] [DEBUG] 6 processes running of frp type [2026-02-19,22:20:02.736] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,22:20:04.512] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-19,22:35:02.677] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,22:35:04.473] [DEBUG] 6 processes running of frp type 2026-02-19 22:42:54.873 [I] [client/service.go:294] [43e0d654d25ac2da] try to connect to server... 2026-02-19 22:43:04.876 [W] [client/service.go:297] [43e0d654d25ac2da] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-19 22:43:04.876 [I] [client/service.go:294] [43e0d654d25ac2da] try to connect to server... 2026-02-19 22:43:07.663 [I] [client/service.go:286] [43e0d654d25ac2da] login to server success, get run id [43e0d654d25ac2da] 2026-02-19 22:43:07.663 [I] [proxy/proxy_manager.go:173] [43e0d654d25ac2da] proxy added: [DNL01B4302] 2026-02-19 22:43:08.289 [I] [client/control.go:168] [43e0d654d25ac2da] [DNL01B4302] start proxy success 2026-02-19 22:44:49.250 [I] [client/service.go:294] [43e0d654d25ac2da] try to connect to server... 2026-02-19 22:44:51.722 [I] [client/service.go:286] [43e0d654d25ac2da] login to server success, get run id [43e0d654d25ac2da] 2026-02-19 22:44:51.724 [I] [proxy/proxy_manager.go:173] [43e0d654d25ac2da] proxy added: [DNL01B4302] 2026-02-19 22:44:57.578 [I] [client/control.go:168] [43e0d654d25ac2da] [DNL01B4302] start proxy success 2026-02-19 22:46:00.869 [I] [client/service.go:294] [43e0d654d25ac2da] try to connect to server... 2026-02-19 22:46:10.871 [W] [client/service.go:297] [43e0d654d25ac2da] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-19 22:46:10.872 [I] [client/service.go:294] [43e0d654d25ac2da] try to connect to server... 2026-02-19 22:46:26.243 [W] [client/service.go:297] [43e0d654d25ac2da] connect to server error: i/o deadline reached 2026-02-19 22:46:26.243 [I] [client/service.go:294] [43e0d654d25ac2da] try to connect to server... 2026-02-19 22:46:36.245 [W] [client/service.go:297] [43e0d654d25ac2da] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-19 22:46:36.245 [I] [client/service.go:294] [43e0d654d25ac2da] try to connect to server... 2026-02-19 22:46:46.248 [W] [client/service.go:297] [43e0d654d25ac2da] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-19 22:46:46.249 [I] [client/service.go:294] [43e0d654d25ac2da] try to connect to server... 2026-02-19 22:46:48.660 [I] [client/service.go:286] [43e0d654d25ac2da] login to server success, get run id [43e0d654d25ac2da] 2026-02-19 22:46:48.661 [I] [proxy/proxy_manager.go:173] [43e0d654d25ac2da] proxy added: [DNL01B4302] 2026-02-19 22:46:49.034 [I] [client/control.go:168] [43e0d654d25ac2da] [DNL01B4302] start proxy success [2026-02-19,22:50:02.776] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,22:50:04.678] [DEBUG] 6 processes running of frp type [2026-02-19,23:05:03.688] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,23:05:05.543] [DEBUG] 6 processes running of frp type [2026-02-19,23:20:03.374] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,23:20:05.827] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-19,23:35:02.199] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,23:35:03.991] [DEBUG] 6 processes running of frp type [2026-02-19,23:50:02.169] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-19,23:50:03.916] [DEBUG] 6 processes running of frp type [2026-02-20,00:05:02.164] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,00:05:03.994] [DEBUG] 6 processes running of frp type [2026-02-20,00:20:02.057] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,00:20:03.827] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-20,00:35:02.837] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,00:35:04.701] [DEBUG] 6 processes running of frp type [2026-02-20,00:50:02.634] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,00:50:04.508] [DEBUG] 6 processes running of frp type [2026-02-20,01:05:02.916] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,01:05:04.664] [DEBUG] 6 processes running of frp type [2026-02-20,01:20:03.083] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,01:20:04.826] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-20,01:35:02.936] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,01:35:04.751] [DEBUG] 6 processes running of frp type [2026-02-20,01:50:02.626] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,01:50:04.432] [DEBUG] 6 processes running of frp type [2026-02-20,02:05:02.916] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,02:05:04.795] [DEBUG] 6 processes running of frp type [2026-02-20,02:20:02.068] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,02:20:03.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-02-20,02:35:02.869] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,02:35:04.647] [DEBUG] 6 processes running of frp type [2026-02-20,02:50:02.350] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,02:50:04.152] [DEBUG] 6 processes running of frp type [2026-02-20,03:05:02.614] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,03:05:04.391] [DEBUG] 6 processes running of frp type [2026-02-20,03:20:02.809] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,03:20:04.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' [2026-02-20,03:35:02.600] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,03:35:04.413] [DEBUG] 6 processes running of frp type [2026-02-20,03:50:02.322] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,03:50:06.155] [DEBUG] 6 processes running of frp type [2026-02-20,04:05:02.624] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,04:05:04.381] [DEBUG] 6 processes running of frp type [2026-02-20,04:20:02.796] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,04:20:04.549] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-20,04:35:02.599] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,04:35:04.320] [DEBUG] 6 processes running of frp type [2026-02-20,04:50:03.165] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,04:50:04.885] [DEBUG] 6 processes running of frp type [2026-02-20,05:05:02.360] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,05:05:04.153] [DEBUG] 6 processes running of frp type [2026-02-20,05:20:02.590] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,05:20:04.435] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-20,05:35:03.074] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,05:35:05.068] [DEBUG] 6 processes running of frp type [2026-02-20,05:50:02.947] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,05:50:04.781] [DEBUG] 6 processes running of frp type [2026-02-20,06:05:02.160] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,06:05:03.968] [DEBUG] 6 processes running of frp type [2026-02-20,06:20:02.273] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,06:20:04.021] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-20,06:35:02.177] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,06:35:03.916] [DEBUG] 6 processes running of frp type 2026-02-20 06:36:09.411 [I] [client/service.go:294] [43e0d654d25ac2da] try to connect to server... 2026-02-20 06:36:19.413 [W] [client/service.go:297] [43e0d654d25ac2da] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-20 06:36:19.414 [I] [client/service.go:294] [43e0d654d25ac2da] try to connect to server... 2026-02-20 06:36:29.415 [W] [client/service.go:297] [43e0d654d25ac2da] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-20 06:36:29.416 [I] [client/service.go:294] [43e0d654d25ac2da] try to connect to server... 2026-02-20 06:36:37.431 [W] [client/service.go:297] [43e0d654d25ac2da] connect to server error: read tcp 192.168.1.104:40084->138.201.17.179:7000: read: connection reset by peer 2026-02-20 06:36:37.432 [I] [client/service.go:294] [43e0d654d25ac2da] try to connect to server... 2026-02-20 06:36:41.065 [I] [client/service.go:286] [43e0d654d25ac2da] login to server success, get run id [43e0d654d25ac2da] 2026-02-20 06:36:41.066 [I] [proxy/proxy_manager.go:173] [43e0d654d25ac2da] proxy added: [DNL01B4302] 2026-02-20 06:36:41.639 [I] [client/control.go:168] [43e0d654d25ac2da] [DNL01B4302] start proxy success [2026-02-20,06:50:02.713] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,06:50:04.457] [DEBUG] 6 processes running of frp type [2026-02-20,07:05:02.998] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,07:05:07.232] [DEBUG] 6 processes running of frp type [2026-02-20,07:20:02.615] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,07:20:04.432] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-02-20 07:28:00.927 [I] [client/service.go:294] [43e0d654d25ac2da] try to connect to server... 2026-02-20 07:28:10.929 [W] [client/service.go:297] [43e0d654d25ac2da] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-20 07:28:10.930 [I] [client/service.go:294] [43e0d654d25ac2da] try to connect to server... 2026-02-20 07:28:20.932 [W] [client/service.go:297] [43e0d654d25ac2da] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-20 07:28:20.933 [I] [client/service.go:294] [43e0d654d25ac2da] try to connect to server... 2026-02-20 07:28:26.633 [I] [client/service.go:286] [43e0d654d25ac2da] login to server success, get run id [43e0d654d25ac2da] 2026-02-20 07:28:26.635 [I] [proxy/proxy_manager.go:173] [43e0d654d25ac2da] proxy added: [DNL01B4302] 2026-02-20 07:28:26.992 [I] [client/control.go:168] [43e0d654d25ac2da] [DNL01B4302] start proxy success [2026-02-20,07:35:02.318] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,07:35:04.101] [DEBUG] 6 processes running of frp type [2026-02-20,07:50:02.885] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,07:50:04.909] [DEBUG] 6 processes running of frp type [2026-02-20,07:22:16.120] [INFO] Initializing BusSpeedStateManager V2 [2026-02-20,07:22:16.125] [INFO] LocationSqlManager initialising [2026-02-20,07:22:16.125] [INFO] Location DB initialising [2026-02-20,07:22:16.136] [INFO] LocationSqlManager initialisation complete [2026-02-20,07:22:16.137] [DEBUG] UploadManager Init [2026-02-20,07:22:16.138] [DEBUG] UploadManager Init Complete [2026-02-20,07:22:16.143] [INFO] Initializing GPS... [2026-02-20,07:22:16.148] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-20,07:22:16.006] [INFO] Initializing BusSpeedStateManager V2 [2026-02-20,07:22:16.010] [INFO] LocationSqlManager initialising [2026-02-20,07:22:16.011] [INFO] Location DB initialising [2026-02-20,07:22:16.020] [INFO] LocationSqlManager initialisation complete [2026-02-20,07:22:16.021] [DEBUG] UploadManager Init [2026-02-20,07:22:16.021] [DEBUG] UploadManager Init Complete [2026-02-20,07:22:16.024] [INFO] Initializing GPS... [2026-02-20,07:22:16.026] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_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-02-20,18:02:24.892] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,18:02:26.812] [DEBUG] Remote Access Enabled [2026-02-20,18:02:28.191] [INFO] Server Address: 138.201.17.179 [2026-02-20,18:02:28.192] [INFO] Server Port: 7000 [2026-02-20,18:02:28.201] [DEBUG] Starting Remote Access! 2026-02-20 18:02:28.391 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-20 18:02:28.392 [I] [client/service.go:294] try to connect to server... 2026-02-20 18:02:29.584 [I] [client/service.go:286] [be4866b90771c93b] login to server success, get run id [be4866b90771c93b] 2026-02-20 18:02:29.585 [I] [proxy/proxy_manager.go:173] [be4866b90771c93b] proxy added: [DNL01B4302] 2026-02-20 18:02:29.986 [I] [client/control.go:168] [be4866b90771c93b] [DNL01B4302] start proxy success [2026-02-20,18:20:02.523] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,18:20:04.358] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-20,18:18:29.663] [INFO] Initializing BusSpeedStateManager V2 [2026-02-20,18:18:29.669] [INFO] LocationSqlManager initialising [2026-02-20,18:18:29.670] [INFO] Location DB initialising [2026-02-20,18:18:29.681] [INFO] LocationSqlManager initialisation complete [2026-02-20,18:18:29.682] [DEBUG] UploadManager Init [2026-02-20,18:18:29.683] [DEBUG] UploadManager Init Complete [2026-02-20,18:18:29.688] [INFO] Initializing GPS... [2026-02-20,18:18:29.691] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-20,18:39:18.296] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,18:39:20.019] [DEBUG] Remote Access Enabled [2026-02-20,18:39:21.405] [INFO] Server Address: 138.201.17.179 [2026-02-20,18:39:21.406] [INFO] Server Port: 7000 [2026-02-20,18:39:21.415] [DEBUG] Starting Remote Access! 2026-02-20 18:39:21.588 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-20 18:39:21.589 [I] [client/service.go:294] try to connect to server... 2026-02-20 18:39:22.699 [I] [client/service.go:286] [65426f1d3d94b167] login to server success, get run id [65426f1d3d94b167] 2026-02-20 18:39:22.700 [I] [proxy/proxy_manager.go:173] [65426f1d3d94b167] proxy added: [DNL01B4302] 2026-02-20 18:39:23.083 [I] [client/control.go:168] [65426f1d3d94b167] [DNL01B4302] start proxy success [2026-02-20,18:50:03.140] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,18:50:04.900] [DEBUG] 6 processes running of frp type [2026-02-20,19:05:02.670] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,19:05:04.427] [DEBUG] 6 processes running of frp type [2026-02-20,19:20:02.927] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,19:20:04.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-02-20,19:35:02.606] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,19:35:04.485] [DEBUG] 6 processes running of frp type [2026-02-20,19:50:02.596] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,19:50:04.398] [DEBUG] 6 processes running of frp type [2026-02-20,20:05:02.798] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,20:05:04.594] [DEBUG] 6 processes running of frp type [2026-02-20,20:20:01.964] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,20:20:03.624] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-20,20:35:02.280] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,20:35:04.070] [DEBUG] 6 processes running of frp type [2026-02-20,20:50:03.051] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,20:50:05.466] [DEBUG] 6 processes running of frp type 2026-02-20 21:01:49.694 [I] [client/service.go:294] [65426f1d3d94b167] try to connect to server... 2026-02-20 21:01:59.696 [W] [client/service.go:297] [65426f1d3d94b167] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-20 21:01:59.696 [I] [client/service.go:294] [65426f1d3d94b167] try to connect to server... 2026-02-20 21:02:09.697 [W] [client/service.go:297] [65426f1d3d94b167] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-20 21:02:09.698 [I] [client/service.go:294] [65426f1d3d94b167] try to connect to server... 2026-02-20 21:02:19.700 [W] [client/service.go:297] [65426f1d3d94b167] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-20 21:02:19.700 [I] [client/service.go:294] [65426f1d3d94b167] try to connect to server... 2026-02-20 21:02:29.701 [W] [client/service.go:297] [65426f1d3d94b167] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-20 21:02:29.701 [I] [client/service.go:294] [65426f1d3d94b167] try to connect to server... 2026-02-20 21:02:41.673 [I] [client/service.go:286] [65426f1d3d94b167] login to server success, get run id [65426f1d3d94b167] 2026-02-20 21:02:41.674 [I] [proxy/proxy_manager.go:173] [65426f1d3d94b167] proxy added: [DNL01B4302] 2026-02-20 21:02:45.472 [I] [client/control.go:168] [65426f1d3d94b167] [DNL01B4302] start proxy success [2026-02-20,21:05:03.122] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,21:05:05.205] [DEBUG] 6 processes running of frp type [2026-02-20,21:20:02.672] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,21:20:05.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-02-20,21:35:02.453] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,21:35:04.422] [DEBUG] 6 processes running of frp type [2026-02-20,21:50:03.079] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,21:50:04.764] [DEBUG] 6 processes running of frp type 2026-02-20 21:58:37.548 [I] [client/service.go:294] [65426f1d3d94b167] try to connect to server... 2026-02-20 21:58:51.653 [W] [client/service.go:297] [65426f1d3d94b167] connect to server error: i/o deadline reached 2026-02-20 21:58:51.654 [I] [client/service.go:294] [65426f1d3d94b167] try to connect to server... 2026-02-20 21:58:55.927 [I] [client/service.go:286] [65426f1d3d94b167] login to server success, get run id [65426f1d3d94b167] 2026-02-20 21:58:55.929 [I] [proxy/proxy_manager.go:173] [65426f1d3d94b167] proxy added: [DNL01B4302] 2026-02-20 21:58:58.404 [I] [client/control.go:168] [65426f1d3d94b167] [DNL01B4302] start proxy success [2026-02-20,22:05:02.265] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,22:05:06.165] [DEBUG] 6 processes running of frp type [2026-02-20,22:20:03.855] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,22:20:07.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' 2026-02-20 22:26:09.046 [I] [client/service.go:294] [65426f1d3d94b167] try to connect to server... 2026-02-20 22:26:26.148 [I] [client/service.go:286] [65426f1d3d94b167] login to server success, get run id [65426f1d3d94b167] 2026-02-20 22:26:26.150 [I] [proxy/proxy_manager.go:173] [65426f1d3d94b167] proxy added: [DNL01B4302] 2026-02-20 22:26:49.643 [I] [client/service.go:294] [65426f1d3d94b167] try to connect to server... 2026-02-20 22:26:55.452 [I] [client/service.go:286] [65426f1d3d94b167] login to server success, get run id [65426f1d3d94b167] 2026-02-20 22:26:55.454 [I] [proxy/proxy_manager.go:173] [65426f1d3d94b167] proxy added: [DNL01B4302] 2026-02-20 22:26:57.814 [I] [client/control.go:168] [65426f1d3d94b167] [DNL01B4302] start proxy success 2026-02-20 22:27:32.790 [I] [client/service.go:294] [65426f1d3d94b167] try to connect to server... 2026-02-20 22:27:46.317 [W] [client/service.go:297] [65426f1d3d94b167] connect to server error: connection write timeout 2026-02-20 22:27:46.318 [I] [client/service.go:294] [65426f1d3d94b167] try to connect to server... 2026-02-20 22:27:53.105 [I] [client/service.go:286] [65426f1d3d94b167] login to server success, get run id [65426f1d3d94b167] 2026-02-20 22:27:53.107 [I] [proxy/proxy_manager.go:173] [65426f1d3d94b167] proxy added: [DNL01B4302] 2026-02-20 22:28:04.779 [I] [client/control.go:168] [65426f1d3d94b167] [DNL01B4302] start proxy success [2026-02-20,22:35:01.776] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,22:35:03.470] [DEBUG] 6 processes running of frp type 2026-02-20 22:41:49.438 [I] [client/service.go:294] [65426f1d3d94b167] try to connect to server... 2026-02-20 22:41:51.572 [I] [client/service.go:286] [65426f1d3d94b167] login to server success, get run id [65426f1d3d94b167] 2026-02-20 22:41:51.574 [I] [proxy/proxy_manager.go:173] [65426f1d3d94b167] proxy added: [DNL01B4302] 2026-02-20 22:41:51.943 [I] [client/control.go:168] [65426f1d3d94b167] [DNL01B4302] start proxy success [2026-02-20,22:50:02.687] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,22:50:04.496] [DEBUG] 6 processes running of frp type [2026-02-20,23:05:02.647] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,23:05:04.404] [DEBUG] 6 processes running of frp type [2026-02-20,23:20:02.624] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,23:20:04.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-02-20,23:35:02.117] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,23:35:03.767] [DEBUG] 6 processes running of frp type [2026-02-20,23:50:02.996] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-20,23:50:04.701] [DEBUG] 6 processes running of frp type [2026-02-21,00:05:02.908] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,00:05:04.722] [DEBUG] 6 processes running of frp type [2026-02-21,00:20:02.889] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,00:20:04.833] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-21,00:35:03.140] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,00:35:05.407] [DEBUG] 6 processes running of frp type [2026-02-21,00:50:02.441] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,00:50:04.114] [DEBUG] 6 processes running of frp type [2026-02-21,01:05:02.299] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,01:05:04.107] [DEBUG] 6 processes running of frp type [2026-02-21,01:20:02.352] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,01:20:03.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-02-21,01:35:02.209] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,01:35:03.871] [DEBUG] 6 processes running of frp type [2026-02-21,01:50:03.225] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,01:50:04.902] [DEBUG] 6 processes running of frp type [2026-02-21,02:05:02.210] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,02:05:03.893] [DEBUG] 6 processes running of frp type [2026-02-21,02:20:02.072] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,02:20:03.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-02-21,02:35:02.142] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,02:35:03.888] [DEBUG] 6 processes running of frp type [2026-02-21,02:50:02.417] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,02:50:04.477] [DEBUG] 6 processes running of frp type [2026-02-21,03:05:02.664] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,03:05:04.405] [DEBUG] 6 processes running of frp type [2026-02-21,03:20:02.593] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,03:20:04.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-02-21,03:35:02.584] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,03:35:04.291] [DEBUG] 6 processes running of frp type [2026-02-21,03:50:02.195] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,03:50:03.890] [DEBUG] 6 processes running of frp type [2026-02-21,04:05:03.303] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,04:05:05.397] [DEBUG] 6 processes running of frp type [2026-02-21,04:20:02.643] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,04:20:04.447] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-21,04:35:02.705] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,04:35:04.493] [DEBUG] 6 processes running of frp type [2026-02-21,04:50:03.244] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,04:50:05.037] [DEBUG] 6 processes running of frp type [2026-02-21,05:05:02.240] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,05:05:04.040] [DEBUG] 6 processes running of frp type [2026-02-21,05:20:02.546] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,05:20:04.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-02-21,05:35:02.144] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,05:35:03.897] [DEBUG] 6 processes running of frp type [2026-02-21,05:25:57.800] [INFO] Initializing BusSpeedStateManager V2 [2026-02-21,05:25:57.805] [INFO] LocationSqlManager initialising [2026-02-21,05:25:57.806] [INFO] Location DB initialising [2026-02-21,05:25:57.815] [INFO] LocationSqlManager initialisation complete [2026-02-21,05:25:57.816] [DEBUG] UploadManager Init [2026-02-21,05:25:57.816] [DEBUG] UploadManager Init Complete [2026-02-21,05:25:57.819] [INFO] Initializing GPS... [2026-02-21,05:25:57.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-02-21,05:25:58.211] [INFO] Initializing BusSpeedStateManager V2 [2026-02-21,05:25:58.217] [INFO] LocationSqlManager initialising [2026-02-21,05:25:58.218] [INFO] Location DB initialising [2026-02-21,05:25:58.228] [INFO] LocationSqlManager initialisation complete [2026-02-21,05:25:58.228] [DEBUG] UploadManager Init [2026-02-21,05:25:58.229] [DEBUG] UploadManager Init Complete [2026-02-21,05:25:58.232] [INFO] Initializing GPS... [2026-02-21,05:25:58.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-02-21,06:26:49.537] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,06:26:51.338] [DEBUG] Remote Access Enabled [2026-02-21,06:26:53.094] [INFO] Server Address: 138.201.17.179 [2026-02-21,06:26:53.095] [INFO] Server Port: 7000 [2026-02-21,06:26:53.104] [DEBUG] Starting Remote Access! 2026-02-21 06:26:53.284 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-21 06:26:53.284 [I] [client/service.go:294] try to connect to server... 2026-02-21 06:26:54.751 [I] [client/service.go:286] [6d80986d8c271d62] login to server success, get run id [6d80986d8c271d62] 2026-02-21 06:26:54.752 [I] [proxy/proxy_manager.go:173] [6d80986d8c271d62] proxy added: [DNL01B4302] 2026-02-21 06:26:55.316 [I] [client/control.go:168] [6d80986d8c271d62] [DNL01B4302] start proxy success [2026-02-21,06:28:08.950] [INFO] Initializing BusSpeedStateManager V2 [2026-02-21,06:28:08.954] [INFO] LocationSqlManager initialising [2026-02-21,06:28:08.955] [INFO] Location DB initialising [2026-02-21,06:28:08.965] [INFO] LocationSqlManager initialisation complete [2026-02-21,06:28:08.967] [DEBUG] UploadManager Init [2026-02-21,06:28:08.967] [DEBUG] UploadManager Init Complete [2026-02-21,06:28:08.971] [INFO] Initializing GPS... [2026-02-21,06:28:08.974] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-21,06:28:08.513] [INFO] Initializing BusSpeedStateManager V2 [2026-02-21,06:28:08.520] [INFO] LocationSqlManager initialising [2026-02-21,06:28:08.521] [INFO] Location DB initialising [2026-02-21,06:28:08.531] [INFO] LocationSqlManager initialisation complete [2026-02-21,06:28:08.532] [DEBUG] UploadManager Init [2026-02-21,06:28:08.532] [DEBUG] UploadManager Init Complete [2026-02-21,06:28:08.535] [INFO] Initializing GPS... [2026-02-21,06:28:08.537] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-21,19:39:50.407] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,19:39:52.669] [DEBUG] Remote Access Enabled [2026-02-21,19:39:55.304] [INFO] Server Address: 138.201.17.179 [2026-02-21,19:39:55.305] [INFO] Server Port: 7000 [2026-02-21,19:39:55.310] [DEBUG] Starting Remote Access! 2026-02-21 19:39:55.444 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-21 19:39:55.445 [I] [client/service.go:294] try to connect to server... 2026-02-21 19:39:57.868 [I] [client/service.go:286] [994b353fb3d6d14e] login to server success, get run id [994b353fb3d6d14e] 2026-02-21 19:39:57.870 [I] [proxy/proxy_manager.go:173] [994b353fb3d6d14e] proxy added: [DNL01B4302] 2026-02-21 19:39:58.230 [I] [client/control.go:168] [994b353fb3d6d14e] [DNL01B4302] start proxy success [2026-02-21,19:40:28.173] [INFO] Initializing BusSpeedStateManager V2 [2026-02-21,19:40:28.179] [INFO] LocationSqlManager initialising [2026-02-21,19:40:28.180] [INFO] Location DB initialising [2026-02-21,19:40:28.191] [INFO] LocationSqlManager initialisation complete [2026-02-21,19:40:28.192] [DEBUG] UploadManager Init [2026-02-21,19:40:28.193] [DEBUG] UploadManager Init Complete [2026-02-21,19:40:28.197] [INFO] Initializing GPS... [2026-02-21,19:40:28.200] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-21,19:46:02.620] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,19:46:05.878] [DEBUG] Remote Access Enabled [2026-02-21,19:46:07.448] [INFO] Server Address: 138.201.17.179 [2026-02-21,19:46:07.449] [INFO] Server Port: 7000 [2026-02-21,19:46:07.455] [DEBUG] Starting Remote Access! 2026-02-21 19:46:07.593 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-21 19:46:07.593 [I] [client/service.go:294] try to connect to server... 2026-02-21 19:46:09.438 [I] [client/service.go:286] [53653148a2c35574] login to server success, get run id [53653148a2c35574] 2026-02-21 19:46:09.441 [I] [proxy/proxy_manager.go:173] [53653148a2c35574] proxy added: [DNL01B4302] 2026-02-21 19:46:09.866 [I] [client/control.go:168] [53653148a2c35574] [DNL01B4302] start proxy success [2026-02-21,19:50:48.980] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,19:50:50.913] [DEBUG] 6 processes running of frp type [2026-02-21,19:56:24.365] [INFO] Initializing BusSpeedStateManager V2 [2026-02-21,19:56:24.370] [INFO] LocationSqlManager initialising [2026-02-21,19:56:24.370] [INFO] Location DB initialising [2026-02-21,19:56:24.380] [INFO] LocationSqlManager initialisation complete [2026-02-21,19:56:24.381] [DEBUG] UploadManager Init [2026-02-21,19:56:24.381] [DEBUG] UploadManager Init Complete [2026-02-21,19:56:24.384] [INFO] Initializing GPS... [2026-02-21,19:56:24.386] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-21,21:12:29.443] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,21:12:31.205] [DEBUG] Remote Access Enabled [2026-02-21,21:12:32.500] [INFO] Server Address: 138.201.17.179 [2026-02-21,21:12:32.502] [INFO] Server Port: 7000 [2026-02-21,21:12:32.513] [DEBUG] Starting Remote Access! 2026-02-21 21:12:32.704 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-21 21:12:32.705 [I] [client/service.go:294] try to connect to server... 2026-02-21 21:12:34.307 [I] [client/service.go:286] [d67ffade0c3facf6] login to server success, get run id [d67ffade0c3facf6] 2026-02-21 21:12:34.308 [I] [proxy/proxy_manager.go:173] [d67ffade0c3facf6] proxy added: [DNL01B4302] 2026-02-21 21:12:34.878 [I] [client/control.go:168] [d67ffade0c3facf6] [DNL01B4302] start proxy success [2026-02-21,21:16:18.843] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,21:16:20.663] [DEBUG] 6 processes running of frp type [2026-02-21,21:20:02.016] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,21:20:03.661] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-21,21:35:02.499] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,21:35:04.409] [DEBUG] 6 processes running of frp type [2026-02-21,21:50:02.144] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,21:50:03.889] [DEBUG] 6 processes running of frp type [2026-02-21,22:05:02.238] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,22:05:03.952] [DEBUG] 6 processes running of frp type [2026-02-21,22:20:02.189] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,22:20:03.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-02-21,22:35:02.363] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,22:35:04.063] [DEBUG] 6 processes running of frp type [2026-02-21,22:50:02.882] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,22:50:04.651] [DEBUG] 6 processes running of frp type [2026-02-21,23:05:03.009] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,23:05:04.790] [DEBUG] 6 processes running of frp type [2026-02-21,23:20:02.167] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,23:20:03.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-02-21,23:35:02.867] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,23:35:04.574] [DEBUG] 6 processes running of frp type [2026-02-21,23:50:01.995] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-21,23:50:03.827] [DEBUG] 6 processes running of frp type [2026-02-22,00:05:01.962] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,00:05:03.721] [DEBUG] 6 processes running of frp type [2026-02-22,00:20:02.914] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,00:20:04.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-02-22,00:35:02.581] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,00:35:04.266] [DEBUG] 6 processes running of frp type [2026-02-22,00:50:02.339] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,00:50:04.100] [DEBUG] 6 processes running of frp type [2026-02-22,01:05:02.544] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,01:05:04.518] [DEBUG] 6 processes running of frp type [2026-02-22,01:20:02.737] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,01:20:04.422] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-22,01:35:02.310] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,01:35:04.224] [DEBUG] 6 processes running of frp type [2026-02-22,01:50:02.171] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,01:50:03.840] [DEBUG] 6 processes running of frp type 2026-02-22 01:58:48.800 [I] [client/service.go:294] [d67ffade0c3facf6] try to connect to server... 2026-02-22 01:58:53.553 [I] [client/service.go:286] [d67ffade0c3facf6] login to server success, get run id [d67ffade0c3facf6] 2026-02-22 01:58:53.553 [I] [proxy/proxy_manager.go:173] [d67ffade0c3facf6] proxy added: [DNL01B4302] 2026-02-22 01:58:53.926 [I] [client/control.go:168] [d67ffade0c3facf6] [DNL01B4302] start proxy success [2026-02-22,02:05:01.992] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,02:05:03.741] [DEBUG] 6 processes running of frp type [2026-02-22,02:20:02.905] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,02:20:04.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-02-22,02:35:02.856] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,02:35:06.444] [DEBUG] 6 processes running of frp type [2026-02-22,02:50:02.440] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,02:50:04.112] [DEBUG] 6 processes running of frp type [2026-02-22,03:05:02.292] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,03:05:04.106] [DEBUG] 6 processes running of frp type [2026-02-22,03:20:02.346] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,03:20:04.290] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-22,03:35:02.170] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,03:35:04.060] [DEBUG] 6 processes running of frp type [2026-02-22,03:50:02.043] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,03:50:03.765] [DEBUG] 6 processes running of frp type [2026-02-22,04:05:02.919] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,04:05:04.610] [DEBUG] 6 processes running of frp type [2026-02-22,04:20:02.776] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,04:20:04.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-02-22,04:35:02.832] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,04:35:04.744] [DEBUG] 6 processes running of frp type [2026-02-22,04:50:02.492] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,04:50:04.238] [DEBUG] 6 processes running of frp type [2026-02-22,05:05:02.624] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,05:05:04.496] [DEBUG] 6 processes running of frp type [2026-02-22,05:20:02.714] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,05:20:04.418] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-22,05:35:03.061] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,05:35:04.826] [DEBUG] 6 processes running of frp type [2026-02-22,05:50:02.662] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,05:50:04.347] [DEBUG] 6 processes running of frp type [2026-02-22,06:05:02.781] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,06:05:04.673] [DEBUG] 6 processes running of frp type 2026-02-22 06:13:48.110 [I] [client/service.go:294] [d67ffade0c3facf6] try to connect to server... 2026-02-22 06:13:53.227 [I] [client/service.go:286] [d67ffade0c3facf6] login to server success, get run id [d67ffade0c3facf6] 2026-02-22 06:13:53.229 [I] [proxy/proxy_manager.go:173] [d67ffade0c3facf6] proxy added: [DNL01B4302] 2026-02-22 06:13:54.044 [I] [client/control.go:168] [d67ffade0c3facf6] [DNL01B4302] start proxy success [2026-02-22,06:20:02.242] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,06:20:03.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-02-22,06:35:03.079] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,06:35:04.905] [DEBUG] 6 processes running of frp type [2026-02-22,06:50:02.252] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,06:50:04.043] [DEBUG] 6 processes running of frp type [2026-02-22,06:52:05.110] [INFO] Initializing BusSpeedStateManager V2 [2026-02-22,06:52:05.115] [INFO] LocationSqlManager initialising [2026-02-22,06:52:05.116] [INFO] Location DB initialising [2026-02-22,06:52:05.126] [INFO] LocationSqlManager initialisation complete [2026-02-22,06:52:05.127] [DEBUG] UploadManager Init [2026-02-22,06:52:05.128] [DEBUG] UploadManager Init Complete [2026-02-22,06:52:05.133] [INFO] Initializing GPS... [2026-02-22,06:52:05.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-02-22,07:47:08.764] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,07:47:10.458] [DEBUG] Remote Access Enabled [2026-02-22,07:47:11.735] [INFO] Server Address: 138.201.17.179 [2026-02-22,07:47:11.736] [INFO] Server Port: 7000 [2026-02-22,07:47:11.741] [DEBUG] Starting Remote Access! 2026-02-22 07:47:11.873 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-22 07:47:11.873 [I] [client/service.go:294] try to connect to server... 2026-02-22 07:47:13.023 [I] [client/service.go:286] [bd82712c0d87eccf] login to server success, get run id [bd82712c0d87eccf] 2026-02-22 07:47:13.025 [I] [proxy/proxy_manager.go:173] [bd82712c0d87eccf] proxy added: [DNL01B4302] 2026-02-22 07:47:13.411 [I] [client/control.go:168] [bd82712c0d87eccf] [DNL01B4302] start proxy success [2026-02-22,07:50:35.302] [INFO] Initializing BusSpeedStateManager V2 [2026-02-22,07:50:35.307] [INFO] LocationSqlManager initialising [2026-02-22,07:50:35.307] [INFO] Location DB initialising [2026-02-22,07:50:35.317] [INFO] LocationSqlManager initialisation complete [2026-02-22,07:50:35.317] [DEBUG] UploadManager Init [2026-02-22,07:50:35.318] [DEBUG] UploadManager Init Complete [2026-02-22,07:50:35.320] [INFO] Initializing GPS... [2026-02-22,07:50:35.322] [INFO] Starting location capture [2026-02-22,07:50:35.411] [INFO] Initializing BusSpeedStateManager V2 [2026-02-22,07:50:35.416] [INFO] LocationSqlManager initialising [2026-02-22,07:50:35.417] [INFO] Location DB initialising [2026-02-22,07:50:35.426] [INFO] LocationSqlManager initialisation complete [2026-02-22,07:50:35.427] [DEBUG] UploadManager Init [2026-02-22,07:50:35.427] [DEBUG] UploadManager Init Complete [2026-02-22,07:50:35.430] [INFO] Initializing GPS... [2026-02-22,07:50:35.432] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-22,18:20:59.517] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,18:21:01.275] [DEBUG] Remote Access Enabled [2026-02-22,18:21:02.685] [INFO] Server Address: 138.201.17.179 [2026-02-22,18:21:02.687] [INFO] Server Port: 7000 [2026-02-22,18:21:02.697] [DEBUG] Starting Remote Access! 2026-02-22 18:21:02.832 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-22 18:21:02.833 [I] [client/service.go:294] try to connect to server... 2026-02-22 18:21:03.999 [I] [client/service.go:286] [8e8f963ffee0e6ce] login to server success, get run id [8e8f963ffee0e6ce] 2026-02-22 18:21:04.000 [I] [proxy/proxy_manager.go:173] [8e8f963ffee0e6ce] proxy added: [DNL01B4302] 2026-02-22 18:21:04.367 [I] [client/control.go:168] [8e8f963ffee0e6ce] [DNL01B4302] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-22,18:35:03.330] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,18:35:05.068] [DEBUG] 6 processes running of frp type [2026-02-22,18:50:02.405] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,18:50:04.115] [DEBUG] 6 processes running of frp type [2026-02-22,19:05:02.507] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,19:05:04.233] [DEBUG] 6 processes running of frp type [2026-02-22,19:20:02.908] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,19:20:04.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-02-22,19:35:02.434] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,19:35:04.151] [DEBUG] 6 processes running of frp type [2026-02-22,19:50:02.712] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,19:50:04.490] [DEBUG] 6 processes running of frp type [2026-02-22,20:05:03.039] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,20:05:10.015] [DEBUG] 6 processes running of frp type [2026-02-22,20:20:02.620] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,20:20:04.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-02-22,20:35:02.631] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,20:35:04.464] [DEBUG] 6 processes running of frp type [2026-02-22,20:50:02.959] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,20:50:04.695] [DEBUG] 6 processes running of frp type [2026-02-22,21:05:02.143] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,21:05:03.880] [DEBUG] 6 processes running of frp type [2026-02-22,21:20:01.990] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,21:20:08.974] [DEBUG] 6 processes running of frp type 2026-02-22 21:24:29.542 [I] [client/service.go:294] [8e8f963ffee0e6ce] try to connect to server... 2026-02-22 21:24:44.971 [W] [client/service.go:297] [8e8f963ffee0e6ce] connect to server error: i/o deadline reached 2026-02-22 21:24:44.971 [I] [client/service.go:294] [8e8f963ffee0e6ce] try to connect to server... 2026-02-22 21:24:52.609 [W] [client/service.go:297] [8e8f963ffee0e6ce] connect to server error: session shutdown 2026-02-22 21:24:52.610 [I] [client/service.go:294] [8e8f963ffee0e6ce] try to connect to server... 2026-02-22 21:25:04.261 [W] [client/service.go:297] [8e8f963ffee0e6ce] connect to server error: connection write timeout 2026-02-22 21:25:04.262 [I] [client/service.go:294] [8e8f963ffee0e6ce] try to connect to server... 2026-02-22 21:25:11.504 [I] [client/service.go:286] [8e8f963ffee0e6ce] login to server success, get run id [8e8f963ffee0e6ce] 2026-02-22 21:25:11.506 [I] [proxy/proxy_manager.go:173] [8e8f963ffee0e6ce] proxy added: [DNL01B4302] 2026-02-22 21:25:16.441 [I] [client/control.go:168] [8e8f963ffee0e6ce] [DNL01B4302] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-22,21:35:02.395] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,21:35:04.183] [DEBUG] 6 processes running of frp type [2026-02-22,21:50:02.316] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,21:50:04.127] [DEBUG] 6 processes running of frp type [2026-02-22,22:05:02.350] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,22:05:04.098] [DEBUG] 6 processes running of frp type [2026-02-22,22:20:02.407] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,22:20:04.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-02-22,22:35:02.506] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,22:35:04.310] [DEBUG] 6 processes running of frp type [2026-02-22,22:50:02.950] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,22:50:04.615] [DEBUG] 6 processes running of frp type [2026-02-22,23:05:02.818] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,23:05:04.556] [DEBUG] 6 processes running of frp type [2026-02-22,23:20:02.718] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,23:20:04.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' [2026-02-22,23:35:02.994] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,23:35:04.759] [DEBUG] 6 processes running of frp type [2026-02-22,23:50:03.131] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-22,23:50:04.927] [DEBUG] 6 processes running of frp type [2026-02-23,00:05:02.383] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,00:05:04.254] [DEBUG] 6 processes running of frp type [2026-02-23,00:20:02.460] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,00:20:04.472] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-23,00:35:02.359] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,00:35:04.032] [DEBUG] 6 processes running of frp type [2026-02-23,00:50:02.939] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,00:50:04.786] [DEBUG] 6 processes running of frp type [2026-02-23,01:05:03.333] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,01:05:05.206] [DEBUG] 6 processes running of frp type [2026-02-23,01:20:02.562] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,01:20:04.513] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-23,01:35:02.499] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,01:35:04.237] [DEBUG] 6 processes running of frp type [2026-02-23,01:50:02.308] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,01:50:04.053] [DEBUG] 6 processes running of frp type [2026-02-23,02:05:02.231] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,02:05:04.003] [DEBUG] 6 processes running of frp type [2026-02-23,02:20:02.220] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,02:20:04.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-02-23,02:35:02.587] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,02:35:05.460] [DEBUG] 6 processes running of frp type [2026-02-23,02:50:02.549] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,02:50:04.386] [DEBUG] 6 processes running of frp type [2026-02-23,03:05:02.693] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,03:05:04.515] [DEBUG] 6 processes running of frp type [2026-02-23,03:20:02.697] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,03:20:04.404] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-23,03:35:02.894] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,03:35:04.673] [DEBUG] 6 processes running of frp type [2026-02-23,03:50:02.704] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,03:50:04.446] [DEBUG] 6 processes running of frp type [2026-02-23,04:05:02.623] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,04:05:04.491] [DEBUG] 6 processes running of frp type [2026-02-23,04:20:02.764] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,04:20:04.542] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-23,04:35:02.625] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,04:35:04.501] [DEBUG] 6 processes running of frp type [2026-02-23,04:50:02.206] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,04:50:04.215] [DEBUG] 6 processes running of frp type [2026-02-23,05:05:02.551] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,05:05:04.434] [DEBUG] 6 processes running of frp type [2026-02-23,05:20:02.708] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,05:20:04.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-02-23,05:35:02.211] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,05:35:03.999] [DEBUG] 6 processes running of frp type [2026-02-23,05:50:03.019] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,05:50:04.941] [DEBUG] 6 processes running of frp type [2026-02-23,06:05:02.382] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,06:05:04.121] [DEBUG] 6 processes running of frp type [2026-02-23,06:20:02.768] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,06:20:04.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-02-23,06:35:03.255] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,06:35:05.093] [DEBUG] 6 processes running of frp type [2026-02-23,06:50:02.357] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,06:50:04.123] [DEBUG] 6 processes running of frp type [2026-02-23,06:36:55.428] [INFO] Initializing BusSpeedStateManager V2 [2026-02-23,06:36:55.433] [INFO] LocationSqlManager initialising [2026-02-23,06:36:55.433] [INFO] Location DB initialising [2026-02-23,06:36:55.443] [INFO] LocationSqlManager initialisation complete [2026-02-23,06:36:55.443] [DEBUG] UploadManager Init [2026-02-23,06:36:55.444] [DEBUG] UploadManager Init Complete [2026-02-23,06:36:55.446] [INFO] Initializing GPS... [2026-02-23,06:36:55.448] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-23,11:15:03.985] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,11:15:06.202] [DEBUG] Remote Access Enabled [2026-02-23,11:15:07.604] [INFO] Server Address: 138.201.17.179 [2026-02-23,11:15:07.605] [INFO] Server Port: 7000 [2026-02-23,11:15:07.615] [DEBUG] Starting Remote Access! 2026-02-23 11:15:07.800 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-23 11:15:07.801 [I] [client/service.go:294] try to connect to server... 2026-02-23 11:15:08.917 [I] [client/service.go:286] [549934be8517d48d] login to server success, get run id [549934be8517d48d] 2026-02-23 11:15:08.918 [I] [proxy/proxy_manager.go:173] [549934be8517d48d] proxy added: [DNL01B4302] 2026-02-23 11:15:09.293 [I] [client/control.go:168] [549934be8517d48d] [DNL01B4302] start proxy success [2026-02-23,11:16:11.506] [INFO] Initializing BusSpeedStateManager V2 [2026-02-23,11:16:11.510] [INFO] LocationSqlManager initialising [2026-02-23,11:16:11.511] [INFO] Location DB initialising [2026-02-23,11:16:11.520] [INFO] LocationSqlManager initialisation complete [2026-02-23,11:16:11.521] [DEBUG] UploadManager Init [2026-02-23,11:16:11.522] [DEBUG] UploadManager Init Complete [2026-02-23,11:16:11.524] [INFO] Initializing GPS... [2026-02-23,11:16:11.526] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-23,18:39:24.872] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,18:39:26.644] [DEBUG] Remote Access Enabled [2026-02-23,18:39:28.086] [INFO] Server Address: 138.201.17.179 [2026-02-23,18:39:28.087] [INFO] Server Port: 7000 [2026-02-23,18:39:28.091] [DEBUG] Starting Remote Access! 2026-02-23 18:39:28.224 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-23 18:39:28.225 [I] [client/service.go:294] try to connect to server... 2026-02-23 18:39:29.346 [I] [client/service.go:286] [0c8571be321924c6] login to server success, get run id [0c8571be321924c6] 2026-02-23 18:39:29.347 [I] [proxy/proxy_manager.go:173] [0c8571be321924c6] proxy added: [DNL01B4302] 2026-02-23 18:39:29.737 [I] [client/control.go:168] [0c8571be321924c6] [DNL01B4302] start proxy success [2026-02-23,18:50:02.884] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,18:50:04.711] [DEBUG] 6 processes running of frp type [2026-02-23,19:05:02.375] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,19:05:09.388] [DEBUG] 6 processes running of frp type [2026-02-23,19:20:02.799] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,19:20:04.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-02-23,19:35:02.223] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,19:35:04.117] [DEBUG] 6 processes running of frp type [2026-02-23,19:50:02.324] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,19:50:04.146] [DEBUG] 6 processes running of frp type [2026-02-23,20:05:02.439] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,20:05:04.265] [DEBUG] 6 processes running of frp type [2026-02-23,20:20:02.733] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,20:20:04.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-02-23,20:35:02.866] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,20:35:04.763] [DEBUG] 6 processes running of frp type [2026-02-23,20:50:02.886] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,20:50:05.047] [DEBUG] 6 processes running of frp type [2026-02-23,21:05:02.951] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,21:05:04.787] [DEBUG] 6 processes running of frp type [2026-02-23,21:20:02.412] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,21:20:04.379] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-23,21:35:02.252] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,21:35:04.124] [DEBUG] 6 processes running of frp type [2026-02-23,21:50:02.589] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,21:50:04.496] [DEBUG] 6 processes running of frp type [2026-02-23,22:05:03.148] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,22:05:04.957] [DEBUG] 6 processes running of frp type [2026-02-23,22:20:02.267] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-23,22:20:04.132] [DEBUG] 6 processes running of frp type [2026-02-23,22:02:54.999] [INFO] Initializing BusSpeedStateManager V2 [2026-02-23,22:02:55.006] [INFO] LocationSqlManager initialising [2026-02-23,22:02:55.007] [INFO] Location DB initialising [2026-02-23,22:02:55.017] [INFO] LocationSqlManager initialisation complete [2026-02-23,22:02:55.018] [DEBUG] UploadManager Init [2026-02-23,22:02:55.019] [DEBUG] UploadManager Init Complete [2026-02-23,22:02:55.023] [INFO] Initializing GPS... [2026-02-23,22:02:55.026] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-24,00:54:47.735] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,00:54:49.391] [DEBUG] Remote Access Enabled [2026-02-24,00:54:50.806] [INFO] Server Address: 138.201.17.179 [2026-02-24,00:54:50.807] [INFO] Server Port: 7000 [2026-02-24,00:54:50.816] [DEBUG] Starting Remote Access! 2026-02-24 00:54:51.013 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-24 00:54:51.014 [I] [client/service.go:294] try to connect to server... 2026-02-24 00:54:52.208 [I] [client/service.go:286] [718dc62e1b3e811d] login to server success, get run id [718dc62e1b3e811d] 2026-02-24 00:54:52.209 [I] [proxy/proxy_manager.go:173] [718dc62e1b3e811d] proxy added: [DNL01B4302] 2026-02-24 00:54:52.633 [I] [client/control.go:168] [718dc62e1b3e811d] [DNL01B4302] start proxy success [2026-02-24,00:56:06.584] [INFO] Initializing BusSpeedStateManager V2 [2026-02-24,00:56:06.588] [INFO] LocationSqlManager initialising [2026-02-24,00:56:06.589] [INFO] Location DB initialising [2026-02-24,00:56:06.598] [INFO] LocationSqlManager initialisation complete [2026-02-24,00:56:06.599] [DEBUG] UploadManager Init [2026-02-24,00:56:06.599] [DEBUG] UploadManager Init Complete [2026-02-24,00:56:06.601] [INFO] Initializing GPS... [2026-02-24,00:56:06.603] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-24,00:56:06.454] [INFO] Initializing BusSpeedStateManager V2 [2026-02-24,00:56:06.459] [INFO] LocationSqlManager initialising [2026-02-24,00:56:06.459] [INFO] Location DB initialising [2026-02-24,00:56:06.469] [INFO] LocationSqlManager initialisation complete [2026-02-24,00:56:06.470] [DEBUG] UploadManager Init [2026-02-24,00:56:06.470] [DEBUG] UploadManager Init Complete [2026-02-24,00:56:06.473] [INFO] Initializing GPS... [2026-02-24,00:56:06.475] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-24,05:42:48.933] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,05:42:50.781] [DEBUG] Remote Access Enabled [2026-02-24,05:42:52.154] [INFO] Server Address: 138.201.17.179 [2026-02-24,05:42:52.155] [INFO] Server Port: 7000 [2026-02-24,05:42:52.165] [DEBUG] Starting Remote Access! 2026-02-24 05:42:52.335 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-24 05:42:52.336 [I] [client/service.go:294] try to connect to server... 2026-02-24 05:42:53.744 [I] [client/service.go:286] [505543aa05a74482] login to server success, get run id [505543aa05a74482] 2026-02-24 05:42:53.745 [I] [proxy/proxy_manager.go:173] [505543aa05a74482] proxy added: [DNL01B4302] 2026-02-24 05:42:54.337 [I] [client/control.go:168] [505543aa05a74482] [DNL01B4302] start proxy success [2026-02-24,05:46:56.142] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,05:46:57.876] [DEBUG] 6 processes running of frp type [2026-02-24,05:50:02.379] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,05:50:04.178] [DEBUG] 6 processes running of frp type [2026-02-24,05:46:08.095] [INFO] Initializing BusSpeedStateManager V2 [2026-02-24,05:46:08.099] [INFO] LocationSqlManager initialising [2026-02-24,05:46:08.100] [INFO] Location DB initialising [2026-02-24,05:46:08.109] [INFO] LocationSqlManager initialisation complete [2026-02-24,05:46:08.110] [DEBUG] UploadManager Init [2026-02-24,05:46:08.110] [DEBUG] UploadManager Init Complete [2026-02-24,05:46:08.112] [INFO] Initializing GPS... [2026-02-24,05:46:08.114] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-24,05:47:56.849] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-02-24,07:50:10.906] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,07:50:12.670] [DEBUG] Remote Access Enabled [2026-02-24,07:50:14.266] [INFO] Server Address: 138.201.17.179 [2026-02-24,07:50:14.267] [INFO] Server Port: 7000 [2026-02-24,07:50:14.276] [DEBUG] Starting Remote Access! 2026-02-24 07:50:14.492 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-24 07:50:14.493 [I] [client/service.go:294] try to connect to server... 2026-02-24 07:50:18.724 [I] [client/service.go:286] [bc56e78ba8e79d32] login to server success, get run id [bc56e78ba8e79d32] 2026-02-24 07:50:18.725 [I] [proxy/proxy_manager.go:173] [bc56e78ba8e79d32] proxy added: [DNL01B4302] 2026-02-24 07:50:20.642 [I] [client/control.go:168] [bc56e78ba8e79d32] [DNL01B4302] start proxy success [2026-02-24,08:02:02.500] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,08:02:04.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-02-24,08:02:38.276] [DEBUG] Log Upload Complete! [2026-02-24,08:05:02.944] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,08:05:04.739] [DEBUG] 6 processes running of frp type [2026-02-24,08:20:02.041] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,08:20:03.849] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-24,08:35:02.495] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,08:35:04.202] [DEBUG] 6 processes running of frp type [2026-02-24,08:50:03.099] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,08:50:04.870] [DEBUG] 6 processes running of frp type [2026-02-24,09:05:02.352] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,09:05:09.237] [DEBUG] 6 processes running of frp type [2026-02-24,09:20:02.594] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,09:20:04.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' [2026-02-24,09:35:02.342] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,09:35:04.434] [DEBUG] 6 processes running of frp type [2026-02-24,09:46:19.852] [INFO] Initializing BusSpeedStateManager V2 [2026-02-24,09:46:19.859] [INFO] LocationSqlManager initialising [2026-02-24,09:46:19.860] [INFO] Location DB initialising [2026-02-24,09:46:19.878] [INFO] LocationSqlManager initialisation complete [2026-02-24,09:46:19.880] [DEBUG] UploadManager Init [2026-02-24,09:46:19.882] [DEBUG] UploadManager Init Complete [2026-02-24,09:46:19.890] [INFO] Initializing GPS... [2026-02-24,09:46:19.897] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-24,18:31:30.617] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,18:31:32.930] [DEBUG] Remote Access Enabled [2026-02-24,18:31:36.551] [INFO] Server Address: 138.201.17.179 [2026-02-24,18:31:36.552] [INFO] Server Port: 7000 [2026-02-24,18:31:36.558] [DEBUG] Starting Remote Access! 2026-02-24 18:31:36.692 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-24 18:31:36.692 [I] [client/service.go:294] try to connect to server... 2026-02-24 18:31:37.900 [I] [client/service.go:286] [9a581a5eba1bdec3] login to server success, get run id [9a581a5eba1bdec3] 2026-02-24 18:31:37.901 [I] [proxy/proxy_manager.go:173] [9a581a5eba1bdec3] proxy added: [DNL01B4302] 2026-02-24 18:31:38.310 [I] [client/control.go:168] [9a581a5eba1bdec3] [DNL01B4302] start proxy success [2026-02-24,18:50:02.956] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,18:50:05.250] [DEBUG] 6 processes running of frp type [2026-02-24,19:05:02.722] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,19:05:05.109] [DEBUG] 6 processes running of frp type [2026-02-24,19:20:02.682] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,19:20:05.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-02-24,19:35:02.728] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,19:35:04.969] [DEBUG] 6 processes running of frp type [2026-02-24,19:50:02.757] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,19:50:04.897] [DEBUG] 6 processes running of frp type [2026-02-24,20:05:02.255] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,20:05:04.274] [DEBUG] 6 processes running of frp type [2026-02-24,20:20:02.592] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,20:20:04.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-02-24,20:35:02.321] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,20:35:04.588] [DEBUG] 6 processes running of frp type [2026-02-24,20:50:02.047] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,20:50:04.284] [DEBUG] 6 processes running of frp type [2026-02-24,21:05:02.728] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,21:05:05.255] [DEBUG] 6 processes running of frp type [2026-02-24,21:20:02.559] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,21:20:04.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-02-24,21:35:02.362] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,21:35:04.574] [DEBUG] 6 processes running of frp type [2026-02-24,21:50:02.422] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,21:50:04.481] [DEBUG] 6 processes running of frp type [2026-02-24,22:05:03.023] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,22:05:05.379] [DEBUG] 6 processes running of frp type [2026-02-24,22:20:02.693] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,22:20:04.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-02-24,22:35:02.559] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,22:35:05.085] [DEBUG] 6 processes running of frp type [2026-02-24,22:50:02.368] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,22:50:04.761] [DEBUG] 6 processes running of frp type [2026-02-24,23:05:02.947] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,23:05:05.035] [DEBUG] 6 processes running of frp type [2026-02-24,23:20:02.517] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,23:20:04.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-02-24,23:35:02.564] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,23:35:04.482] [DEBUG] 6 processes running of frp type [2026-02-24,23:50:02.676] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-24,23:50:04.707] [DEBUG] 6 processes running of frp type [2026-02-25,00:05:02.019] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,00:05:03.767] [DEBUG] 6 processes running of frp type [2026-02-25,00:20:02.062] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,00:20:03.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-02-25,00:35:02.388] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,00:35:04.129] [DEBUG] 6 processes running of frp type [2026-02-25,00:50:02.232] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,00:50:04.005] [DEBUG] 6 processes running of frp type [2026-02-25,01:05:02.167] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,01:05:03.792] [DEBUG] 6 processes running of frp type [2026-02-25,01:20:02.092] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,01:20:03.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-02-25,01:35:02.038] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,01:35:03.807] [DEBUG] 6 processes running of frp type [2026-02-25,01:50:02.565] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,01:50:04.374] [DEBUG] 6 processes running of frp type [2026-02-25,02:05:02.651] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,02:05:04.434] [DEBUG] 6 processes running of frp type [2026-02-25,02:20:02.630] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,02:20:04.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-02-25,02:35:02.823] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,02:35:04.816] [DEBUG] 6 processes running of frp type [2026-02-25,02:50:03.290] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,02:50:05.202] [DEBUG] 6 processes running of frp type [2026-02-25,03:05:02.517] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,03:05:04.233] [DEBUG] 6 processes running of frp type [2026-02-25,03:20:02.553] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,03:20:04.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-02-25,03:35:02.760] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,03:35:04.625] [DEBUG] 6 processes running of frp type [2026-02-25,03:50:02.680] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,03:50:04.352] [DEBUG] 6 processes running of frp type [2026-02-25,04:05:02.714] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,04:05:04.450] [DEBUG] 6 processes running of frp type [2026-02-25,04:20:02.808] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,04:20:04.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-02-25,04:35:02.754] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,04:35:04.427] [DEBUG] 6 processes running of frp type 2026-02-25 04:44:17.356 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 04:44:27.358 [W] [client/service.go:297] [9a581a5eba1bdec3] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-25 04:44:27.359 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 04:44:31.107 [I] [client/service.go:286] [9a581a5eba1bdec3] login to server success, get run id [9a581a5eba1bdec3] 2026-02-25 04:44:31.108 [I] [proxy/proxy_manager.go:173] [9a581a5eba1bdec3] proxy added: [DNL01B4302] 2026-02-25 04:44:31.585 [I] [client/control.go:168] [9a581a5eba1bdec3] [DNL01B4302] start proxy success [2026-02-25,04:50:02.781] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,04:50:04.496] [DEBUG] 6 processes running of frp type [2026-02-25,05:05:02.829] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,05:05:04.638] [DEBUG] 6 processes running of frp type [2026-02-25,05:20:04.175] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,05:20:06.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-02-25,05:35:02.514] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,05:35:04.186] [DEBUG] 6 processes running of frp type [2026-02-25,05:50:03.047] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,05:50:04.860] [DEBUG] 6 processes running of frp type [2026-02-25,06:05:02.352] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,06:05:04.075] [DEBUG] 6 processes running of frp type [2026-02-25,06:20:02.355] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,06:20:04.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-02-25,06:35:02.558] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,06:35:04.306] [DEBUG] 6 processes running of frp type [2026-02-25,06:50:02.234] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,06:50:03.960] [DEBUG] 6 processes running of frp type [2026-02-25,07:05:02.165] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,07:05:03.899] [DEBUG] 6 processes running of frp type [2026-02-25,07:20:02.240] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,07:20:03.881] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-25,07:35:03.223] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,07:35:05.149] [DEBUG] 6 processes running of frp type [2026-02-25,07:50:02.420] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,07:50:04.159] [DEBUG] 6 processes running of frp type [2026-02-25,08:02:02.447] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,08:02:04.053] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-25,08:02:17.729] [DEBUG] Log Upload Complete! [2026-02-25,08:05:02.528] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,08:05:04.582] [DEBUG] 6 processes running of frp type 2026-02-25 08:17:01.680 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 08:17:19.989 [W] [client/service.go:297] [9a581a5eba1bdec3] connect to server error: connection write timeout 2026-02-25 08:17:19.990 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 08:17:24.784 [I] [client/service.go:286] [9a581a5eba1bdec3] login to server success, get run id [9a581a5eba1bdec3] 2026-02-25 08:17:24.786 [I] [proxy/proxy_manager.go:173] [9a581a5eba1bdec3] proxy added: [DNL01B4302] 2026-02-25 08:17:25.626 [I] [client/control.go:168] [9a581a5eba1bdec3] [DNL01B4302] start proxy success [2026-02-25,08:20:02.891] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,08:20:04.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-02-25,08:35:03.102] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,08:35:04.820] [DEBUG] 6 processes running of frp type [2026-02-25,08:50:02.312] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,08:50:04.200] [DEBUG] 6 processes running of frp type [2026-02-25,09:05:02.555] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,09:05:04.422] [DEBUG] 6 processes running of frp type [2026-02-25,09:20:02.943] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,09:20:04.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-02-25,09:35:02.812] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,09:35:04.571] [DEBUG] 6 processes running of frp type [2026-02-25,09:50:02.826] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,09:50:04.631] [DEBUG] 6 processes running of frp type [2026-02-25,10:05:01.943] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,10:05:03.642] [DEBUG] 6 processes running of frp type [2026-02-25,10:20:02.881] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,10:20:04.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-02-25,10:35:02.839] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,10:35:04.766] [DEBUG] 6 processes running of frp type [2026-02-25,10:50:02.422] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,10:50:04.357] [DEBUG] 6 processes running of frp type [2026-02-25,11:05:03.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,11:05:05.206] [DEBUG] 6 processes running of frp type [2026-02-25,11:20:02.402] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,11:20:04.447] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-25,11:35:03.122] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,11:35:05.375] [DEBUG] 6 processes running of frp type [2026-02-25,11:50:02.368] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,11:50:04.542] [DEBUG] 6 processes running of frp type [2026-02-25,12:05:02.826] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,12:05:05.055] [DEBUG] 6 processes running of frp type [2026-02-25,12:20:02.353] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,12:20:04.337] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-25,12:35:02.574] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,12:35:04.592] [DEBUG] 6 processes running of frp type [2026-02-25,12:50:02.529] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,12:50:04.597] [DEBUG] 6 processes running of frp type [2026-02-25,13:05:02.945] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,13:05:05.025] [DEBUG] 6 processes running of frp type [2026-02-25,13:20:02.358] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,13:20:04.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-02-25,13:35:02.484] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,13:35:04.391] [DEBUG] 6 processes running of frp type [2026-02-25,13:50:02.121] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,13:50:03.940] [DEBUG] 6 processes running of frp type [2026-02-25,14:05:02.557] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,14:05:04.341] [DEBUG] 6 processes running of frp type [2026-02-25,14:20:02.626] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,14:20:04.447] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-25,14:35:02.984] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,14:35:04.913] [DEBUG] 6 processes running of frp type [2026-02-25,14:50:02.749] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,14:50:04.595] [DEBUG] 6 processes running of frp type [2026-02-25,15:05:03.079] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,15:05:05.068] [DEBUG] 6 processes running of frp type [2026-02-25,15:20:02.433] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,15:20:04.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-02-25,15:35:02.419] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,15:35:04.230] [DEBUG] 6 processes running of frp type [2026-02-25,15:50:03.014] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,15:50:04.816] [DEBUG] 6 processes running of frp type [2026-02-25,16:05:02.375] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,16:05:04.200] [DEBUG] 6 processes running of frp type [2026-02-25,16:20:02.500] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,16:20:04.429] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-25,16:35:07.417] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,16:35:09.320] [DEBUG] 6 processes running of frp type [2026-02-25,16:50:03.256] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,16:50:05.051] [DEBUG] 6 processes running of frp type 2026-02-25 17:00:28.575 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 17:00:28.577 [W] [client/service.go:297] [9a581a5eba1bdec3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:00:30.687 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 17:00:30.688 [W] [client/service.go:297] [9a581a5eba1bdec3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:00:35.247 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 17:00:35.248 [W] [client/service.go:297] [9a581a5eba1bdec3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:00:44.796 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 17:00:44.797 [W] [client/service.go:297] [9a581a5eba1bdec3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:01:04.781 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 17:01:04.782 [W] [client/service.go:297] [9a581a5eba1bdec3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:01:24.783 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 17:01:24.785 [W] [client/service.go:297] [9a581a5eba1bdec3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:01:44.785 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 17:01:44.787 [W] [client/service.go:297] [9a581a5eba1bdec3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:02:04.787 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 17:02:04.789 [W] [client/service.go:297] [9a581a5eba1bdec3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:02:24.790 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 17:02:24.791 [W] [client/service.go:297] [9a581a5eba1bdec3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:02:44.792 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 17:02:44.793 [W] [client/service.go:297] [9a581a5eba1bdec3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:03:04.795 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 17:03:04.796 [W] [client/service.go:297] [9a581a5eba1bdec3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:03:24.798 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 17:03:24.800 [W] [client/service.go:297] [9a581a5eba1bdec3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:03:44.800 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 17:03:44.806 [W] [client/service.go:297] [9a581a5eba1bdec3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:04:04.807 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 17:04:04.811 [W] [client/service.go:297] [9a581a5eba1bdec3] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-02-25 17:04:24.813 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 17:04:24.817 [W] [client/service.go:297] [9a581a5eba1bdec3] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-02-25 17:04:44.818 [I] [client/service.go:294] [9a581a5eba1bdec3] try to connect to server... 2026-02-25 17:04:46.504 [I] [client/service.go:286] [9a581a5eba1bdec3] login to server success, get run id [9a581a5eba1bdec3] 2026-02-25 17:04:46.505 [I] [proxy/proxy_manager.go:173] [9a581a5eba1bdec3] proxy added: [DNL01B4302] 2026-02-25 17:04:47.299 [I] [client/control.go:168] [9a581a5eba1bdec3] [DNL01B4302] start proxy success [2026-02-25,17:05:02.586] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,17:05:09.471] [DEBUG] 6 processes running of frp type [2026-02-25,17:20:02.974] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,17:20:04.860] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-25,17:35:02.748] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,17:35:04.534] [DEBUG] 6 processes running of frp type [2026-02-25,17:50:02.433] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,17:50:04.417] [DEBUG] 6 processes running of frp type [2026-02-25,18:00:42.181] [INFO] Initializing BusSpeedStateManager V2 [2026-02-25,18:00:42.187] [INFO] LocationSqlManager initialising [2026-02-25,18:00:42.187] [INFO] Location DB initialising [2026-02-25,18:00:42.197] [INFO] LocationSqlManager initialisation complete [2026-02-25,18:00:42.197] [DEBUG] UploadManager Init [2026-02-25,18:00:42.198] [DEBUG] UploadManager Init Complete [2026-02-25,18:00:42.200] [INFO] Initializing GPS... [2026-02-25,18:00:42.202] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-25,18:02:30.189] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,18:02:32.991] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-25,18:02:55.458] [DEBUG] Log Upload Complete! [2026-02-25,18:05:30.386] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,18:05:32.078] [DEBUG] Remote Access Enabled [2026-02-25,18:05:33.402] [INFO] Server Address: 138.201.17.179 [2026-02-25,18:05:33.404] [INFO] Server Port: 7000 [2026-02-25,18:05:33.413] [DEBUG] Starting Remote Access! 2026-02-25 18:05:33.578 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-25 18:05:33.579 [I] [client/service.go:294] try to connect to server... 2026-02-25 18:05:34.738 [I] [client/service.go:286] [4a28f3e65fe91836] login to server success, get run id [4a28f3e65fe91836] 2026-02-25 18:05:34.739 [I] [proxy/proxy_manager.go:173] [4a28f3e65fe91836] proxy added: [DNL01B4302] 2026-02-25 18:05:35.115 [I] [client/control.go:168] [4a28f3e65fe91836] [DNL01B4302] start proxy success [2026-02-25,18:20:02.779] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,18:20:04.566] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-25,18:35:02.540] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,18:35:04.536] [DEBUG] 6 processes running of frp type [2026-02-25,18:50:03.130] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,18:50:05.270] [DEBUG] 6 processes running of frp type [2026-02-25,19:05:04.075] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,19:05:06.755] [DEBUG] 6 processes running of frp type [2026-02-25,19:20:02.104] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,19:20:03.905] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-25,19:35:02.964] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,19:35:04.733] [DEBUG] 6 processes running of frp type [2026-02-25,19:50:02.410] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,19:50:04.278] [DEBUG] 6 processes running of frp type [2026-02-25,20:05:02.601] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,20:05:09.071] [DEBUG] 6 processes running of frp type [2026-02-25,20:20:02.432] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,20:20:04.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-02-25,20:35:02.400] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,20:35:04.151] [DEBUG] 6 processes running of frp type [2026-02-25,20:50:03.230] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,20:50:04.897] [DEBUG] 6 processes running of frp type [2026-02-25,21:05:02.186] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,21:05:04.251] [DEBUG] 6 processes running of frp type [2026-02-25,21:20:02.734] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,21:20:04.513] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-25,21:35:02.681] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,21:35:04.428] [DEBUG] 6 processes running of frp type 2026-02-25 21:45:51.488 [I] [client/service.go:294] [4a28f3e65fe91836] try to connect to server... 2026-02-25 21:46:01.490 [W] [client/service.go:297] [4a28f3e65fe91836] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-25 21:46:01.490 [I] [client/service.go:294] [4a28f3e65fe91836] try to connect to server... 2026-02-25 21:46:15.968 [W] [client/service.go:297] [4a28f3e65fe91836] connect to server error: connection write timeout 2026-02-25 21:46:15.969 [I] [client/service.go:294] [4a28f3e65fe91836] try to connect to server... 2026-02-25 21:46:30.684 [W] [client/service.go:297] [4a28f3e65fe91836] connect to server error: connection write timeout 2026-02-25 21:46:30.684 [I] [client/service.go:294] [4a28f3e65fe91836] try to connect to server... 2026-02-25 21:46:40.686 [W] [client/service.go:297] [4a28f3e65fe91836] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-25 21:46:40.686 [I] [client/service.go:294] [4a28f3e65fe91836] try to connect to server... 2026-02-25 21:46:50.688 [W] [client/service.go:297] [4a28f3e65fe91836] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-25 21:47:10.689 [I] [client/service.go:294] [4a28f3e65fe91836] try to connect to server... 2026-02-25 21:47:12.423 [I] [client/service.go:286] [4a28f3e65fe91836] login to server success, get run id [4a28f3e65fe91836] 2026-02-25 21:47:12.423 [I] [proxy/proxy_manager.go:173] [4a28f3e65fe91836] proxy added: [DNL01B4302] 2026-02-25 21:47:14.510 [I] [client/control.go:168] [4a28f3e65fe91836] [DNL01B4302] start proxy success [2026-02-25,21:50:02.783] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,21:50:04.791] [DEBUG] 6 processes running of frp type [2026-02-25,22:05:01.981] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,22:05:03.778] [DEBUG] 6 processes running of frp type [2026-02-25,22:20:02.038] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,22:20:03.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-02-25,22:35:02.317] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,22:35:04.217] [DEBUG] 6 processes running of frp type [2026-02-25,22:50:02.844] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,22:50:04.792] [DEBUG] 6 processes running of frp type [2026-02-25,23:05:02.212] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,23:05:04.054] [DEBUG] 6 processes running of frp type [2026-02-25,23:20:02.281] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,23:20:04.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-02-25,23:35:02.718] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,23:35:11.916] [DEBUG] 6 processes running of frp type [2026-02-25,23:50:02.767] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-25,23:50:04.492] [DEBUG] 6 processes running of frp type [2026-02-26,00:05:03.023] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,00:05:04.879] [DEBUG] 6 processes running of frp type [2026-02-26,00:20:02.211] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,00:20:04.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-02-26,00:35:02.452] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,00:35:04.366] [DEBUG] 6 processes running of frp type [2026-02-26,00:50:02.789] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,00:50:04.591] [DEBUG] 6 processes running of frp type [2026-02-26,01:05:02.840] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,01:05:04.675] [DEBUG] 6 processes running of frp type [2026-02-26,01:20:03.225] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,01:20:04.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-02-26,01:35:02.202] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,01:35:03.944] [DEBUG] 6 processes running of frp type [2026-02-26,01:50:02.009] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,01:50:03.842] [DEBUG] 6 processes running of frp type [2026-02-26,02:05:02.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,02:05:03.854] [DEBUG] 6 processes running of frp type [2026-02-26,02:20:02.170] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,02:20:03.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-02-26,02:35:02.420] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,02:35:04.098] [DEBUG] 6 processes running of frp type [2026-02-26,02:50:02.312] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,02:50:04.191] [DEBUG] 6 processes running of frp type [2026-02-26,03:05:02.437] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,03:05:04.321] [DEBUG] 6 processes running of frp type [2026-02-26,03:20:02.537] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,03:20:04.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-02-26,03:35:02.983] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,03:35:04.884] [DEBUG] 6 processes running of frp type [2026-02-26,03:50:02.616] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,03:50:04.456] [DEBUG] 6 processes running of frp type [2026-02-26,04:05:07.605] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,04:05:09.410] [DEBUG] 6 processes running of frp type [2026-02-26,04:20:02.527] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,04:20:04.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-02-26,04:35:02.704] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,04:35:04.458] [DEBUG] 6 processes running of frp type [2026-02-26,04:50:02.916] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,04:50:04.915] [DEBUG] 6 processes running of frp type [2026-02-26,05:05:02.181] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,05:05:03.947] [DEBUG] 6 processes running of frp type [2026-02-26,05:20:02.863] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,05:20:06.282] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,05:35:03.249] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,05:35:05.001] [DEBUG] 6 processes running of frp type [2026-02-26,05:50:02.612] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,05:50:04.291] [DEBUG] 6 processes running of frp type [2026-02-26,06:05:02.560] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,06:05:04.224] [DEBUG] 6 processes running of frp type [2026-02-26,06:20:02.669] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,06:20:04.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' [2026-02-26,06:35:02.057] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,06:35:03.845] [DEBUG] 6 processes running of frp type [2026-02-26,06:50:02.830] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,06:50:04.753] [DEBUG] 6 processes running of frp type [2026-02-26,06:32:03.166] [INFO] Initializing BusSpeedStateManager V2 [2026-02-26,06:32:03.171] [INFO] LocationSqlManager initialising [2026-02-26,06:32:03.171] [INFO] Location DB initialising [2026-02-26,06:32:03.181] [INFO] LocationSqlManager initialisation complete [2026-02-26,06:32:03.181] [DEBUG] UploadManager Init [2026-02-26,06:32:03.182] [DEBUG] UploadManager Init Complete [2026-02-26,06:32:03.184] [INFO] Initializing GPS... [2026-02-26,06:32:03.186] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,06:32:03.028] [INFO] Initializing BusSpeedStateManager V2 [2026-02-26,06:32:03.034] [INFO] LocationSqlManager initialising [2026-02-26,06:32:03.035] [INFO] Location DB initialising [2026-02-26,06:32:03.047] [INFO] LocationSqlManager initialisation complete [2026-02-26,06:32:03.048] [DEBUG] UploadManager Init [2026-02-26,06:32:03.049] [DEBUG] UploadManager Init Complete [2026-02-26,06:32:03.053] [INFO] Initializing GPS... [2026-02-26,06:32:03.056] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,18:58:46.642] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,18:58:48.552] [DEBUG] Remote Access Enabled [2026-02-26,18:58:50.364] [INFO] Server Address: 138.201.17.179 [2026-02-26,18:58:50.366] [INFO] Server Port: 7000 [2026-02-26,18:58:50.375] [DEBUG] Starting Remote Access! 2026-02-26 18:58:50.558 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-26 18:58:50.559 [I] [client/service.go:294] try to connect to server... 2026-02-26 18:58:51.803 [I] [client/service.go:286] [74fe530809a8880e] login to server success, get run id [74fe530809a8880e] 2026-02-26 18:58:51.804 [I] [proxy/proxy_manager.go:173] [74fe530809a8880e] proxy added: [DNL01B4302] 2026-02-26 18:58:52.214 [I] [client/control.go:168] [74fe530809a8880e] [DNL01B4302] start proxy success [2026-02-26,19:05:02.862] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,19:05:04.872] [DEBUG] 6 processes running of frp type [2026-02-26,19:20:02.283] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,19:20:04.210] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,19:35:02.020] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,19:35:03.817] [DEBUG] 6 processes running of frp type 2026-02-26 19:43:36.508 [I] [client/service.go:294] [74fe530809a8880e] try to connect to server... 2026-02-26 19:43:38.916 [I] [client/service.go:286] [74fe530809a8880e] login to server success, get run id [74fe530809a8880e] 2026-02-26 19:43:38.918 [I] [proxy/proxy_manager.go:173] [74fe530809a8880e] proxy added: [DNL01B4302] 2026-02-26 19:43:39.616 [I] [client/control.go:168] [74fe530809a8880e] [DNL01B4302] start proxy success [2026-02-26,19:50:02.294] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,19:50:04.137] [DEBUG] 6 processes running of frp type [2026-02-26,20:05:02.383] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,20:05:09.333] [DEBUG] 6 processes running of frp type [2026-02-26,20:20:02.599] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,20:20:04.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-02-26,20:35:02.933] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,20:35:04.748] [DEBUG] 6 processes running of frp type [2026-02-26,20:50:02.563] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,20:50:04.332] [DEBUG] 6 processes running of frp type [2026-02-26,21:05:02.833] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,21:05:04.641] [DEBUG] 6 processes running of frp type [2026-02-26,21:20:03.141] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,21:20:05.074] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,21:35:02.299] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,21:35:04.098] [DEBUG] 6 processes running of frp type [2026-02-26,21:50:02.627] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,21:50:04.594] [DEBUG] 6 processes running of frp type [2026-02-26,22:05:03.339] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,22:05:05.164] [DEBUG] 6 processes running of frp type [2026-02-26,22:20:02.481] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,22:20:04.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-02-26,22:35:02.848] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,22:35:04.584] [DEBUG] 6 processes running of frp type [2026-02-26,22:50:01.898] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,22:50:03.702] [DEBUG] 6 processes running of frp type [2026-02-26,23:05:04.229] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,23:05:08.263] [DEBUG] 6 processes running of frp type [2026-02-26,23:20:02.510] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,23:20:04.422] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-26,23:35:02.154] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,23:35:04.028] [DEBUG] 6 processes running of frp type [2026-02-26,23:50:02.252] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-26,23:50:04.132] [DEBUG] 6 processes running of frp type [2026-02-27,00:05:02.400] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,00:05:04.395] [DEBUG] 6 processes running of frp type [2026-02-27,00:20:02.747] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,00:20:04.543] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,00:35:02.917] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,00:35:04.639] [DEBUG] 6 processes running of frp type [2026-02-27,00:50:02.660] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,00:50:04.640] [DEBUG] 6 processes running of frp type [2026-02-27,01:05:03.231] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,01:05:04.940] [DEBUG] 6 processes running of frp type [2026-02-27,01:20:02.547] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,01:20:04.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-02-27,01:35:02.032] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,01:35:03.966] [DEBUG] 6 processes running of frp type [2026-02-27,01:50:02.224] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,01:50:04.081] [DEBUG] 6 processes running of frp type [2026-02-27,02:05:02.326] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,02:05:04.102] [DEBUG] 6 processes running of frp type [2026-02-27,02:20:02.447] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,02:20:04.568] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,02:35:02.333] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,02:35:04.325] [DEBUG] 6 processes running of frp type [2026-02-27,02:50:02.649] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,02:50:04.580] [DEBUG] 6 processes running of frp type [2026-02-27,03:05:02.868] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,03:05:04.611] [DEBUG] 6 processes running of frp type [2026-02-27,03:20:02.860] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,03:20:04.660] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,03:35:02.188] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,03:35:04.061] [DEBUG] 6 processes running of frp type [2026-02-27,03:50:02.155] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,03:50:03.863] [DEBUG] 6 processes running of frp type [2026-02-27,04:05:02.180] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,04:05:04.015] [DEBUG] 6 processes running of frp type [2026-02-27,04:20:02.129] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,04:20:03.845] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,04:35:02.766] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,04:35:04.543] [DEBUG] 6 processes running of frp type [2026-02-27,04:50:02.161] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,04:50:03.858] [DEBUG] 6 processes running of frp type [2026-02-27,05:05:02.128] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,05:05:03.945] [DEBUG] 6 processes running of frp type [2026-02-27,05:20:02.252] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,05:20:03.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-02-27,05:35:03.156] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,05:35:04.920] [DEBUG] 6 processes running of frp type [2026-02-27,05:50:03.552] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,05:50:06.619] [DEBUG] 6 processes running of frp type [2026-02-27,06:05:02.967] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,06:05:04.794] [DEBUG] 6 processes running of frp type [2026-02-27,06:20:02.102] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,06:20:03.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-02-27,06:35:02.223] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,06:35:03.962] [DEBUG] 6 processes running of frp type [2026-02-27,06:50:02.881] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,06:50:04.703] [DEBUG] 6 processes running of frp type [2026-02-27,06:51:52.378] [INFO] Initializing BusSpeedStateManager V2 [2026-02-27,06:51:52.383] [INFO] LocationSqlManager initialising [2026-02-27,06:51:52.383] [INFO] Location DB initialising [2026-02-27,06:51:52.393] [INFO] LocationSqlManager initialisation complete [2026-02-27,06:51:52.394] [DEBUG] UploadManager Init [2026-02-27,06:51:52.394] [DEBUG] UploadManager Init Complete [2026-02-27,06:51:52.397] [INFO] Initializing GPS... [2026-02-27,06:51:52.399] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,06:51:52.035] [INFO] Initializing BusSpeedStateManager V2 [2026-02-27,06:51:52.042] [INFO] LocationSqlManager initialising [2026-02-27,06:51:52.043] [INFO] Location DB initialising [2026-02-27,06:51:52.054] [INFO] LocationSqlManager initialisation complete [2026-02-27,06:51:52.055] [DEBUG] UploadManager Init [2026-02-27,06:51:52.056] [DEBUG] UploadManager Init Complete [2026-02-27,06:51:52.060] [INFO] Initializing GPS... [2026-02-27,06:51:52.063] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,07:58:06.426] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,07:58:08.163] [DEBUG] Remote Access Enabled [2026-02-27,07:58:09.456] [INFO] Server Address: 138.201.17.179 [2026-02-27,07:58:09.457] [INFO] Server Port: 7000 [2026-02-27,07:58:09.462] [DEBUG] Starting Remote Access! 2026-02-27 07:58:09.676 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-27 07:58:09.677 [I] [client/service.go:294] try to connect to server... 2026-02-27 07:58:10.826 [I] [client/service.go:286] [2818fc5b4fc968a0] login to server success, get run id [2818fc5b4fc968a0] 2026-02-27 07:58:10.827 [I] [proxy/proxy_manager.go:173] [2818fc5b4fc968a0] proxy added: [DNL01B4302] 2026-02-27 07:58:11.206 [I] [client/control.go:168] [2818fc5b4fc968a0] [DNL01B4302] start proxy success [2026-02-27,08:02:02.969] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,08:02:04.585] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-02-27,08:02:29.394] [DEBUG] Log Upload Complete! [2026-02-27,08:05:03.019] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,08:05:04.748] [DEBUG] 6 processes running of frp type [2026-02-27,08:20:02.193] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,08:20:03.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-02-27,08:35:02.978] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,08:35:04.768] [DEBUG] 6 processes running of frp type [2026-02-27,08:31:26.460] [INFO] Initializing BusSpeedStateManager V2 [2026-02-27,08:31:26.466] [INFO] LocationSqlManager initialising [2026-02-27,08:31:26.467] [INFO] Location DB initialising [2026-02-27,08:31:26.478] [INFO] LocationSqlManager initialisation complete [2026-02-27,08:31:26.480] [DEBUG] UploadManager Init [2026-02-27,08:31:26.480] [DEBUG] UploadManager Init Complete [2026-02-27,08:31:26.485] [INFO] Initializing GPS... [2026-02-27,08:31:26.488] [INFO] Starting location capture [2026-02-27,08:31:26.365] [INFO] Initializing BusSpeedStateManager V2 [2026-02-27,08:31:26.370] [INFO] LocationSqlManager initialising [2026-02-27,08:31:26.370] [INFO] Location DB initialising [2026-02-27,08:31:26.379] [INFO] LocationSqlManager initialisation complete [2026-02-27,08:31:26.380] [DEBUG] UploadManager Init [2026-02-27,08:31:26.380] [DEBUG] UploadManager Init Complete [2026-02-27,08:31:26.383] [INFO] Initializing GPS... [2026-02-27,08:31:26.385] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,18:37:02.707] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,18:37:04.416] [DEBUG] Remote Access Enabled [2026-02-27,18:37:05.726] [INFO] Server Address: 138.201.17.179 [2026-02-27,18:37:05.727] [INFO] Server Port: 7000 [2026-02-27,18:37:05.732] [DEBUG] Starting Remote Access! 2026-02-27 18:37:05.862 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-27 18:37:05.863 [I] [client/service.go:294] try to connect to server... 2026-02-27 18:37:07.940 [I] [client/service.go:286] [8957059684fe384a] login to server success, get run id [8957059684fe384a] 2026-02-27 18:37:07.942 [I] [proxy/proxy_manager.go:173] [8957059684fe384a] proxy added: [DNL01B4302] 2026-02-27 18:37:08.731 [I] [client/control.go:168] [8957059684fe384a] [DNL01B4302] start proxy success [2026-02-27,18:50:02.542] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,18:50:04.223] [DEBUG] 6 processes running of frp type [2026-02-27,19:05:02.947] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,19:05:04.767] [DEBUG] 6 processes running of frp type [2026-02-27,19:20:02.148] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,19:20:03.826] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-27,19:35:02.956] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,19:35:04.672] [DEBUG] 6 processes running of frp type [2026-02-27,19:50:02.736] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,19:50:04.418] [DEBUG] 6 processes running of frp type [2026-02-27,20:05:02.770] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,20:05:04.505] [DEBUG] 6 processes running of frp type [2026-02-27,20:20:03.053] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,20:20:10.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-02-27,20:35:02.790] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,20:35:04.522] [DEBUG] 6 processes running of frp type [2026-02-27,20:50:02.336] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,20:50:04.158] [DEBUG] 6 processes running of frp type [2026-02-27,21:05:02.299] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,21:05:03.953] [DEBUG] 6 processes running of frp type [2026-02-27,21:20:02.479] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,21:20:04.191] [DEBUG] 6 processes running of frp type 2026-02-27 21:26:01.074 [I] [client/service.go:294] [8957059684fe384a] 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-02-27 21:26:15.169 [W] [client/service.go:297] [8957059684fe384a] connect to server error: connection write timeout 2026-02-27 21:26:15.170 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... 2026-02-27 21:26:25.279 [I] [client/service.go:286] [8957059684fe384a] login to server success, get run id [8957059684fe384a] 2026-02-27 21:26:25.280 [I] [proxy/proxy_manager.go:173] [8957059684fe384a] proxy added: [DNL01B4302] 2026-02-27 21:26:26.557 [I] [client/control.go:168] [8957059684fe384a] [DNL01B4302] start proxy success [2026-02-27,21:35:02.732] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,21:35:04.367] [DEBUG] 6 processes running of frp type 2026-02-27 21:38:48.441 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... 2026-02-27 21:38:58.443 [W] [client/service.go:297] [8957059684fe384a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 21:38:58.443 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... 2026-02-27 21:39:08.445 [W] [client/service.go:297] [8957059684fe384a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 21:39:08.445 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... 2026-02-27 21:39:18.446 [W] [client/service.go:297] [8957059684fe384a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 21:39:18.447 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... 2026-02-27 21:39:21.674 [I] [client/service.go:286] [8957059684fe384a] login to server success, get run id [8957059684fe384a] 2026-02-27 21:39:21.676 [I] [proxy/proxy_manager.go:173] [8957059684fe384a] proxy added: [DNL01B4302] 2026-02-27 21:39:22.075 [I] [client/control.go:168] [8957059684fe384a] [DNL01B4302] start proxy success [2026-02-27,21:50:02.471] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,21:50:04.242] [DEBUG] 6 processes running of frp type 2026-02-27 21:56:56.225 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... 2026-02-27 21:57:04.885 [I] [client/service.go:286] [8957059684fe384a] login to server success, get run id [8957059684fe384a] 2026-02-27 21:57:04.885 [I] [proxy/proxy_manager.go:173] [8957059684fe384a] proxy added: [DNL01B4302] 2026-02-27 21:57:24.808 [I] [client/control.go:168] [8957059684fe384a] [DNL01B4302] start proxy success 2026-02-27 22:04:21.644 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... 2026-02-27 22:04:31.646 [W] [client/service.go:297] [8957059684fe384a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 22:04:31.647 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... 2026-02-27 22:04:42.772 [W] [client/service.go:297] [8957059684fe384a] connect to server error: connection write timeout 2026-02-27 22:04:42.772 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... 2026-02-27 22:04:52.774 [W] [client/service.go:297] [8957059684fe384a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 22:04:52.775 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... 2026-02-27 22:04:53.879 [I] [client/service.go:286] [8957059684fe384a] login to server success, get run id [8957059684fe384a] 2026-02-27 22:04:53.880 [I] [proxy/proxy_manager.go:173] [8957059684fe384a] proxy added: [DNL01B4302] 2026-02-27 22:04:54.288 [I] [client/control.go:168] [8957059684fe384a] [DNL01B4302] start proxy success [2026-02-27,22:05:02.827] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-02-27 22:05:33.135 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... 2026-02-27 22:05:43.312 [I] [client/service.go:286] [8957059684fe384a] login to server success, get run id [8957059684fe384a] 2026-02-27 22:05:43.314 [I] [proxy/proxy_manager.go:173] [8957059684fe384a] proxy added: [DNL01B4302] 2026-02-27 22:05:58.036 [I] [client/control.go:168] [8957059684fe384a] [DNL01B4302] start proxy success 2026-02-27 22:06:14.541 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... 2026-02-27 22:06:24.542 [W] [client/service.go:297] [8957059684fe384a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 22:06:24.543 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... 2026-02-27 22:06:46.132 [W] [client/service.go:297] [8957059684fe384a] connect to server error: i/o deadline reached 2026-02-27 22:06:46.132 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... 2026-02-27 22:07:00.513 [W] [client/service.go:297] [8957059684fe384a] connect to server error: connection write timeout 2026-02-27 22:07:00.514 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 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-a8-a9 (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-a8-a9 (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1137)'))) 2026-02-27 22:07:12.033 [W] [client/service.go:297] [8957059684fe384a] connect to server error: connection write timeout 2026-02-27 22:07:12.034 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... 2026-02-27 22:07:26.200 [W] [client/service.go:297] [8957059684fe384a] connect to server error: connection write timeout 2026-02-27 22:07:46.200 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... 2026-02-27 22:07:56.202 [W] [client/service.go:297] [8957059684fe384a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-27 22:08:16.204 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... 2026-02-27 22:08:30.034 [I] [client/service.go:286] [8957059684fe384a] login to server success, get run id [8957059684fe384a] 2026-02-27 22:08:30.036 [I] [proxy/proxy_manager.go:173] [8957059684fe384a] proxy added: [DNL01B4302] 2026-02-27 22:08:36.127 [I] [client/control.go:168] [8957059684fe384a] [DNL01B4302] start proxy success 2026-02-27 22:17:10.005 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... 2026-02-27 22:17:12.342 [I] [client/service.go:286] [8957059684fe384a] login to server success, get run id [8957059684fe384a] 2026-02-27 22:17:12.344 [I] [proxy/proxy_manager.go:173] [8957059684fe384a] proxy added: [DNL01B4302] 2026-02-27 22:17:15.852 [I] [client/control.go:168] [8957059684fe384a] [DNL01B4302] start proxy success [2026-02-27,22:20:02.766] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,22:20:06.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-02-27,22:35:02.271] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,22:35:03.966] [DEBUG] 6 processes running of frp type [2026-02-27,22:50:02.844] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,22:50:04.574] [DEBUG] 6 processes running of frp type [2026-02-27,23:05:02.866] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,23:05:04.620] [DEBUG] 6 processes running of frp type [2026-02-27,23:20:02.854] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,23:20:05.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-02-27,23:35:02.850] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,23:35:04.876] [DEBUG] 6 processes running of frp type [2026-02-27,23:50:02.958] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-27,23:50:04.988] [DEBUG] 6 processes running of frp type [2026-02-28,00:05:02.174] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,00:05:03.868] [DEBUG] 6 processes running of frp type [2026-02-28,00:20:02.039] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,00:20:03.755] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,00:35:02.256] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,00:35:04.056] [DEBUG] 6 processes running of frp type [2026-02-28,00:50:02.377] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,00:50:04.146] [DEBUG] 6 processes running of frp type [2026-02-28,01:05:02.381] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,01:05:04.332] [DEBUG] 6 processes running of frp type [2026-02-28,01:20:02.964] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,01:20:04.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-02-28,01:35:02.504] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,01:35:04.278] [DEBUG] 6 processes running of frp type [2026-02-28,01:50:02.394] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,01:50:04.269] [DEBUG] 6 processes running of frp type [2026-02-28,02:05:02.500] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,02:05:04.163] [DEBUG] 6 processes running of frp type [2026-02-28,02:20:02.345] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,02:20:04.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-02-28,02:35:02.397] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,02:35:04.062] [DEBUG] 6 processes running of frp type [2026-02-28,02:50:02.238] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,02:50:04.278] [DEBUG] 6 processes running of frp type 2026-02-28 02:50:30.639 [I] [client/service.go:294] [8957059684fe384a] try to connect to server... 2026-02-28 02:50:36.541 [I] [client/service.go:286] [8957059684fe384a] login to server success, get run id [8957059684fe384a] 2026-02-28 02:50:36.542 [I] [proxy/proxy_manager.go:173] [8957059684fe384a] proxy added: [DNL01B4302] 2026-02-28 02:50:36.911 [I] [client/control.go:168] [8957059684fe384a] [DNL01B4302] start proxy success [2026-02-28,03:05:02.512] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,03:05:04.325] [DEBUG] 6 processes running of frp type [2026-02-28,03:20:02.555] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,03:20:04.293] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,03:35:03.010] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,03:35:04.890] [DEBUG] 6 processes running of frp type [2026-02-28,03:50:02.456] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,03:50:04.172] [DEBUG] 6 processes running of frp type [2026-02-28,04:05:02.396] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,04:05:04.189] [DEBUG] 6 processes running of frp type [2026-02-28,04:20:02.531] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,04:20:04.290] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,04:35:02.862] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,04:35:04.563] [DEBUG] 6 processes running of frp type [2026-02-28,04:50:01.953] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,04:50:03.610] [DEBUG] 6 processes running of frp type [2026-02-28,05:05:03.175] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,05:05:05.170] [DEBUG] 6 processes running of frp type [2026-02-28,05:20:02.435] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,05:20:04.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-02-28,05:35:02.992] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,05:35:04.808] [DEBUG] 6 processes running of frp type [2026-02-28,05:50:02.314] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,05:50:04.141] [DEBUG] 6 processes running of frp type [2026-02-28,06:05:02.500] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,06:05:04.203] [DEBUG] 6 processes running of frp type [2026-02-28,06:20:02.899] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,06:20:04.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-02-28,06:00:25.538] [INFO] Initializing BusSpeedStateManager V2 [2026-02-28,06:00:25.546] [INFO] LocationSqlManager initialising [2026-02-28,06:00:25.547] [INFO] Location DB initialising [2026-02-28,06:00:25.558] [INFO] LocationSqlManager initialisation complete [2026-02-28,06:00:25.559] [DEBUG] UploadManager Init [2026-02-28,06:00:25.560] [DEBUG] UploadManager Init Complete [2026-02-28,06:00:25.564] [INFO] Initializing GPS... [2026-02-28,06:00:25.567] [INFO] Starting location capture [2026-02-28,06:00:25.862] [INFO] Initializing BusSpeedStateManager V2 [2026-02-28,06:00:25.867] [INFO] LocationSqlManager initialising [2026-02-28,06:00:25.867] [INFO] Location DB initialising [2026-02-28,06:00:25.877] [INFO] LocationSqlManager initialisation complete [2026-02-28,06:00:25.877] [DEBUG] UploadManager Init [2026-02-28,06:00:25.878] [DEBUG] UploadManager Init Complete [2026-02-28,06:00:25.880] [INFO] Initializing GPS... [2026-02-28,06:00:25.882] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,18:09:50.257] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,18:09:52.502] [DEBUG] Remote Access Enabled [2026-02-28,18:09:54.057] [INFO] Server Address: 138.201.17.179 [2026-02-28,18:09:54.058] [INFO] Server Port: 7000 [2026-02-28,18:09:54.063] [DEBUG] Starting Remote Access! 2026-02-28 18:09:54.200 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-28 18:09:54.201 [I] [client/service.go:294] try to connect to server... 2026-02-28 18:10:04.203 [W] [client/service.go:297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:10:04.205 [I] [sub/root.go:160] frpc service for config file [./frpc_copy.toml] stopped login to the server failed: dial tcp 138.201.17.179:7000: i/o timeout. With loginFailExit enabled, no additional retries will be attempted [2026-02-28,18:10:04.215] [DEBUG] Remote Access Running [2026-02-28,18:20:02.580] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,18:20:05.194] [DEBUG] Remote Access Enabled [2026-02-28,18:20:07.258] [INFO] Server Address: 138.201.17.179 [2026-02-28,18:20:07.259] [INFO] Server Port: 7000 [2026-02-28,18:20:07.264] [DEBUG] Starting Remote Access! 2026-02-28 18:20:07.315 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-28 18:20:07.316 [I] [client/service.go:294] try to connect to server... 2026-02-28 18:20:17.317 [W] [client/service.go:297] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-02-28 18:20:17.318 [I] [sub/root.go:160] frpc service for config file [./frpc_copy.toml] stopped login to the server failed: dial tcp 138.201.17.179:7000: i/o timeout. With loginFailExit enabled, no additional retries will be attempted [2026-02-28,18:20:17.327] [DEBUG] Remote Access Running Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,18:35:03.560] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,18:35:06.500] [DEBUG] Remote Access Enabled [2026-02-28,18:35:08.387] [INFO] Server Address: 138.201.17.179 [2026-02-28,18:35:08.389] [INFO] Server Port: 7000 [2026-02-28,18:35:08.394] [DEBUG] Starting Remote Access! 2026-02-28 18:35:08.426 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-02-28 18:35:08.427 [I] [client/service.go:294] try to connect to server... 2026-02-28 18:35:09.860 [I] [client/service.go:286] [f7cdd6e6ca622c06] login to server success, get run id [f7cdd6e6ca622c06] 2026-02-28 18:35:09.862 [I] [proxy/proxy_manager.go:173] [f7cdd6e6ca622c06] proxy added: [DNL01B4302] 2026-02-28 18:35:10.503 [I] [client/control.go:168] [f7cdd6e6ca622c06] [DNL01B4302] start proxy success [2026-02-28,18:50:02.293] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,18:50:04.045] [DEBUG] 6 processes running of frp type [2026-02-28,19:05:02.719] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,19:05:04.665] [DEBUG] 6 processes running of frp type [2026-02-28,19:20:02.049] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,19:20:03.908] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-02-28,19:35:03.248] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,19:35:05.028] [DEBUG] 6 processes running of frp type [2026-02-28,19:50:03.100] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,19:50:04.848] [DEBUG] 6 processes running of frp type [2026-02-28,20:05:02.494] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,20:05:19.397] [DEBUG] 6 processes running of frp type [2026-02-28,20:20:02.633] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,20:20:04.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-02-28,20:35:02.962] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,20:35:04.773] [DEBUG] 6 processes running of frp type [2026-02-28,20:50:03.266] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,20:50:05.133] [DEBUG] 6 processes running of frp type [2026-02-28,21:05:02.850] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,21:05:04.631] [DEBUG] 6 processes running of frp type [2026-02-28,21:20:02.414] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,21:20:04.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-02-28,21:35:02.118] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,21:35:03.876] [DEBUG] 6 processes running of frp type [2026-02-28,21:50:02.670] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,21:50:04.555] [DEBUG] 6 processes running of frp type [2026-02-28,22:05:02.826] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,22:05:04.858] [DEBUG] 6 processes running of frp type [2026-02-28,22:20:02.246] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,22:20:03.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-02-28,22:35:02.610] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,22:35:04.334] [DEBUG] 6 processes running of frp type [2026-02-28,22:50:02.569] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,22:50:09.642] [DEBUG] 6 processes running of frp type [2026-02-28,23:05:03.350] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,23:05:05.040] [DEBUG] 6 processes running of frp type [2026-02-28,23:20:02.269] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,23:20:04.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-02-28,23:35:02.838] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,23:35:04.647] [DEBUG] 6 processes running of frp type [2026-02-28,23:50:02.830] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-02-28,23:50:04.606] [DEBUG] 6 processes running of frp type [2026-03-01,00:05:03.020] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,00:05:04.841] [DEBUG] 6 processes running of frp type [2026-03-01,00:20:02.189] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,00:20:03.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' [2026-03-01,00:35:02.524] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,00:35:04.427] [DEBUG] 6 processes running of frp type [2026-03-01,00:50:02.032] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,00:50:12.849] [DEBUG] 6 processes running of frp type [2026-03-01,01:05:02.132] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,01:05:03.784] [DEBUG] 6 processes running of frp type [2026-03-01,01:20:02.028] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,01:20:03.819] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,01:35:02.501] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,01:35:04.204] [DEBUG] 6 processes running of frp type [2026-03-01,01:50:02.453] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,01:50:04.335] [DEBUG] 6 processes running of frp type [2026-03-01,02:05:02.524] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,02:05:04.317] [DEBUG] 6 processes running of frp type [2026-03-01,02:20:02.518] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,02:20:04.502] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,02:35:02.764] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,02:35:05.317] [DEBUG] 6 processes running of frp type 2026-03-01 02:40:47.289 [I] [client/service.go:294] [f7cdd6e6ca622c06] try to connect to server... 2026-03-01 02:40:48.980 [I] [client/service.go:286] [f7cdd6e6ca622c06] login to server success, get run id [f7cdd6e6ca622c06] 2026-03-01 02:40:48.980 [I] [proxy/proxy_manager.go:173] [f7cdd6e6ca622c06] proxy added: [DNL01B4302] 2026-03-01 02:40:49.626 [I] [client/control.go:168] [f7cdd6e6ca622c06] [DNL01B4302] start proxy success [2026-03-01,02:50:02.636] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,02:50:04.336] [DEBUG] 6 processes running of frp type [2026-03-01,03:05:02.607] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,03:05:04.498] [DEBUG] 6 processes running of frp type [2026-03-01,03:20:02.792] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,03:20:04.496] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,03:35:02.441] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,03:35:04.129] [DEBUG] 6 processes running of frp type [2026-03-01,03:50:02.300] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,03:50:04.174] [DEBUG] 6 processes running of frp type 2026-03-01 03:52:51.546 [I] [client/service.go:294] [f7cdd6e6ca622c06] try to connect to server... 2026-03-01 03:53:06.320 [W] [client/service.go:297] [f7cdd6e6ca622c06] connect to server error: connection write timeout 2026-03-01 03:53:06.321 [I] [client/service.go:294] [f7cdd6e6ca622c06] try to connect to server... 2026-03-01 03:53:18.960 [W] [client/service.go:297] [f7cdd6e6ca622c06] connect to server error: i/o deadline reached 2026-03-01 03:53:18.960 [I] [client/service.go:294] [f7cdd6e6ca622c06] try to connect to server... 2026-03-01 03:53:24.418 [I] [client/service.go:286] [f7cdd6e6ca622c06] login to server success, get run id [f7cdd6e6ca622c06] 2026-03-01 03:53:24.419 [I] [proxy/proxy_manager.go:173] [f7cdd6e6ca622c06] proxy added: [DNL01B4302] 2026-03-01 03:53:25.054 [I] [client/control.go:168] [f7cdd6e6ca622c06] [DNL01B4302] start proxy success [2026-03-01,04:05:02.319] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,04:05:04.065] [DEBUG] 6 processes running of frp type [2026-03-01,04:20:02.208] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,04:20:03.946] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,04:35:02.674] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,04:35:04.374] [DEBUG] 6 processes running of frp type [2026-03-01,04:50:02.704] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,04:50:04.498] [DEBUG] 6 processes running of frp type [2026-03-01,05:05:03.343] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,05:05:05.135] [DEBUG] 6 processes running of frp type [2026-03-01,05:20:02.382] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,05:20:04.141] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,05:35:02.818] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,05:35:04.521] [DEBUG] 6 processes running of frp type [2026-03-01,05:50:02.388] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,05:50:04.099] [DEBUG] 6 processes running of frp type [2026-03-01,06:05:02.518] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,06:05:04.434] [DEBUG] 6 processes running of frp type 2026-03-01 06:09:24.817 [I] [client/service.go:294] [f7cdd6e6ca622c06] try to connect to server... 2026-03-01 06:09:26.581 [I] [client/service.go:286] [f7cdd6e6ca622c06] login to server success, get run id [f7cdd6e6ca622c06] 2026-03-01 06:09:26.582 [I] [proxy/proxy_manager.go:173] [f7cdd6e6ca622c06] proxy added: [DNL01B4302] 2026-03-01 06:09:27.080 [I] [client/control.go:168] [f7cdd6e6ca622c06] [DNL01B4302] start proxy success [2026-03-01,06:20:03.166] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,06:20:06.119] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,06:35:02.897] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,06:35:04.612] [DEBUG] 6 processes running of frp type [2026-03-01,06:50:03.125] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,06:50:05.287] [DEBUG] 6 processes running of frp type [2026-03-01,07:05:02.561] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,07:05:04.331] [DEBUG] 6 processes running of frp type [2026-03-01,07:20:02.878] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,07:20:04.566] [DEBUG] 6 processes running of frp type [2026-03-01,07:16:13.484] [INFO] Initializing BusSpeedStateManager V2 [2026-03-01,07:16:13.491] [INFO] LocationSqlManager initialising [2026-03-01,07:16:13.492] [INFO] Location DB initialising [2026-03-01,07:16:13.503] [INFO] LocationSqlManager initialisation complete [2026-03-01,07:16:13.505] [DEBUG] UploadManager Init [2026-03-01,07:16:13.505] [DEBUG] UploadManager Init Complete [2026-03-01,07:16:13.510] [INFO] Initializing GPS... [2026-03-01,07:16:13.513] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,07:16:13.491] [INFO] Initializing BusSpeedStateManager V2 [2026-03-01,07:16:13.496] [INFO] LocationSqlManager initialising [2026-03-01,07:16:13.496] [INFO] Location DB initialising [2026-03-01,07:16:13.506] [INFO] LocationSqlManager initialisation complete [2026-03-01,07:16:13.506] [DEBUG] UploadManager Init [2026-03-01,07:16:13.507] [DEBUG] UploadManager Init Complete [2026-03-01,07:16:13.509] [INFO] Initializing GPS... [2026-03-01,07:16:13.511] [INFO] Starting location capture [2026-03-01,07:16:13.438] [INFO] Initializing BusSpeedStateManager V2 [2026-03-01,07:16:13.445] [INFO] LocationSqlManager initialising [2026-03-01,07:16:13.446] [INFO] Location DB initialising [2026-03-01,07:16:13.458] [INFO] LocationSqlManager initialisation complete [2026-03-01,07:16:13.459] [DEBUG] UploadManager Init [2026-03-01,07:16:13.459] [DEBUG] UploadManager Init Complete [2026-03-01,07:16:13.462] [INFO] Initializing GPS... [2026-03-01,07:16:13.465] [INFO] Starting location capture [2026-03-01,07:16:13.867] [INFO] Initializing BusSpeedStateManager V2 [2026-03-01,07:16:13.874] [INFO] LocationSqlManager initialising [2026-03-01,07:16:13.875] [INFO] Location DB initialising [2026-03-01,07:16:13.886] [INFO] LocationSqlManager initialisation complete [2026-03-01,07:16:13.887] [DEBUG] UploadManager Init [2026-03-01,07:16:13.888] [DEBUG] UploadManager Init Complete [2026-03-01,07:16:13.892] [INFO] Initializing GPS... [2026-03-01,07:16:13.895] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,18:14:47.232] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,18:14:48.933] [DEBUG] Remote Access Enabled [2026-03-01,18:14:50.250] [INFO] Server Address: 138.201.17.179 [2026-03-01,18:14:50.251] [INFO] Server Port: 7000 [2026-03-01,18:14:50.260] [DEBUG] Starting Remote Access! 2026-03-01 18:14:50.437 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-01 18:14:50.438 [I] [client/service.go:294] try to connect to server... 2026-03-01 18:14:51.654 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-01 18:14:51.655 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-01 18:14:52.060 [I] [client/control.go:168] [2f1e4345365721c5] [DNL01B4302] start proxy success [2026-03-01,18:20:03.021] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,18:20:04.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-03-01,18:35:02.398] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,18:35:04.147] [DEBUG] 6 processes running of frp type [2026-03-01,18:50:02.772] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,18:50:04.533] [DEBUG] 6 processes running of frp type [2026-03-01,19:05:03.000] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,19:05:04.824] [DEBUG] 6 processes running of frp type [2026-03-01,19:20:02.224] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,19:20:04.228] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,19:35:02.343] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,19:35:09.531] [DEBUG] 6 processes running of frp type [2026-03-01,19:50:02.090] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,19:50:04.008] [DEBUG] 6 processes running of frp type [2026-03-01,20:05:02.533] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,20:05:09.319] [DEBUG] 6 processes running of frp type [2026-03-01,20:20:02.898] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,20:20:04.567] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-01,20:35:02.560] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,20:35:04.521] [DEBUG] 6 processes running of frp type [2026-03-01,20:50:02.090] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,20:50:03.803] [DEBUG] 6 processes running of frp type [2026-03-01,21:05:03.457] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,21:05:07.901] [DEBUG] 6 processes running of frp type 2026-03-01 21:06:55.674 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:07:04.951 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-01 21:07:04.953 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-01 21:07:09.749 [I] [client/control.go:168] [2f1e4345365721c5] [DNL01B4302] start proxy success 2026-03-01 21:09:51.851 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:10:01.266 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-01 21:10:01.267 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-01 21:10:07.347 [I] [client/control.go:168] [2f1e4345365721c5] [DNL01B4302] start proxy success 2026-03-01 21:11:04.126 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:11:11.974 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-01 21:11:11.975 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-01 21:11:17.691 [I] [client/control.go:168] [2f1e4345365721c5] [DNL01B4302] start proxy success 2026-03-01 21:14:27.517 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:14:37.519 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 21:14:37.520 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:14:45.557 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-01 21:14:45.559 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-01 21:14:46.827 [I] [client/control.go:168] [2f1e4345365721c5] [DNL01B4302] start proxy success [2026-03-01,21:20:05.464] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,21:20:19.351] [DEBUG] 6 processes running of frp type 2026-03-01 21:21:43.606 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:21:53.608 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 21:21:53.609 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:22:01.127 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-01 21:22:01.127 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-01 21:22:07.470 [I] [client/control.go:168] [2f1e4345365721c5] [DNL01B4302] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-01 21:29:24.880 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:29:34.882 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 21:29:34.883 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:29:48.562 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: connection write timeout 2026-03-01 21:29:48.562 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:29:58.564 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 21:29:58.564 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:30:08.566 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 21:30:08.567 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:30:18.568 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 21:30:38.569 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:30:51.129 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: connection write timeout 2026-03-01 21:31:11.130 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:31:25.372 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: connection write timeout 2026-03-01 21:31:45.373 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:31:47.898 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-01 21:31:47.899 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-01 21:31:48.611 [I] [client/control.go:168] [2f1e4345365721c5] [DNL01B4302] start proxy success [2026-03-01,21:35:02.236] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,21:35:03.963] [DEBUG] 6 processes running of frp type 2026-03-01 21:41:35.460 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:41:45.461 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 21:41:45.462 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:41:55.463 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 21:41:55.463 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:42:05.465 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 21:42:05.465 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:42:15.466 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 21:42:15.466 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:42:26.270 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-01 21:42:26.271 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-01 21:42:26.902 [I] [client/control.go:168] [2f1e4345365721c5] [DNL01B4302] start proxy success [2026-03-01,21:50:02.242] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,21:50:06.444] [DEBUG] 6 processes running of frp type 2026-03-01 21:58:29.194 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:58:44.002 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: i/o deadline reached 2026-03-01 21:58:44.003 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:58:58.620 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: connection write timeout 2026-03-01 21:58:58.621 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 21:59:09.548 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-01 21:59:09.549 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-01 21:59:15.177 [I] [client/control.go:168] [2f1e4345365721c5] [DNL01B4302] start proxy success 2026-03-01 22:00:10.390 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:00:22.882 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-01 22:00:22.884 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-01 22:00:28.241 [I] [client/control.go:168] [2f1e4345365721c5] [DNL01B4302] start proxy success [2026-03-01,22:05:02.639] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,22:05:05.007] [DEBUG] 6 processes running of frp type 2026-03-01 22:08:32.370 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:08:49.411 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: connection write timeout 2026-03-01 22:08:49.412 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:08:59.413 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 22:08:59.414 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:09:09.115 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-01 22:09:09.116 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-01 22:09:09.551 [I] [client/control.go:168] [2f1e4345365721c5] [DNL01B4302] start proxy success 2026-03-01 22:10:24.497 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:10:38.327 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: connection write timeout 2026-03-01 22:10:38.328 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:10:52.669 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: connection write timeout 2026-03-01 22:10:52.669 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:11:10.428 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: connection write timeout 2026-03-01 22:11:10.429 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:11:20.431 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 22:11:20.431 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:11:32.992 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: connection write timeout 2026-03-01 22:11:52.993 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:12:02.995 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 22:12:22.997 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:12:33.000 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 22:12:53.002 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:12:54.217 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-01 22:12:54.217 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-01 22:12:54.651 [I] [client/control.go:168] [2f1e4345365721c5] [DNL01B4302] start proxy success 2026-03-01 22:14:38.596 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:14:48.598 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 22:14:48.599 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:14:58.601 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 22:14:58.602 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:15:08.603 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 22:15:08.604 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:15:19.573 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-01 22:15:19.575 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-01 22:15:21.214 [I] [client/control.go:168] [2f1e4345365721c5] [DNL01B4302] start proxy success 2026-03-01 22:18:30.468 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:18:33.595 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-01 22:18:33.596 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-01 22:18:34.183 [I] [client/control.go:168] [2f1e4345365721c5] [DNL01B4302] start proxy success [2026-03-01,22:20:02.214] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,22:20:04.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-03-01,22:35:02.769] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,22:35:04.506] [DEBUG] 6 processes running of frp type 2026-03-01 22:36:24.726 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:36:34.105 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: session shutdown 2026-03-01 22:36:34.105 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:36:48.896 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: i/o deadline reached 2026-03-01 22:36:48.897 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:37:11.734 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: i/o deadline reached 2026-03-01 22:37:11.734 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:37:18.207 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: read tcp 192.168.1.104:50364->138.201.17.179:7000: read: connection reset by peer 2026-03-01 22:37:38.208 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:37:51.406 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: connection write timeout 2026-03-01 22:38:11.408 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:38:30.856 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: i/o deadline reached 2026-03-01 22:38:50.858 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:38:57.074 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: session shutdown 2026-03-01 22:39:17.076 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:39:30.774 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: i/o deadline reached 2026-03-01 22:39:50.775 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:40:05.095 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-01 22:40:05.097 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-01 22:40:35.164 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:40:45.166 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-01 22:40:45.167 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:40:55.741 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: read tcp 192.168.1.104:32892->138.201.17.179:7000: read: connection reset by peer 2026-03-01 22:40:55.742 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:41:09.448 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: connection write timeout 2026-03-01 22:41:09.449 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-01 22:41:12.339 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-01 22:41:12.340 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-01 22:41:12.830 [I] [client/control.go:168] [2f1e4345365721c5] [DNL01B4302] start proxy success [2026-03-01,22:50:02.347] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,22:50:04.270] [DEBUG] 6 processes running of frp type [2026-03-01,23:05:02.565] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,23:05:04.248] [DEBUG] 6 processes running of frp type [2026-03-01,23:20:02.458] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,23:20:04.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-03-01,23:35:02.894] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,23:35:05.147] [DEBUG] 6 processes running of frp type [2026-03-01,23:50:02.352] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-01,23:50:04.129] [DEBUG] 6 processes running of frp type [2026-03-02,00:05:02.404] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,00:05:04.161] [DEBUG] 6 processes running of frp type [2026-03-02,00:20:02.551] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,00:20:04.405] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,00:35:02.089] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,00:35:03.819] [DEBUG] 6 processes running of frp type 2026-03-02 00:40:45.120 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-02 00:40:47.512 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-02 00:40:47.513 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-02 00:40:48.248 [I] [client/control.go:168] [2f1e4345365721c5] [DNL01B4302] start proxy success 2026-03-02 00:41:56.875 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-02 00:42:06.877 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-02 00:42:06.878 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-02 00:42:16.645 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-02 00:42:16.647 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-02 00:42:17.864 [I] [client/control.go:168] [2f1e4345365721c5] [DNL01B4302] start proxy success 2026-03-02 00:44:31.980 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-02 00:44:41.982 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-02 00:44:41.982 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-02 00:44:51.984 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-02 00:44:51.985 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-02 00:45:01.986 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-02 00:45:01.986 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-02 00:45:05.112 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-02 00:45:05.113 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-02 00:45:05.610 [I] [client/control.go:168] [2f1e4345365721c5] [DNL01B4302] start proxy success [2026-03-02,00:50:02.306] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,00:50:04.967] [DEBUG] 6 processes running of frp type 2026-03-02 00:50:49.509 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-02 00:50:59.510 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-02 00:50:59.511 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-02 00:51:09.512 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-02 00:51:09.513 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-02 00:51:19.514 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-02 00:51:19.515 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-02 00:51:29.516 [W] [client/service.go:297] [2f1e4345365721c5] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-02 00:51:29.517 [I] [client/service.go:294] [2f1e4345365721c5] try to connect to server... 2026-03-02 00:51:32.677 [I] [client/service.go:286] [2f1e4345365721c5] login to server success, get run id [2f1e4345365721c5] 2026-03-02 00:51:32.679 [I] [proxy/proxy_manager.go:173] [2f1e4345365721c5] proxy added: [DNL01B4302] 2026-03-02 00:51:33.344 [I] [client/control.go:168] [2f1e4345365721c5] [DNL01B4302] start proxy success [2026-03-02,01:05:02.384] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,01:05:04.108] [DEBUG] 6 processes running of frp type [2026-03-02,01:20:02.545] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,01:20:04.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' [2026-03-02,01:35:02.426] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,01:35:04.365] [DEBUG] 6 processes running of frp type [2026-03-02,01:50:02.218] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,01:50:03.940] [DEBUG] 6 processes running of frp type [2026-03-02,02:05:02.416] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,02:05:04.277] [DEBUG] 6 processes running of frp type [2026-03-02,02:20:02.634] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,02:20:04.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-03-02,02:35:02.605] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,02:35:05.942] [DEBUG] 6 processes running of frp type [2026-03-02,02:50:02.606] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,02:50:04.381] [DEBUG] 6 processes running of frp type [2026-03-02,03:05:02.918] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,03:05:04.593] [DEBUG] 6 processes running of frp type [2026-03-02,03:20:02.936] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,03:20:04.738] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,03:35:02.724] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,03:35:04.432] [DEBUG] 6 processes running of frp type [2026-03-02,03:50:03.131] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,03:50:05.140] [DEBUG] 6 processes running of frp type [2026-03-02,04:05:02.611] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,04:05:04.540] [DEBUG] 6 processes running of frp type [2026-03-02,04:20:02.936] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,04:20:04.781] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,04:35:02.693] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,04:35:04.919] [DEBUG] 6 processes running of frp type [2026-03-02,04:50:02.546] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,04:50:05.084] [DEBUG] 6 processes running of frp type [2026-03-02,05:05:02.466] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,05:05:04.894] [DEBUG] 6 processes running of frp type [2026-03-02,05:20:02.288] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,05:20:04.893] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,05:35:03.190] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,05:35:05.757] [DEBUG] 6 processes running of frp type [2026-03-02,05:50:02.376] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,05:50:04.875] [DEBUG] 6 processes running of frp type [2026-03-02,06:05:02.330] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,06:05:04.602] [DEBUG] 6 processes running of frp type [2026-03-02,06:20:02.997] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,06:20:05.098] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,06:35:02.824] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,06:35:04.777] [DEBUG] 6 processes running of frp type [2026-03-02,06:50:02.627] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,06:50:04.568] [DEBUG] 6 processes running of frp type [2026-03-02,07:05:03.123] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,07:05:05.302] [DEBUG] 6 processes running of frp type [2026-03-02,07:20:02.836] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,07:20:05.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-03-02,07:35:02.628] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,07:35:04.440] [DEBUG] 6 processes running of frp type [2026-03-02,07:50:02.133] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,07:50:03.972] [DEBUG] 6 processes running of frp type [2026-03-02,08:02:02.256] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,08:02:04.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-03-02,08:02:17.077] [DEBUG] Log Upload Complete! [2026-03-02,08:05:02.265] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,08:05:04.462] [DEBUG] 6 processes running of frp type [2026-03-02,08:20:02.816] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,08:20:05.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-03-02,08:35:02.774] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,08:35:05.090] [DEBUG] 6 processes running of frp type [2026-03-02,08:50:03.366] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,08:50:06.043] [DEBUG] 6 processes running of frp type [2026-03-02,09:05:02.551] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,09:05:04.526] [DEBUG] 6 processes running of frp type [2026-03-02,09:20:02.949] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,09:20:05.656] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,09:35:02.787] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,09:35:05.115] [DEBUG] 6 processes running of frp type [2026-03-02,09:50:02.919] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,09:50:05.300] [DEBUG] 6 processes running of frp type [2026-03-02,10:05:02.576] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,10:05:04.750] [DEBUG] 6 processes running of frp type [2026-03-02,10:20:02.246] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,10:20:04.233] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,10:35:02.613] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,10:35:04.486] [DEBUG] 6 processes running of frp type [2026-03-02,10:50:02.336] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,10:50:04.571] [DEBUG] 6 processes running of frp type [2026-03-02,11:05:03.163] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,11:05:05.540] [DEBUG] 6 processes running of frp type [2026-03-02,11:20:02.928] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,11:20:05.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-03-02,11:35:02.806] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,11:35:05.310] [DEBUG] 6 processes running of frp type [2026-03-02,11:50:03.103] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,11:50:06.237] [DEBUG] 6 processes running of frp type [2026-03-02,12:05:02.705] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,12:05:04.733] [DEBUG] 6 processes running of frp type [2026-03-02,12:20:02.172] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,12:20:04.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-03-02,12:35:02.887] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,12:35:05.563] [DEBUG] 6 processes running of frp type [2026-03-02,12:50:02.281] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,12:50:05.028] [DEBUG] 6 processes running of frp type [2026-03-02,13:05:02.496] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,13:05:04.732] [DEBUG] 6 processes running of frp type [2026-03-02,13:20:03.161] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,13:20:10.467] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,13:35:02.883] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,13:35:04.993] [DEBUG] 6 processes running of frp type [2026-03-02,13:50:02.931] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,13:50:05.795] [DEBUG] 6 processes running of frp type [2026-03-02,14:05:02.281] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,14:05:04.520] [DEBUG] 6 processes running of frp type [2026-03-02,14:20:02.967] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,14:20:05.589] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,14:35:02.739] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,14:35:04.769] [DEBUG] 6 processes running of frp type [2026-03-02,14:50:02.374] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,14:50:05.169] [DEBUG] 6 processes running of frp type [2026-03-02,15:05:02.522] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,15:05:04.980] [DEBUG] 6 processes running of frp type [2026-03-02,15:20:02.472] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,15:20:04.826] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,15:35:02.472] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,15:35:04.861] [DEBUG] 6 processes running of frp type [2026-03-02,15:50:02.605] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,15:50:04.823] [DEBUG] 6 processes running of frp type [2026-03-02,16:05:02.394] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,16:05:09.617] [DEBUG] 6 processes running of frp type [2026-03-02,16:06:06.686] [INFO] Initializing BusSpeedStateManager V2 [2026-03-02,16:06:06.693] [INFO] LocationSqlManager initialising [2026-03-02,16:06:06.694] [INFO] Location DB initialising [2026-03-02,16:06:06.705] [INFO] LocationSqlManager initialisation complete [2026-03-02,16:06:06.706] [DEBUG] UploadManager Init [2026-03-02,16:06:06.706] [DEBUG] UploadManager Init Complete [2026-03-02,16:06:06.710] [INFO] Initializing GPS... [2026-03-02,16:06:06.712] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,16:55:00.467] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,16:55:02.381] [DEBUG] Remote Access Enabled [2026-03-02,16:55:04.344] [INFO] Server Address: 138.201.17.179 [2026-03-02,16:55:04.345] [INFO] Server Port: 7000 [2026-03-02,16:55:04.354] [DEBUG] Starting Remote Access! 2026-03-02 16:55:04.576 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-02 16:55:04.577 [I] [client/service.go:294] try to connect to server... 2026-03-02 16:55:06.267 [I] [client/service.go:286] [c333c63f52f5b708] login to server success, get run id [c333c63f52f5b708] 2026-03-02 16:55:06.268 [I] [proxy/proxy_manager.go:173] [c333c63f52f5b708] proxy added: [DNL01B4302] 2026-03-02 16:55:06.758 [I] [client/control.go:168] [c333c63f52f5b708] [DNL01B4302] start proxy success 2026-03-02 17:00:18.847 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:00:18.848 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:00:20.970 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:00:20.971 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:00:25.231 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:00:25.231 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:00:34.026 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:00:34.028 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:00:52.092 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:00:52.094 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:01:12.095 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:01:12.096 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:01:32.098 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:01:32.099 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:01:52.100 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:01:52.101 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:02:12.102 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:02:12.104 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:02:32.105 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:02:32.106 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:02:52.108 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:02:52.109 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:03:12.110 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:03:12.112 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:03:32.113 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:03:32.115 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:03:52.115 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:03:52.117 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:04:12.118 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:04:12.119 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:04:32.120 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:04:32.121 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:04:52.122 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:04:52.123 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:05:12.124 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:05:12.125 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:05:32.126 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:05:32.128 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:05:52.128 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:05:52.130 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:06:12.130 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:06:12.132 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:06:32.133 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:06:32.135 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:06:52.135 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:06:52.137 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:07:12.138 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:07:12.139 [W] [client/service.go:297] [c333c63f52f5b708] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-02 17:07:32.140 [I] [client/service.go:294] [c333c63f52f5b708] try to connect to server... 2026-03-02 17:07:35.325 [I] [client/service.go:286] [c333c63f52f5b708] login to server success, get run id [c333c63f52f5b708] 2026-03-02 17:07:35.326 [I] [proxy/proxy_manager.go:173] [c333c63f52f5b708] proxy added: [DNL01B4302] 2026-03-02 17:07:35.687 [I] [client/control.go:168] [c333c63f52f5b708] [DNL01B4302] start proxy success [2026-03-02,17:20:02.492] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,17:20:04.838] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,17:35:02.494] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,17:35:05.200] [DEBUG] 6 processes running of frp type [2026-03-02,17:50:03.052] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,17:50:05.645] [DEBUG] 6 processes running of frp type [2026-03-02,18:00:42.203] [INFO] Initializing BusSpeedStateManager V2 [2026-03-02,18:00:42.207] [INFO] LocationSqlManager initialising [2026-03-02,18:00:42.208] [INFO] Location DB initialising [2026-03-02,18:00:42.217] [INFO] LocationSqlManager initialisation complete [2026-03-02,18:00:42.218] [DEBUG] UploadManager Init [2026-03-02,18:00:42.218] [DEBUG] UploadManager Init Complete [2026-03-02,18:00:42.221] [INFO] Initializing GPS... [2026-03-02,18:00:42.223] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,18:02:30.365] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,18:02:32.841] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-02,18:03:08.384] [DEBUG] Log Upload Complete! [2026-03-02,18:05:30.000] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,18:05:32.442] [DEBUG] Remote Access Enabled [2026-03-02,18:05:34.280] [INFO] Server Address: 138.201.17.179 [2026-03-02,18:05:34.281] [INFO] Server Port: 7000 [2026-03-02,18:05:34.286] [DEBUG] Starting Remote Access! 2026-03-02 18:05:34.426 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-02 18:05:34.427 [I] [client/service.go:294] try to connect to server... 2026-03-02 18:05:35.804 [I] [client/service.go:286] [fa7b0d32ae382d06] login to server success, get run id [fa7b0d32ae382d06] 2026-03-02 18:05:35.806 [I] [proxy/proxy_manager.go:173] [fa7b0d32ae382d06] proxy added: [DNL01B4302] 2026-03-02 18:05:36.514 [I] [client/control.go:168] [fa7b0d32ae382d06] [DNL01B4302] start proxy success [2026-03-02,18:20:02.589] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,18:20:05.027] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,18:35:02.919] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,18:35:05.534] [DEBUG] 6 processes running of frp type [2026-03-02,18:50:02.280] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,18:50:05.140] [DEBUG] 6 processes running of frp type [2026-03-02,19:05:02.746] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,19:05:04.898] [DEBUG] 6 processes running of frp type [2026-03-02,19:20:02.247] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,19:20:09.550] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,19:35:03.100] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,19:35:05.528] [DEBUG] 6 processes running of frp type [2026-03-02,19:50:02.158] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,19:50:05.074] [DEBUG] 6 processes running of frp type [2026-03-02,20:05:02.336] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,20:05:04.586] [DEBUG] 6 processes running of frp type [2026-03-02,20:20:03.286] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,20:20:05.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-03-02,20:35:02.410] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,20:35:05.317] [DEBUG] 6 processes running of frp type [2026-03-02,20:50:03.229] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,20:50:05.395] [DEBUG] 6 processes running of frp type [2026-03-02,21:05:03.082] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,21:05:05.370] [DEBUG] 6 processes running of frp type [2026-03-02,21:20:02.625] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,21:20:10.111] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,21:35:02.181] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,21:35:04.299] [DEBUG] 6 processes running of frp type [2026-03-02,21:50:03.308] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,21:50:05.728] [DEBUG] 6 processes running of frp type [2026-03-02,22:05:02.148] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,22:05:04.688] [DEBUG] 6 processes running of frp type [2026-03-02,22:20:01.992] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,22:20:04.139] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,22:35:02.668] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,22:35:05.042] [DEBUG] 6 processes running of frp type [2026-03-02,22:50:02.772] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,22:50:04.568] [DEBUG] 6 processes running of frp type [2026-03-02,23:05:02.833] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,23:05:05.662] [DEBUG] 6 processes running of frp type [2026-03-02,23:20:02.066] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,23:20:04.499] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-02,23:35:02.381] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,23:35:04.595] [DEBUG] 6 processes running of frp type [2026-03-02,23:50:02.634] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-02,23:50:05.281] [DEBUG] 6 processes running of frp type [2026-03-03,00:05:02.581] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,00:05:05.124] [DEBUG] 6 processes running of frp type [2026-03-03,00:20:02.593] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,00:20:05.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-03-03,00:35:02.505] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,00:35:04.809] [DEBUG] 6 processes running of frp type [2026-03-03,00:50:02.353] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,00:50:04.152] [DEBUG] 6 processes running of frp type [2026-03-03,01:05:02.653] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,01:05:05.314] [DEBUG] 6 processes running of frp type [2026-03-03,01:20:03.116] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,01:20:05.308] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,01:35:02.936] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,01:35:05.564] [DEBUG] 6 processes running of frp type [2026-03-03,01:50:02.559] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,01:50:04.470] [DEBUG] 6 processes running of frp type [2026-03-03,02:05:03.060] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,02:05:05.519] [DEBUG] 6 processes running of frp type [2026-03-03,02:20:02.901] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,02:20:05.136] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,02:35:03.064] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,02:35:05.165] [DEBUG] 6 processes running of frp type [2026-03-03,02:50:02.430] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,02:50:04.540] [DEBUG] 6 processes running of frp type [2026-03-03,03:05:02.848] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,03:05:05.403] [DEBUG] 6 processes running of frp type [2026-03-03,03:20:02.689] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,03:20:05.271] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,03:35:01.935] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,03:35:04.262] [DEBUG] 6 processes running of frp type [2026-03-03,03:50:03.099] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,03:50:05.467] [DEBUG] 6 processes running of frp type [2026-03-03,04:05:02.840] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,04:05:04.994] [DEBUG] 6 processes running of frp type [2026-03-03,04:20:02.402] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,04:20:04.486] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,04:35:02.464] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,04:35:04.754] [DEBUG] 6 processes running of frp type [2026-03-03,04:50:02.779] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,04:50:05.808] [DEBUG] 6 processes running of frp type [2026-03-03,05:05:02.463] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,05:05:05.199] [DEBUG] 6 processes running of frp type [2026-03-03,05:20:02.578] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,05:20:04.743] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,05:35:01.958] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,05:35:04.416] [DEBUG] 6 processes running of frp type [2026-03-03,05:50:03.033] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,05:50:04.799] [DEBUG] 6 processes running of frp type [2026-03-03,06:05:02.194] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,06:05:04.379] [DEBUG] 6 processes running of frp type 2026-03-03 06:12:28.841 [I] [client/service.go:294] [fa7b0d32ae382d06] try to connect to server... 2026-03-03 06:12:29.810 [I] [client/service.go:286] [fa7b0d32ae382d06] login to server success, get run id [fa7b0d32ae382d06] 2026-03-03 06:12:29.811 [I] [proxy/proxy_manager.go:173] [fa7b0d32ae382d06] proxy added: [DNL01B4302] 2026-03-03 06:12:30.130 [I] [client/control.go:168] [fa7b0d32ae382d06] [DNL01B4302] start proxy success [2026-03-03,06:20:02.801] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,06:20:05.091] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,06:35:02.680] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,06:35:04.968] [DEBUG] 6 processes running of frp type [2026-03-03,06:50:02.349] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,06:50:05.040] [DEBUG] 6 processes running of frp type [2026-03-03,07:05:02.580] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,07:05:04.762] [DEBUG] 6 processes running of frp type [2026-03-03,07:20:02.273] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,07:20:04.959] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,06:59:34.370] [INFO] Initializing BusSpeedStateManager V2 [2026-03-03,06:59:34.377] [INFO] LocationSqlManager initialising [2026-03-03,06:59:34.378] [INFO] Location DB initialising [2026-03-03,06:59:34.389] [INFO] LocationSqlManager initialisation complete [2026-03-03,06:59:34.390] [DEBUG] UploadManager Init [2026-03-03,06:59:34.391] [DEBUG] UploadManager Init Complete [2026-03-03,06:59:34.395] [INFO] Initializing GPS... [2026-03-03,06:59:34.398] [INFO] Starting location capture [2026-03-03,06:59:34.068] [INFO] Initializing BusSpeedStateManager V2 [2026-03-03,06:59:34.072] [INFO] LocationSqlManager initialising [2026-03-03,06:59:34.073] [INFO] Location DB initialising [2026-03-03,06:59:34.083] [INFO] LocationSqlManager initialisation complete [2026-03-03,06:59:34.083] [DEBUG] UploadManager Init [2026-03-03,06:59:34.084] [DEBUG] UploadManager Init Complete [2026-03-03,06:59:34.086] [INFO] Initializing GPS... [2026-03-03,06:59:34.088] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,06:59:34.268] [INFO] Initializing BusSpeedStateManager V2 [2026-03-03,06:59:34.274] [INFO] LocationSqlManager initialising [2026-03-03,06:59:34.275] [INFO] Location DB initialising [2026-03-03,06:59:34.286] [INFO] LocationSqlManager initialisation complete [2026-03-03,06:59:34.287] [DEBUG] UploadManager Init [2026-03-03,06:59:34.288] [DEBUG] UploadManager Init Complete [2026-03-03,06:59:34.293] [INFO] Initializing GPS... [2026-03-03,06:59:34.295] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,06:59:33.592] [INFO] Initializing BusSpeedStateManager V2 [2026-03-03,06:59:33.597] [INFO] LocationSqlManager initialising [2026-03-03,06:59:33.597] [INFO] Location DB initialising [2026-03-03,06:59:33.606] [INFO] LocationSqlManager initialisation complete [2026-03-03,06:59:33.607] [DEBUG] UploadManager Init [2026-03-03,06:59:33.607] [DEBUG] UploadManager Init Complete [2026-03-03,06:59:33.610] [INFO] Initializing GPS... [2026-03-03,06:59:33.612] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,18:43:12.229] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,18:43:13.926] [DEBUG] Remote Access Enabled [2026-03-03,18:43:15.718] [INFO] Server Address: 138.201.17.179 [2026-03-03,18:43:15.720] [INFO] Server Port: 7000 [2026-03-03,18:43:15.729] [DEBUG] Starting Remote Access! 2026-03-03 18:43:15.914 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-03 18:43:15.915 [I] [client/service.go:294] try to connect to server... 2026-03-03 18:43:17.024 [I] [client/service.go:286] [43f1c3144e1d91ee] login to server success, get run id [43f1c3144e1d91ee] 2026-03-03 18:43:17.025 [I] [proxy/proxy_manager.go:173] [43f1c3144e1d91ee] proxy added: [DNL01B4302] 2026-03-03 18:43:19.189 [I] [client/control.go:168] [43f1c3144e1d91ee] [DNL01B4302] start proxy success [2026-03-03,18:43:52.492] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,18:43:54.825] [DEBUG] 6 processes running of frp type [2026-03-03,18:50:02.447] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,18:50:04.790] [DEBUG] 6 processes running of frp type [2026-03-03,19:05:02.095] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,19:05:09.606] [DEBUG] 6 processes running of frp type [2026-03-03,19:20:02.097] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,19:20:04.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-03-03,19:35:02.735] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,19:35:05.081] [DEBUG] 6 processes running of frp type [2026-03-03,19:50:02.667] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,19:50:04.940] [DEBUG] 6 processes running of frp type [2026-03-03,20:05:02.696] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,20:05:05.164] [DEBUG] 6 processes running of frp type [2026-03-03,20:20:02.740] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,20:20:05.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' [2026-03-03,20:35:02.631] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,20:35:05.053] [DEBUG] 6 processes running of frp type [2026-03-03,20:50:02.512] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,20:50:04.465] [DEBUG] 6 processes running of frp type [2026-03-03,21:05:02.826] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,21:05:05.389] [DEBUG] 6 processes running of frp type [2026-03-03,21:20:03.268] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,21:20:24.139] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,21:35:03.186] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,21:35:05.614] [DEBUG] 6 processes running of frp type [2026-03-03,21:50:02.573] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,21:50:04.982] [DEBUG] 6 processes running of frp type 2026-03-03 21:56:32.184 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-03 21:56:42.187 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 21:56:42.188 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-03 21:56:53.588 [I] [client/service.go:286] [43f1c3144e1d91ee] login to server success, get run id [43f1c3144e1d91ee] 2026-03-03 21:56:53.589 [I] [proxy/proxy_manager.go:173] [43f1c3144e1d91ee] proxy added: [DNL01B4302] 2026-03-03 21:56:55.953 [I] [client/control.go:168] [43f1c3144e1d91ee] [DNL01B4302] start proxy success 2026-03-03 22:00:05.109 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-03 22:00:06.510 [I] [client/service.go:286] [43f1c3144e1d91ee] login to server success, get run id [43f1c3144e1d91ee] 2026-03-03 22:00:06.511 [I] [proxy/proxy_manager.go:173] [43f1c3144e1d91ee] proxy added: [DNL01B4302] 2026-03-03 22:00:06.890 [I] [client/control.go:168] [43f1c3144e1d91ee] [DNL01B4302] start proxy success [2026-03-03,22:05:09.670] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,22:05:57.028] [DEBUG] 6 processes running of frp type 2026-03-03 22:06:26.052 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-03 22:06:35.061 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: session shutdown 2026-03-03 22:06:35.062 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-03 22:06:48.523 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: connection write timeout 2026-03-03 22:06:48.523 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-03 22:07:01.870 [I] [client/service.go:286] [43f1c3144e1d91ee] login to server success, get run id [43f1c3144e1d91ee] 2026-03-03 22:07:01.871 [I] [proxy/proxy_manager.go:173] [43f1c3144e1d91ee] proxy added: [DNL01B4302] 2026-03-03 22:07:11.652 [I] [client/control.go:168] [43f1c3144e1d91ee] [DNL01B4302] start proxy success 2026-03-03 22:11:37.314 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-03 22:11:47.315 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 22:11:47.316 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-03 22:11:57.318 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 22:11:57.319 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-03 22:12:07.320 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-03 22:12:07.320 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-03 22:12:25.075 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: connection write timeout 2026-03-03 22:12:25.075 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-03 22:12:38.451 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: session shutdown 2026-03-03 22:12:58.453 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-03 22:13:00.226 [I] [client/service.go:286] [43f1c3144e1d91ee] login to server success, get run id [43f1c3144e1d91ee] 2026-03-03 22:13:00.227 [I] [proxy/proxy_manager.go:173] [43f1c3144e1d91ee] proxy added: [DNL01B4302] 2026-03-03 22:13:00.866 [I] [client/control.go:168] [43f1c3144e1d91ee] [DNL01B4302] start proxy success [2026-03-03,22:20:02.702] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,22:20:04.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-03-03,22:35:02.719] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,22:35:04.989] [DEBUG] 6 processes running of frp type [2026-03-03,22:50:03.073] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,22:50:05.298] [DEBUG] 6 processes running of frp type [2026-03-03,23:05:02.510] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,23:05:04.908] [DEBUG] 6 processes running of frp type 2026-03-03 23:12:34.135 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-03 23:12:43.443 [I] [client/service.go:286] [43f1c3144e1d91ee] login to server success, get run id [43f1c3144e1d91ee] 2026-03-03 23:12:43.448 [I] [proxy/proxy_manager.go:173] [43f1c3144e1d91ee] proxy added: [DNL01B4302] 2026-03-03 23:12:44.054 [I] [client/control.go:168] [43f1c3144e1d91ee] [DNL01B4302] start proxy success [2026-03-03,23:20:05.607] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-03-03 23:20:07.699 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-03 23:20:10.288 [I] [client/service.go:286] [43f1c3144e1d91ee] login to server success, get run id [43f1c3144e1d91ee] 2026-03-03 23:20:10.289 [I] [proxy/proxy_manager.go:173] [43f1c3144e1d91ee] proxy added: [DNL01B4302] [2026-03-03,23:20:10.361] [DEBUG] 6 processes running of frp type 2026-03-03 23:20:10.870 [I] [client/control.go:168] [43f1c3144e1d91ee] [DNL01B4302] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-03,23:35:03.328] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,23:35:05.164] [DEBUG] 6 processes running of frp type [2026-03-03,23:50:02.631] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-03,23:50:04.718] [DEBUG] 6 processes running of frp type [2026-03-04,00:05:02.046] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,00:05:04.402] [DEBUG] 6 processes running of frp type [2026-03-04,00:20:02.652] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,00:20:05.028] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,00:35:02.492] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,00:35:04.658] [DEBUG] 6 processes running of frp type [2026-03-04,00:50:02.243] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,00:50:04.724] [DEBUG] 6 processes running of frp type 2026-03-04 00:53:53.273 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 00:54:03.708 [I] [client/service.go:286] [43f1c3144e1d91ee] login to server success, get run id [43f1c3144e1d91ee] 2026-03-04 00:54:03.710 [I] [proxy/proxy_manager.go:173] [43f1c3144e1d91ee] proxy added: [DNL01B4302] 2026-03-04 00:54:04.147 [I] [client/control.go:168] [43f1c3144e1d91ee] [DNL01B4302] start proxy success [2026-03-04,01:05:01.867] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,01:05:03.971] [DEBUG] 6 processes running of frp type [2026-03-04,01:20:02.163] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,01:20:04.440] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,01:35:02.680] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,01:35:05.011] [DEBUG] 6 processes running of frp type [2026-03-04,01:50:03.175] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,01:50:05.570] [DEBUG] 6 processes running of frp type [2026-03-04,02:05:03.036] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,02:05:05.142] [DEBUG] 6 processes running of frp type [2026-03-04,02:20:02.369] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,02:20:04.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-03-04,02:35:03.099] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,02:35:05.157] [DEBUG] 6 processes running of frp type [2026-03-04,02:50:02.726] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,02:50:05.164] [DEBUG] 6 processes running of frp type [2026-03-04,03:05:02.479] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,03:05:04.488] [DEBUG] 6 processes running of frp type [2026-03-04,03:20:02.944] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,03:20:05.111] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-04 03:29:19.492 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 03:29:29.606 [I] [client/service.go:286] [43f1c3144e1d91ee] login to server success, get run id [43f1c3144e1d91ee] 2026-03-04 03:29:29.607 [I] [proxy/proxy_manager.go:173] [43f1c3144e1d91ee] proxy added: [DNL01B4302] 2026-03-04 03:29:29.956 [I] [client/control.go:168] [43f1c3144e1d91ee] [DNL01B4302] start proxy success [2026-03-04,03:35:02.961] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,03:35:05.564] [DEBUG] 6 processes running of frp type [2026-03-04,03:50:02.326] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,03:50:04.329] [DEBUG] 6 processes running of frp type [2026-03-04,04:05:02.612] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,04:05:04.891] [DEBUG] 6 processes running of frp type [2026-03-04,04:20:02.417] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,04:20:04.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-03-04,04:35:02.381] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,04:35:04.818] [DEBUG] 6 processes running of frp type [2026-03-04,04:50:02.912] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,04:50:05.187] [DEBUG] 6 processes running of frp type [2026-03-04,05:05:02.809] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,05:05:04.946] [DEBUG] 6 processes running of frp type [2026-03-04,05:20:02.373] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,05:20:04.613] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,05:35:02.214] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,05:35:04.130] [DEBUG] 6 processes running of frp type [2026-03-04,05:50:03.196] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,05:50:05.515] [DEBUG] 6 processes running of frp type [2026-03-04,06:05:03.182] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,06:05:05.160] [DEBUG] 6 processes running of frp type [2026-03-04,06:20:02.606] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,06:20:05.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-03-04,06:35:03.074] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,06:35:05.248] [DEBUG] 6 processes running of frp type [2026-03-04,06:50:02.888] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,06:50:05.175] [DEBUG] 6 processes running of frp type [2026-03-04,07:05:02.580] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,07:05:05.433] [DEBUG] 6 processes running of frp type [2026-03-04,07:20:02.675] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,07:20:05.140] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,07:35:02.644] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,07:35:04.735] [DEBUG] 6 processes running of frp type [2026-03-04,07:50:02.230] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,07:50:04.409] [DEBUG] 6 processes running of frp type [2026-03-04,08:02:02.710] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,08:02:04.668] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-04,08:02:46.940] [DEBUG] Log Upload Complete! [2026-03-04,08:05:02.684] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,08:05:04.824] [DEBUG] 6 processes running of frp type [2026-03-04,08:20:02.106] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,08:20:04.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-03-04,08:35:03.146] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,08:35:05.910] [DEBUG] 6 processes running of frp type [2026-03-04,08:50:02.327] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,08:50:04.449] [DEBUG] 6 processes running of frp type [2026-03-04,09:05:02.794] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,09:05:05.296] [DEBUG] 6 processes running of frp type [2026-03-04,09:20:02.958] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,09:20:05.125] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,09:35:02.690] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,09:35:04.950] [DEBUG] 6 processes running of frp type [2026-03-04,09:50:02.612] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,09:50:05.138] [DEBUG] 6 processes running of frp type [2026-03-04,10:05:02.661] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,10:05:05.555] [DEBUG] 6 processes running of frp type [2026-03-04,10:20:03.179] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,10:20:10.862] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,10:35:02.823] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,10:35:05.406] [DEBUG] 6 processes running of frp type [2026-03-04,10:50:03.254] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,10:50:05.789] [DEBUG] 6 processes running of frp type [2026-03-04,11:05:02.291] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,11:05:04.350] [DEBUG] 6 processes running of frp type [2026-03-04,11:20:02.725] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,11:20:05.565] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,11:35:02.431] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,11:35:04.589] [DEBUG] 6 processes running of frp type [2026-03-04,11:50:02.600] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,11:50:05.330] [DEBUG] 6 processes running of frp type [2026-03-04,12:05:02.718] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,12:05:05.003] [DEBUG] 6 processes running of frp type [2026-03-04,12:20:02.391] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,12:20:04.663] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,12:35:02.649] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,12:35:05.216] [DEBUG] 6 processes running of frp type [2026-03-04,12:50:02.164] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,12:50:04.709] [DEBUG] 6 processes running of frp type [2026-03-04,13:05:02.225] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,13:05:04.403] [DEBUG] 6 processes running of frp type [2026-03-04,13:20:02.737] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,13:20:05.404] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,13:35:02.236] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,13:35:04.977] [DEBUG] 6 processes running of frp type [2026-03-04,13:50:02.797] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,13:50:10.299] [DEBUG] 6 processes running of frp type [2026-03-04,14:05:02.559] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,14:05:05.374] [DEBUG] 6 processes running of frp type [2026-03-04,14:20:02.586] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,14:20:04.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-03-04,14:35:02.543] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,14:35:04.975] [DEBUG] 6 processes running of frp type [2026-03-04,14:50:02.750] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,14:50:05.210] [DEBUG] 6 processes running of frp type [2026-03-04,15:05:02.939] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,15:05:05.772] [DEBUG] 6 processes running of frp type [2026-03-04,15:20:02.000] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,15:20:04.185] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,15:35:02.938] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,15:35:05.071] [DEBUG] 6 processes running of frp type [2026-03-04,15:50:02.713] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,15:50:04.860] [DEBUG] 6 processes running of frp type [2026-03-04,16:05:02.217] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,16:05:04.756] [DEBUG] 6 processes running of frp type [2026-03-04,16:20:02.021] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,16:20:09.285] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,16:35:02.657] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,16:35:05.083] [DEBUG] 6 processes running of frp type [2026-03-04,16:50:02.772] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,16:50:05.698] [DEBUG] 6 processes running of frp type 2026-03-04 17:00:39.330 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:00:39.332 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:00:41.384 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:00:41.385 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:00:45.622 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:00:45.623 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:00:54.327 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:00:54.328 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:01:12.611 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:01:12.612 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:01:32.614 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:01:32.615 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:01:52.616 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:01:52.618 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:02:12.619 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:02:12.621 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:02:32.621 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:02:32.622 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:02:52.624 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:02:52.625 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:03:12.626 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:03:12.628 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:03:32.629 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:03:32.631 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:03:52.632 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:03:52.636 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:04:12.637 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:04:12.642 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:04:32.643 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:04:35.779 [I] [client/service.go:286] [43f1c3144e1d91ee] login to server success, get run id [43f1c3144e1d91ee] 2026-03-04 17:04:35.781 [I] [proxy/proxy_manager.go:173] [43f1c3144e1d91ee] proxy added: [DNL01B4302] 2026-03-04 17:04:37.707 [I] [client/control.go:168] [43f1c3144e1d91ee] [DNL01B4302] start proxy success [2026-03-04,17:05:02.262] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,17:05:09.879] [DEBUG] 6 processes running of frp type 2026-03-04 17:06:14.036 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:06:14.037 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:06:16.113 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:06:16.114 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:06:20.476 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:06:20.477 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:06:29.687 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:06:29.689 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:06:49.589 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:06:49.590 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:07:09.590 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:07:09.592 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:07:29.593 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:07:29.594 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:07:49.595 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:07:49.597 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:08:09.598 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:08:09.599 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:08:29.600 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:08:29.601 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:08:49.602 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:08:49.603 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:09:09.603 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:09:09.605 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:09:29.605 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:09:29.609 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:09:49.610 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:09:49.615 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-04 17:10:09.616 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:10:09.619 [W] [client/service.go:297] [43f1c3144e1d91ee] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-04 17:10:29.620 [I] [client/service.go:294] [43f1c3144e1d91ee] try to connect to server... 2026-03-04 17:10:32.407 [I] [client/service.go:286] [43f1c3144e1d91ee] login to server success, get run id [43f1c3144e1d91ee] 2026-03-04 17:10:32.408 [I] [proxy/proxy_manager.go:173] [43f1c3144e1d91ee] proxy added: [DNL01B4302] 2026-03-04 17:10:33.134 [I] [client/control.go:168] [43f1c3144e1d91ee] [DNL01B4302] start proxy success [2026-03-04,17:20:02.202] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,17:20:04.649] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,17:35:01.994] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,17:35:04.232] [DEBUG] 6 processes running of frp type [2026-03-04,17:50:03.089] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,17:50:05.735] [DEBUG] 6 processes running of frp type [2026-03-04,18:00:40.728] [INFO] Initializing BusSpeedStateManager V2 [2026-03-04,18:00:40.735] [INFO] LocationSqlManager initialising [2026-03-04,18:00:40.736] [INFO] Location DB initialising [2026-03-04,18:00:40.747] [INFO] LocationSqlManager initialisation complete [2026-03-04,18:00:40.748] [DEBUG] UploadManager Init [2026-03-04,18:00:40.749] [DEBUG] UploadManager Init Complete [2026-03-04,18:00:40.753] [INFO] Initializing GPS... [2026-03-04,18:00:40.756] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,18:02:29.352] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,18:02:31.313] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-04,18:02:53.491] [DEBUG] Log Upload Complete! [2026-03-04,18:05:29.604] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,18:05:31.404] [DEBUG] Remote Access Enabled [2026-03-04,18:05:33.344] [INFO] Server Address: 138.201.17.179 [2026-03-04,18:05:33.345] [INFO] Server Port: 7000 [2026-03-04,18:05:33.350] [DEBUG] Starting Remote Access! 2026-03-04 18:05:33.486 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-04 18:05:33.486 [I] [client/service.go:294] try to connect to server... 2026-03-04 18:05:34.660 [I] [client/service.go:286] [7a29f2a5274bd0e2] login to server success, get run id [7a29f2a5274bd0e2] 2026-03-04 18:05:34.661 [I] [proxy/proxy_manager.go:173] [7a29f2a5274bd0e2] proxy added: [DNL01B4302] 2026-03-04 18:05:35.001 [I] [client/control.go:168] [7a29f2a5274bd0e2] [DNL01B4302] start proxy success [2026-03-04,18:20:02.102] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,18:20:04.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-03-04,18:35:02.693] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,18:35:05.078] [DEBUG] 6 processes running of frp type [2026-03-04,18:50:02.622] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,18:50:04.824] [DEBUG] 6 processes running of frp type [2026-03-04,19:05:02.467] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,19:05:04.882] [DEBUG] 6 processes running of frp type [2026-03-04,19:20:02.145] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,19:20:04.204] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,19:35:02.811] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,19:35:05.006] [DEBUG] 6 processes running of frp type [2026-03-04,19:50:03.055] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,19:50:05.266] [DEBUG] 6 processes running of frp type [2026-03-04,20:05:02.942] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,20:05:05.042] [DEBUG] 6 processes running of frp type [2026-03-04,20:20:02.356] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,20:20:04.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-03-04,20:35:03.156] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,20:35:05.428] [DEBUG] 6 processes running of frp type [2026-03-04,20:50:03.190] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,20:50:05.875] [DEBUG] 6 processes running of frp type [2026-03-04,21:05:02.305] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,21:05:04.750] [DEBUG] 6 processes running of frp type [2026-03-04,21:20:02.338] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,21:20:04.217] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-04,21:35:02.660] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,21:35:05.362] [DEBUG] 6 processes running of frp type [2026-03-04,21:50:03.098] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,21:50:05.522] [DEBUG] 6 processes running of frp type [2026-03-04,22:05:02.981] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-04,22:05:10.412] [DEBUG] 6 processes running of frp type [2026-03-04,22:06:10.404] [INFO] Initializing BusSpeedStateManager V2 [2026-03-04,22:06:10.409] [INFO] LocationSqlManager initialising [2026-03-04,22:06:10.410] [INFO] Location DB initialising [2026-03-04,22:06:10.420] [INFO] LocationSqlManager initialisation complete [2026-03-04,22:06:10.420] [DEBUG] UploadManager Init [2026-03-04,22:06:10.421] [DEBUG] UploadManager Init Complete [2026-03-04,22:06:10.424] [INFO] Initializing GPS... [2026-03-04,22:06:10.425] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,09:11:01.408] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,09:11:03.423] [DEBUG] Remote Access Enabled [2026-03-05,09:11:04.752] [INFO] Server Address: 138.201.17.179 [2026-03-05,09:11:04.754] [INFO] Server Port: 7000 [2026-03-05,09:11:04.766] [DEBUG] Starting Remote Access! 2026-03-05 09:11:04.971 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-05 09:11:04.971 [I] [client/service.go:294] try to connect to server... 2026-03-05 09:11:05.938 [I] [client/service.go:286] [f03c331aab34f8e7] login to server success, get run id [f03c331aab34f8e7] 2026-03-05 09:11:05.939 [I] [proxy/proxy_manager.go:173] [f03c331aab34f8e7] proxy added: [DNL01B4302] 2026-03-05 09:11:06.274 [I] [client/control.go:168] [f03c331aab34f8e7] [DNL01B4302] start proxy success [2026-03-05,09:20:02.455] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,09:20:04.253] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,09:35:03.205] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,09:35:05.712] [DEBUG] 6 processes running of frp type [2026-03-05,09:50:02.658] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,09:50:04.842] [DEBUG] 6 processes running of frp type [2026-03-05,10:05:02.119] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,10:05:04.304] [DEBUG] 6 processes running of frp type [2026-03-05,10:20:02.636] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,10:20:05.661] [DEBUG] 6 processes running of frp type [2026-03-05,10:07:13.813] [INFO] Initializing BusSpeedStateManager V2 [2026-03-05,10:07:13.820] [INFO] LocationSqlManager initialising [2026-03-05,10:07:13.821] [INFO] Location DB initialising [2026-03-05,10:07:13.833] [INFO] LocationSqlManager initialisation complete [2026-03-05,10:07:13.835] [DEBUG] UploadManager Init [2026-03-05,10:07:13.835] [DEBUG] UploadManager Init Complete [2026-03-05,10:07:13.840] [INFO] Initializing GPS... [2026-03-05,10:07:13.843] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,19:10:22.094] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,19:10:23.868] [DEBUG] Remote Access Enabled [2026-03-05,19:10:25.689] [INFO] Server Address: 138.201.17.179 [2026-03-05,19:10:25.690] [INFO] Server Port: 7000 [2026-03-05,19:10:25.699] [DEBUG] Starting Remote Access! 2026-03-05 19:10:25.897 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-05 19:10:25.898 [I] [client/service.go:294] try to connect to server... 2026-03-05 19:10:27.378 [I] [client/service.go:286] [e086af1716ee4419] login to server success, get run id [e086af1716ee4419] 2026-03-05 19:10:27.378 [I] [proxy/proxy_manager.go:173] [e086af1716ee4419] proxy added: [DNL01B4302] 2026-03-05 19:10:27.850 [I] [client/control.go:168] [e086af1716ee4419] [DNL01B4302] start proxy success [2026-03-05,19:20:02.093] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,19:20:04.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-03-05 19:33:35.231 [I] [client/service.go:294] [e086af1716ee4419] try to connect to server... 2026-03-05 19:33:45.234 [W] [client/service.go:297] [e086af1716ee4419] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-05 19:33:45.235 [I] [client/service.go:294] [e086af1716ee4419] try to connect to server... 2026-03-05 19:33:47.349 [I] [client/service.go:286] [e086af1716ee4419] login to server success, get run id [e086af1716ee4419] 2026-03-05 19:33:47.350 [I] [proxy/proxy_manager.go:173] [e086af1716ee4419] proxy added: [DNL01B4302] 2026-03-05 19:33:49.469 [I] [client/control.go:168] [e086af1716ee4419] [DNL01B4302] start proxy success [2026-03-05,19:35:02.307] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,19:35:10.014] [DEBUG] 6 processes running of frp type [2026-03-05,19:50:02.771] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,19:50:15.300] [DEBUG] 6 processes running of frp type [2026-03-05,20:05:02.990] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,20:05:05.562] [DEBUG] 6 processes running of frp type [2026-03-05,20:20:02.825] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,20:20:05.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-03-05,20:35:02.710] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,20:35:04.883] [DEBUG] 6 processes running of frp type [2026-03-05,20:50:02.903] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,20:50:05.462] [DEBUG] 6 processes running of frp type [2026-03-05,21:05:02.905] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,21:05:05.818] [DEBUG] 6 processes running of frp type [2026-03-05,21:20:02.184] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,21:20:04.742] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,21:35:03.017] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,21:35:04.898] [DEBUG] 6 processes running of frp type [2026-03-05,21:50:02.859] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,21:50:05.486] [DEBUG] 6 processes running of frp type [2026-03-05,22:05:03.030] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,22:05:05.295] [DEBUG] 6 processes running of frp type [2026-03-05,22:20:02.690] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,22:20:04.480] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-05,22:35:02.601] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,22:35:04.890] [DEBUG] 6 processes running of frp type [2026-03-05,22:50:03.021] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,22:50:05.403] [DEBUG] 6 processes running of frp type [2026-03-05,23:05:02.720] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,23:05:05.799] [DEBUG] 6 processes running of frp type [2026-03-05,23:20:02.006] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,23:20:05.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' [2026-03-05,23:35:02.378] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,23:35:04.649] [DEBUG] 6 processes running of frp type [2026-03-05,23:50:03.095] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-05,23:50:05.595] [DEBUG] 6 processes running of frp type [2026-03-06,00:05:03.029] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,00:05:05.088] [DEBUG] 6 processes running of frp type [2026-03-06,00:20:02.510] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,00:20:04.420] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,00:35:03.210] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,00:35:05.565] [DEBUG] 6 processes running of frp type [2026-03-06,00:50:02.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,00:50:04.721] [DEBUG] 6 processes running of frp type [2026-03-06,01:05:02.430] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,01:05:05.065] [DEBUG] 6 processes running of frp type [2026-03-06,01:20:02.560] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,01:20:04.870] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,01:35:03.109] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,01:35:05.163] [DEBUG] 6 processes running of frp type [2026-03-06,01:50:02.419] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,01:50:05.061] [DEBUG] 6 processes running of frp type [2026-03-06,02:05:02.682] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,02:05:05.256] [DEBUG] 6 processes running of frp type [2026-03-06,02:20:02.616] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,02:20:04.644] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,02:35:02.359] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,02:35:04.464] [DEBUG] 6 processes running of frp type [2026-03-06,02:50:02.655] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,02:50:04.861] [DEBUG] 6 processes running of frp type [2026-03-06,03:05:02.622] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,03:05:04.737] [DEBUG] 6 processes running of frp type [2026-03-06,03:20:02.116] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,03:20:04.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-03-06,03:35:02.593] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,03:35:04.795] [DEBUG] 6 processes running of frp type [2026-03-06,03:50:02.386] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,03:50:04.454] [DEBUG] 6 processes running of frp type [2026-03-06,04:05:03.060] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,04:05:05.113] [DEBUG] 6 processes running of frp type [2026-03-06,04:20:02.352] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,04:20:04.574] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,04:35:03.032] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,04:35:05.708] [DEBUG] 6 processes running of frp type [2026-03-06,04:50:02.521] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,04:50:04.761] [DEBUG] 6 processes running of frp type [2026-03-06,05:05:02.203] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,05:05:04.387] [DEBUG] 6 processes running of frp type [2026-03-06,05:20:02.757] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,05:20:04.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-03-06,05:35:02.657] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,05:35:05.094] [DEBUG] 6 processes running of frp type [2026-03-06,05:50:02.731] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,05:50:05.288] [DEBUG] 6 processes running of frp type [2026-03-06,06:05:02.591] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,06:05:04.671] [DEBUG] 6 processes running of frp type [2026-03-06,06:20:01.963] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,06:20:04.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-03-06,06:35:02.449] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,06:35:04.805] [DEBUG] 6 processes running of frp type [2026-03-06,06:50:02.541] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,06:50:05.225] [DEBUG] 6 processes running of frp type [2026-03-06,07:05:02.602] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,07:05:05.490] [DEBUG] 6 processes running of frp type [2026-03-06,07:20:03.129] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,07:20:05.246] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,07:35:02.606] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,07:35:05.104] [DEBUG] 6 processes running of frp type [2026-03-06,07:50:02.891] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,07:50:05.089] [DEBUG] 6 processes running of frp type [2026-03-06,08:02:02.411] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,08:02:04.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-03-06,08:02:20.665] [DEBUG] Log Upload Complete! [2026-03-06,08:05:02.514] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,08:05:04.201] [DEBUG] 6 processes running of frp type [2026-03-06,08:20:02.471] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,08:20:04.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-03-06,08:35:02.578] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,08:35:04.469] [DEBUG] 6 processes running of frp type [2026-03-06,08:50:02.286] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,08:50:04.848] [DEBUG] 6 processes running of frp type [2026-03-06,09:05:02.202] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,09:05:04.913] [DEBUG] 6 processes running of frp type [2026-03-06,09:20:02.516] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,09:20:04.826] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,09:35:02.958] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,09:35:10.656] [DEBUG] 6 processes running of frp type [2026-03-06,09:50:02.322] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,09:50:04.795] [DEBUG] 6 processes running of frp type [2026-03-06,10:05:02.085] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,10:05:03.923] [DEBUG] 6 processes running of frp type [2026-03-06,10:20:02.208] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,10:20:04.825] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,10:35:02.351] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,10:35:10.027] [DEBUG] 6 processes running of frp type [2026-03-06,10:50:02.918] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,10:50:05.278] [DEBUG] 6 processes running of frp type [2026-03-06,11:05:02.988] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,11:05:05.196] [DEBUG] 6 processes running of frp type [2026-03-06,11:20:04.385] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,11:20:06.713] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,11:35:02.990] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,11:35:05.406] [DEBUG] 6 processes running of frp type [2026-03-06,11:50:02.261] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,11:50:04.948] [DEBUG] 6 processes running of frp type [2026-03-06,12:05:02.555] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,12:05:04.568] [DEBUG] 6 processes running of frp type [2026-03-06,12:20:03.161] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,12:20:05.389] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,12:35:02.610] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,12:35:05.234] [DEBUG] 6 processes running of frp type [2026-03-06,12:50:03.147] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,12:50:10.877] [DEBUG] 6 processes running of frp type [2026-03-06,13:05:02.585] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,13:05:05.296] [DEBUG] 6 processes running of frp type [2026-03-06,13:20:02.545] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,13:20:10.200] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,13:35:02.586] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,13:35:05.100] [DEBUG] 6 processes running of frp type [2026-03-06,13:50:02.881] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,13:50:10.160] [DEBUG] 6 processes running of frp type [2026-03-06,14:05:02.653] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,14:05:05.024] [DEBUG] 6 processes running of frp type [2026-03-06,14:20:02.473] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,14:20:05.108] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,14:35:02.293] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,14:35:04.262] [DEBUG] 6 processes running of frp type [2026-03-06,14:50:03.180] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,14:50:10.501] [DEBUG] 6 processes running of frp type [2026-03-06,15:05:02.961] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,15:05:05.615] [DEBUG] 6 processes running of frp type [2026-03-06,15:20:02.994] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,15:20:10.723] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,15:35:03.053] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,15:35:05.591] [DEBUG] 6 processes running of frp type [2026-03-06,15:50:02.442] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,15:50:10.255] [DEBUG] 6 processes running of frp type [2026-03-06,16:05:02.622] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,16:05:05.138] [DEBUG] 6 processes running of frp type [2026-03-06,16:20:02.570] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,16:20:05.141] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,16:35:02.471] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,16:35:04.879] [DEBUG] 6 processes running of frp type [2026-03-06,16:50:02.580] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,16:50:10.493] [DEBUG] 6 processes running of frp type 2026-03-06 17:00:34.096 [I] [client/service.go:294] [e086af1716ee4419] try to connect to server... 2026-03-06 17:00:34.098 [W] [client/service.go:297] [e086af1716ee4419] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 17:00:36.231 [I] [client/service.go:294] [e086af1716ee4419] try to connect to server... 2026-03-06 17:00:36.232 [W] [client/service.go:297] [e086af1716ee4419] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 17:00:40.622 [I] [client/service.go:294] [e086af1716ee4419] try to connect to server... 2026-03-06 17:00:40.624 [W] [client/service.go:297] [e086af1716ee4419] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 17:00:49.604 [I] [client/service.go:294] [e086af1716ee4419] try to connect to server... 2026-03-06 17:00:49.606 [W] [client/service.go:297] [e086af1716ee4419] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 17:01:09.269 [I] [client/service.go:294] [e086af1716ee4419] try to connect to server... 2026-03-06 17:01:09.271 [W] [client/service.go:297] [e086af1716ee4419] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 17:01:29.272 [I] [client/service.go:294] [e086af1716ee4419] try to connect to server... 2026-03-06 17:01:29.274 [W] [client/service.go:297] [e086af1716ee4419] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 17:01:49.275 [I] [client/service.go:294] [e086af1716ee4419] try to connect to server... 2026-03-06 17:01:49.276 [W] [client/service.go:297] [e086af1716ee4419] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 17:02:09.277 [I] [client/service.go:294] [e086af1716ee4419] try to connect to server... 2026-03-06 17:02:09.278 [W] [client/service.go:297] [e086af1716ee4419] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 17:02:29.279 [I] [client/service.go:294] [e086af1716ee4419] try to connect to server... 2026-03-06 17:02:29.281 [W] [client/service.go:297] [e086af1716ee4419] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 17:02:49.281 [I] [client/service.go:294] [e086af1716ee4419] try to connect to server... 2026-03-06 17:02:49.283 [W] [client/service.go:297] [e086af1716ee4419] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 17:03:09.284 [I] [client/service.go:294] [e086af1716ee4419] try to connect to server... 2026-03-06 17:03:09.286 [W] [client/service.go:297] [e086af1716ee4419] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 17:03:29.286 [I] [client/service.go:294] [e086af1716ee4419] try to connect to server... 2026-03-06 17:03:29.288 [W] [client/service.go:297] [e086af1716ee4419] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 17:03:49.289 [I] [client/service.go:294] [e086af1716ee4419] try to connect to server... 2026-03-06 17:03:49.294 [W] [client/service.go:297] [e086af1716ee4419] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 17:04:09.295 [I] [client/service.go:294] [e086af1716ee4419] try to connect to server... 2026-03-06 17:04:09.301 [W] [client/service.go:297] [e086af1716ee4419] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-06 17:04:29.302 [I] [client/service.go:294] [e086af1716ee4419] try to connect to server... 2026-03-06 17:04:30.870 [I] [client/service.go:286] [e086af1716ee4419] login to server success, get run id [e086af1716ee4419] 2026-03-06 17:04:30.871 [I] [proxy/proxy_manager.go:173] [e086af1716ee4419] proxy added: [DNL01B4302] 2026-03-06 17:04:31.559 [I] [client/control.go:168] [e086af1716ee4419] [DNL01B4302] start proxy success [2026-03-06,17:05:03.049] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,17:05:05.647] [DEBUG] 6 processes running of frp type [2026-03-06,17:20:03.141] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,17:20:05.752] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,17:35:02.937] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,17:35:05.279] [DEBUG] 6 processes running of frp type [2026-03-06,17:50:03.168] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,17:50:05.663] [DEBUG] 6 processes running of frp type [2026-03-06,18:00:41.441] [INFO] Initializing BusSpeedStateManager V2 [2026-03-06,18:00:41.447] [INFO] LocationSqlManager initialising [2026-03-06,18:00:41.447] [INFO] Location DB initialising [2026-03-06,18:00:41.458] [INFO] LocationSqlManager initialisation complete [2026-03-06,18:00:41.458] [DEBUG] UploadManager Init [2026-03-06,18:00:41.459] [DEBUG] UploadManager Init Complete [2026-03-06,18:00:41.462] [INFO] Initializing GPS... [2026-03-06,18:00:41.465] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,18:02:29.847] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,18:02:32.363] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) socket.timeout: The write operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise raise value.with_traceback(tb) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 395, in _make_request conn.request(method, url, **httplib_request_kw) File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.9/http/client.py", line 1259, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1305, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1254, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.9/http/client.py", line 1053, in _send_output self.send(chunk) File "/usr/lib/python3.9/http/client.py", line 975, in send self.sock.sendall(data) File "/usr/lib/python3.9/ssl.py", line 1237, in sendall v = self.send(byte_view[count:]) File "/usr/lib/python3.9/ssl.py", line 1206, in send return self._sslobj.write(data) urllib3.exceptions.ProtocolError: ('Connection aborted.', timeout('The write operation timed out')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 34, in main response = requests.post(api_url, files=files, data=payload, verify=False, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 115, in post return request("post", url, data=data, json=json, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 703, in send r = adapter.send(request, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 682, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', timeout('The write operation timed out')) [2026-03-06,18:05:30.034] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,18:05:33.628] [DEBUG] Remote Access Enabled [2026-03-06,18:05:37.314] [INFO] Server Address: 138.201.17.179 [2026-03-06,18:05:37.316] [INFO] Server Port: 7000 [2026-03-06,18:05:37.325] [DEBUG] Starting Remote Access! 2026-03-06 18:05:37.538 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-06 18:05:37.539 [I] [client/service.go:294] try to connect to server... 2026-03-06 18:05:38.680 [I] [client/service.go:286] [e65458acf10153c1] login to server success, get run id [e65458acf10153c1] 2026-03-06 18:05:38.681 [I] [proxy/proxy_manager.go:173] [e65458acf10153c1] proxy added: [DNL01B4302] 2026-03-06 18:05:39.060 [I] [client/control.go:168] [e65458acf10153c1] [DNL01B4302] start proxy success [2026-03-06,18:20:02.929] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,18:20:05.579] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,18:35:02.241] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,18:35:04.864] [DEBUG] 6 processes running of frp type [2026-03-06,18:50:02.488] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,18:50:05.084] [DEBUG] 6 processes running of frp type [2026-03-06,19:05:02.725] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,19:05:05.176] [DEBUG] 6 processes running of frp type [2026-03-06,19:20:02.605] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,19:20:11.141] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,19:35:03.069] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,19:35:04.854] [DEBUG] 6 processes running of frp type [2026-03-06,19:50:02.019] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,19:50:14.502] [DEBUG] 6 processes running of frp type [2026-03-06,20:05:03.086] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,20:05:05.417] [DEBUG] 6 processes running of frp type [2026-03-06,20:20:02.700] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,20:20:05.038] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,20:35:02.441] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,20:35:11.074] [DEBUG] 6 processes running of frp type [2026-03-06,20:50:03.049] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,20:50:05.603] [DEBUG] 6 processes running of frp type [2026-03-06,21:05:03.099] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,21:05:05.364] [DEBUG] 6 processes running of frp type [2026-03-06,21:20:02.654] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,21:20:04.554] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,21:35:02.444] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,21:35:04.713] [DEBUG] 6 processes running of frp type [2026-03-06,21:50:02.621] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,21:50:05.298] [DEBUG] 6 processes running of frp type [2026-03-06,22:05:02.701] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,22:05:05.029] [DEBUG] 6 processes running of frp type [2026-03-06,22:20:02.325] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,22:20:04.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-03-06,22:35:02.221] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,22:35:05.237] [DEBUG] 6 processes running of frp type [2026-03-06,22:50:03.085] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,22:50:05.611] [DEBUG] 6 processes running of frp type [2026-03-06,23:05:03.040] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,23:05:05.662] [DEBUG] 6 processes running of frp type [2026-03-06,23:20:02.945] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,23:20:04.966] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-06,23:35:03.213] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,23:35:06.143] [DEBUG] 6 processes running of frp type [2026-03-06,23:50:03.042] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-06,23:50:04.922] [DEBUG] 6 processes running of frp type [2026-03-07,00:05:02.168] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,00:05:04.470] [DEBUG] 6 processes running of frp type [2026-03-07,00:20:02.781] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,00:20:05.015] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,00:35:02.669] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,00:35:06.181] [DEBUG] 6 processes running of frp type [2026-03-07,00:50:02.675] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,00:50:05.099] [DEBUG] 6 processes running of frp type [2026-03-07,01:05:02.414] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,01:05:04.868] [DEBUG] 6 processes running of frp type [2026-03-07,01:20:02.559] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,01:20:04.275] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,01:35:02.382] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,01:35:04.448] [DEBUG] 6 processes running of frp type [2026-03-07,01:50:03.258] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,01:50:05.638] [DEBUG] 6 processes running of frp type [2026-03-07,02:05:03.377] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,02:05:05.729] [DEBUG] 6 processes running of frp type 2026-03-07 02:09:51.777 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 02:10:02.300 [I] [client/service.go:286] [e65458acf10153c1] login to server success, get run id [e65458acf10153c1] 2026-03-07 02:10:02.301 [I] [proxy/proxy_manager.go:173] [e65458acf10153c1] proxy added: [DNL01B4302] 2026-03-07 02:10:02.937 [I] [client/control.go:168] [e65458acf10153c1] [DNL01B4302] start proxy success [2026-03-07,02:20:03.182] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,02:20:05.291] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,02:35:02.887] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,02:35:05.598] [DEBUG] 6 processes running of frp type [2026-03-07,02:50:02.002] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,02:50:04.180] [DEBUG] 6 processes running of frp type [2026-03-07,03:05:02.424] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,03:05:04.974] [DEBUG] 6 processes running of frp type 2026-03-07 03:07:35.094 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 03:07:45.097 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 03:07:45.098 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 03:07:51.876 [I] [client/service.go:286] [e65458acf10153c1] login to server success, get run id [e65458acf10153c1] 2026-03-07 03:07:51.878 [I] [proxy/proxy_manager.go:173] [e65458acf10153c1] proxy added: [DNL01B4302] 2026-03-07 03:07:52.225 [I] [client/control.go:168] [e65458acf10153c1] [DNL01B4302] start proxy success [2026-03-07,03:20:02.236] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,03:20:04.137] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,03:35:02.372] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,03:35:04.384] [DEBUG] 6 processes running of frp type [2026-03-07,03:50:03.225] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,03:50:04.939] [DEBUG] 6 processes running of frp type [2026-03-07,04:05:02.170] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,04:05:04.263] [DEBUG] 6 processes running of frp type [2026-03-07,04:20:02.607] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,04:20:04.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' [2026-03-07,04:35:03.268] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,04:35:05.124] [DEBUG] 6 processes running of frp type [2026-03-07,04:50:02.559] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,04:50:04.656] [DEBUG] 6 processes running of frp type [2026-03-07,05:05:03.082] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,05:05:05.314] [DEBUG] 6 processes running of frp type [2026-03-07,05:20:02.565] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,05:20:04.991] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,05:35:07.101] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,05:35:09.429] [DEBUG] 6 processes running of frp type [2026-03-07,05:50:02.266] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,05:50:04.830] [DEBUG] 6 processes running of frp type [2026-03-07,06:05:02.271] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,06:05:04.399] [DEBUG] 6 processes running of frp type [2026-03-07,06:20:02.866] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,06:20:04.747] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,06:35:02.348] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,06:35:05.334] [DEBUG] 6 processes running of frp type [2026-03-07,06:50:03.006] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,06:50:05.170] [DEBUG] 6 processes running of frp type [2026-03-07,07:05:02.711] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,07:05:05.320] [DEBUG] 6 processes running of frp type [2026-03-07,07:20:02.542] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,07:20:04.432] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,07:35:02.097] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,07:35:04.260] [DEBUG] 6 processes running of frp type [2026-03-07,07:50:02.848] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,07:50:04.738] [DEBUG] 6 processes running of frp type [2026-03-07,08:02:02.084] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,08:02:04.126] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-07,08:02:34.871] [DEBUG] Log Upload Complete! [2026-03-07,08:05:02.131] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,08:05:04.679] [DEBUG] 6 processes running of frp type [2026-03-07,08:20:02.066] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,08:20:04.424] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,08:35:02.439] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,08:35:04.970] [DEBUG] 6 processes running of frp type [2026-03-07,08:50:02.556] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,08:50:05.378] [DEBUG] 6 processes running of frp type [2026-03-07,09:05:02.695] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,09:05:04.940] [DEBUG] 6 processes running of frp type [2026-03-07,09:20:02.237] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,09:20:04.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-03-07,09:35:02.508] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,09:35:04.613] [DEBUG] 6 processes running of frp type [2026-03-07,09:50:02.260] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,09:50:04.370] [DEBUG] 6 processes running of frp type [2026-03-07,10:05:02.900] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,10:05:05.544] [DEBUG] 6 processes running of frp type [2026-03-07,10:20:03.246] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,10:20:05.698] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,10:35:03.589] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,10:35:11.700] [DEBUG] 6 processes running of frp type [2026-03-07,10:50:02.723] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,10:50:10.878] [DEBUG] 6 processes running of frp type [2026-03-07,11:05:02.266] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,11:05:04.805] [DEBUG] 6 processes running of frp type [2026-03-07,11:20:02.423] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,11:20:05.117] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,11:35:03.436] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,11:35:05.523] [DEBUG] 6 processes running of frp type 2026-03-07 11:39:42.569 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 11:39:52.571 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 11:39:52.572 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 11:40:02.573 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 11:40:02.573 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 11:40:12.575 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 11:40:12.576 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 11:40:22.578 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 11:40:22.578 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 11:40:32.580 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 11:40:52.581 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 11:40:54.253 [I] [client/service.go:286] [e65458acf10153c1] login to server success, get run id [e65458acf10153c1] 2026-03-07 11:40:54.254 [I] [proxy/proxy_manager.go:173] [e65458acf10153c1] proxy added: [DNL01B4302] 2026-03-07 11:40:54.892 [I] [client/control.go:168] [e65458acf10153c1] [DNL01B4302] start proxy success [2026-03-07,11:50:03.135] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,11:50:06.004] [DEBUG] 6 processes running of frp type [2026-03-07,12:05:02.746] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,12:05:05.854] [DEBUG] 6 processes running of frp type [2026-03-07,12:20:02.101] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,12:20:04.855] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,12:35:02.253] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,12:35:05.069] [DEBUG] 6 processes running of frp type [2026-03-07,12:50:03.147] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,12:50:10.797] [DEBUG] 6 processes running of frp type [2026-03-07,13:05:02.271] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,13:05:09.730] [DEBUG] 6 processes running of frp type [2026-03-07,13:20:01.921] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,13:20:04.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-03-07,13:35:02.432] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,13:35:04.886] [DEBUG] 6 processes running of frp type [2026-03-07,13:50:02.492] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,13:50:04.764] [DEBUG] 6 processes running of frp type [2026-03-07,14:05:02.113] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,14:05:04.365] [DEBUG] 6 processes running of frp type [2026-03-07,14:20:02.770] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,14:20:05.196] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,14:35:02.275] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,14:35:04.972] [DEBUG] 6 processes running of frp type [2026-03-07,14:50:02.771] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,14:50:05.354] [DEBUG] 6 processes running of frp type [2026-03-07,15:05:03.157] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,15:05:05.600] [DEBUG] 6 processes running of frp type [2026-03-07,15:20:03.239] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,15:20:05.363] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,15:35:02.800] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,15:35:04.986] [DEBUG] 6 processes running of frp type [2026-03-07,15:50:02.562] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,15:50:05.495] [DEBUG] 6 processes running of frp type [2026-03-07,16:05:03.145] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,16:05:05.383] [DEBUG] 6 processes running of frp type [2026-03-07,16:20:02.964] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,16:20:05.369] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,16:35:02.985] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,16:35:05.259] [DEBUG] 6 processes running of frp type [2026-03-07,16:50:03.105] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,16:50:06.149] [DEBUG] 6 processes running of frp type 2026-03-07 17:00:32.158 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:00:32.160 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:00:34.171 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:00:34.172 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:00:38.206 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:00:38.207 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:00:46.854 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:00:46.855 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:01:04.422 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:01:04.423 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:01:24.424 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:01:24.425 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:01:44.427 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:01:44.428 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:02:04.429 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:02:04.430 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:02:24.432 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:02:24.433 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:02:44.434 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:02:44.436 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:03:04.437 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:03:04.438 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:03:24.439 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:03:24.440 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:03:44.442 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:03:44.443 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:04:04.444 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:04:04.446 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:04:24.446 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:04:24.447 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:04:44.448 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:04:44.449 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:05:04.450 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:05:04.451 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:05:24.452 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:05:24.453 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:05:44.454 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:05:44.455 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:06:04.456 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:06:04.459 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:06:24.460 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:06:24.461 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:06:44.462 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:06:44.464 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:07:04.465 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:07:04.467 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:07:24.468 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:07:24.469 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-07 17:07:44.470 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:07:44.474 [W] [client/service.go:297] [e65458acf10153c1] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-07 17:08:04.475 [I] [client/service.go:294] [e65458acf10153c1] try to connect to server... 2026-03-07 17:08:08.403 [I] [client/service.go:286] [e65458acf10153c1] login to server success, get run id [e65458acf10153c1] 2026-03-07 17:08:08.405 [I] [proxy/proxy_manager.go:173] [e65458acf10153c1] proxy added: [DNL01B4302] 2026-03-07 17:08:08.824 [I] [client/control.go:168] [e65458acf10153c1] [DNL01B4302] start proxy success [2026-03-07,17:20:02.643] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,17:20:04.799] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,17:35:02.420] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,17:35:05.055] [DEBUG] 6 processes running of frp type [2026-03-07,17:50:02.231] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,17:50:04.906] [DEBUG] 6 processes running of frp type [2026-03-07,18:00:41.071] [INFO] Initializing BusSpeedStateManager V2 [2026-03-07,18:00:41.075] [INFO] LocationSqlManager initialising [2026-03-07,18:00:41.076] [INFO] Location DB initialising [2026-03-07,18:00:41.086] [INFO] LocationSqlManager initialisation complete [2026-03-07,18:00:41.086] [DEBUG] UploadManager Init [2026-03-07,18:00:41.087] [DEBUG] UploadManager Init Complete [2026-03-07,18:00:41.090] [INFO] Initializing GPS... [2026-03-07,18:00:41.091] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,18:02:29.632] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,18:02:32.225] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-07,18:03:54.351] [DEBUG] Log Upload Complete! [2026-03-07,18:05:29.658] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,18:05:32.260] [DEBUG] Remote Access Enabled [2026-03-07,18:05:34.128] [INFO] Server Address: 138.201.17.179 [2026-03-07,18:05:34.129] [INFO] Server Port: 7000 [2026-03-07,18:05:34.138] [DEBUG] Starting Remote Access! 2026-03-07 18:05:34.335 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-07 18:05:34.337 [I] [client/service.go:294] try to connect to server... 2026-03-07 18:05:35.844 [I] [client/service.go:286] [735e988042689bd7] login to server success, get run id [735e988042689bd7] 2026-03-07 18:05:35.845 [I] [proxy/proxy_manager.go:173] [735e988042689bd7] proxy added: [DNL01B4302] 2026-03-07 18:05:36.866 [I] [client/control.go:168] [735e988042689bd7] [DNL01B4302] start proxy success 2026-03-07 18:18:56.896 [I] [client/service.go:294] [735e988042689bd7] try to connect to server... 2026-03-07 18:19:06.898 [W] [client/service.go:297] [735e988042689bd7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 18:19:06.899 [I] [client/service.go:294] [735e988042689bd7] try to connect to server... 2026-03-07 18:19:16.900 [W] [client/service.go:297] [735e988042689bd7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 18:19:16.901 [I] [client/service.go:294] [735e988042689bd7] try to connect to server... 2026-03-07 18:19:26.903 [W] [client/service.go:297] [735e988042689bd7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 18:19:26.904 [I] [client/service.go:294] [735e988042689bd7] try to connect to server... 2026-03-07 18:19:36.905 [W] [client/service.go:297] [735e988042689bd7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 18:19:36.906 [I] [client/service.go:294] [735e988042689bd7] try to connect to server... 2026-03-07 18:19:46.907 [W] [client/service.go:297] [735e988042689bd7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout [2026-03-07,18:20:03.112] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-03-07 18:20:06.909 [I] [client/service.go:294] [735e988042689bd7] try to connect to server... 2026-03-07 18:20:08.199 [I] [client/service.go:286] [735e988042689bd7] login to server success, get run id [735e988042689bd7] 2026-03-07 18:20:08.200 [I] [proxy/proxy_manager.go:173] [735e988042689bd7] proxy added: [DNL01B4302] 2026-03-07 18:20:08.728 [I] [client/control.go:168] [735e988042689bd7] [DNL01B4302] start proxy success [2026-03-07,18:20:15.729] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,18:35:03.010] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,18:35:06.005] [DEBUG] 6 processes running of frp type [2026-03-07,18:50:02.981] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,18:50:05.919] [DEBUG] 6 processes running of frp type [2026-03-07,19:05:02.406] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,19:05:04.957] [DEBUG] 6 processes running of frp type [2026-03-07,19:20:02.265] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,19:20:04.588] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,19:35:02.275] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,19:35:04.843] [DEBUG] 6 processes running of frp type [2026-03-07,19:50:02.213] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,19:50:04.913] [DEBUG] 6 processes running of frp type [2026-03-07,20:05:02.457] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,20:05:04.818] [DEBUG] 6 processes running of frp type [2026-03-07,20:20:02.329] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,20:20:04.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-03-07,20:35:03.362] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,20:35:05.820] [DEBUG] 6 processes running of frp type [2026-03-07,20:50:03.294] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,20:50:05.870] [DEBUG] 6 processes running of frp type [2026-03-07,21:05:02.286] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,21:05:09.876] [DEBUG] 6 processes running of frp type [2026-03-07,21:20:02.248] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,21:20:05.035] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,21:35:02.118] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,21:35:09.535] [DEBUG] 6 processes running of frp type [2026-03-07,21:50:02.269] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,21:50:09.496] [DEBUG] 6 processes running of frp type 2026-03-07 21:51:22.247 [I] [client/service.go:294] [735e988042689bd7] try to connect to server... 2026-03-07 21:51:32.249 [W] [client/service.go:297] [735e988042689bd7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 21:51:32.249 [I] [client/service.go:294] [735e988042689bd7] try to connect to server... 2026-03-07 21:51:42.252 [W] [client/service.go:297] [735e988042689bd7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 21:51:42.252 [I] [client/service.go:294] [735e988042689bd7] try to connect to server... 2026-03-07 21:51:52.254 [W] [client/service.go:297] [735e988042689bd7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 21:51:52.255 [I] [client/service.go:294] [735e988042689bd7] try to connect to server... 2026-03-07 21:52:02.256 [W] [client/service.go:297] [735e988042689bd7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 21:52:02.257 [I] [client/service.go:294] [735e988042689bd7] try to connect to server... 2026-03-07 21:52:12.258 [W] [client/service.go:297] [735e988042689bd7] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-07 21:52:32.259 [I] [client/service.go:294] [735e988042689bd7] try to connect to server... 2026-03-07 21:52:33.607 [I] [client/service.go:286] [735e988042689bd7] login to server success, get run id [735e988042689bd7] 2026-03-07 21:52:33.608 [I] [proxy/proxy_manager.go:173] [735e988042689bd7] proxy added: [DNL01B4302] 2026-03-07 21:52:34.243 [I] [client/control.go:168] [735e988042689bd7] [DNL01B4302] start proxy success [2026-03-07,22:05:02.795] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,22:05:05.440] [DEBUG] 6 processes running of frp type [2026-03-07,22:20:02.810] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,22:20:05.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-03-07,22:35:02.654] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,22:35:05.431] [DEBUG] 6 processes running of frp type [2026-03-07,22:50:01.950] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,22:50:04.171] [DEBUG] 6 processes running of frp type [2026-03-07,23:05:02.839] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,23:05:05.279] [DEBUG] 6 processes running of frp type [2026-03-07,23:20:02.567] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,23:20:05.452] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-07,23:35:02.874] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,23:35:04.864] [DEBUG] 6 processes running of frp type [2026-03-07,23:50:02.819] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-07,23:50:04.850] [DEBUG] 6 processes running of frp type [2026-03-08,00:05:02.461] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,00:05:04.425] [DEBUG] 6 processes running of frp type [2026-03-08,00:20:02.658] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,00:20:05.152] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,00:35:02.542] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,00:35:04.856] [DEBUG] 6 processes running of frp type [2026-03-08,00:50:02.475] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,00:50:04.703] [DEBUG] 6 processes running of frp type [2026-03-08,01:05:03.148] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,01:05:05.905] [DEBUG] 6 processes running of frp type [2026-03-08,01:20:02.207] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,01:20:04.520] [DEBUG] 6 processes running of frp type 2026-03-08 01:25:08.035 [I] [client/service.go:294] [735e988042689bd7] try to connect to server... 2026-03-08 01:25:15.967 [I] [client/service.go:286] [735e988042689bd7] login to server success, get run id [735e988042689bd7] 2026-03-08 01:25:15.968 [I] [proxy/proxy_manager.go:173] [735e988042689bd7] proxy added: [DNL01B4302] 2026-03-08 01:25:16.267 [I] [client/control.go:168] [735e988042689bd7] [DNL01B4302] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,01:35:02.786] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,01:35:04.762] [DEBUG] 6 processes running of frp type [2026-03-08,01:50:02.709] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,01:50:04.964] [DEBUG] 6 processes running of frp type [2026-03-08,02:05:02.386] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,02:05:08.974] [DEBUG] 6 processes running of frp type [2026-03-08,02:20:02.176] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,02:20:04.361] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,02:35:02.788] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,02:35:05.537] [DEBUG] 6 processes running of frp type [2026-03-08,02:50:02.668] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,02:50:05.194] [DEBUG] 6 processes running of frp type [2026-03-08,03:05:02.522] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,03:05:04.599] [DEBUG] 6 processes running of frp type [2026-03-08,03:20:03.211] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,03:20:05.873] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,03:35:02.918] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,03:35:05.400] [DEBUG] 6 processes running of frp type [2026-03-08,03:50:03.030] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,03:50:05.341] [DEBUG] 6 processes running of frp type [2026-03-08,04:05:02.731] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,04:05:05.708] [DEBUG] 6 processes running of frp type [2026-03-08,04:20:01.946] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,04:20:04.255] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,04:35:02.763] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,04:35:04.614] [DEBUG] 6 processes running of frp type [2026-03-08,04:50:01.976] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,04:50:04.162] [DEBUG] 6 processes running of frp type [2026-03-08,05:05:02.335] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,05:05:04.707] [DEBUG] 6 processes running of frp type [2026-03-08,05:20:03.031] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,05:20:05.627] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,05:35:02.245] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,05:35:04.532] [DEBUG] 6 processes running of frp type [2026-03-08,05:50:02.310] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,05:50:04.505] [DEBUG] 6 processes running of frp type [2026-03-08,06:05:03.062] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,06:05:05.181] [DEBUG] 6 processes running of frp type [2026-03-08,06:20:02.650] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,06:20:04.704] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,06:35:02.357] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,06:35:04.442] [DEBUG] 6 processes running of frp type [2026-03-08,06:50:02.293] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,06:50:04.958] [DEBUG] 6 processes running of frp type [2026-03-08,07:05:02.285] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,07:05:04.630] [DEBUG] 6 processes running of frp type [2026-03-08,07:20:03.026] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,07:20:05.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-03-08,07:35:02.563] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,07:35:05.040] [DEBUG] 6 processes running of frp type [2026-03-08,07:50:02.762] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,07:50:05.123] [DEBUG] 6 processes running of frp type [2026-03-08,08:02:02.366] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,08:02:04.422] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-08,08:02:18.177] [DEBUG] Log Upload Complete! [2026-03-08,08:05:02.604] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,08:05:04.880] [DEBUG] 6 processes running of frp type [2026-03-08,08:20:02.258] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,08:20:04.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-03-08,08:35:02.290] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,08:35:04.566] [DEBUG] 6 processes running of frp type [2026-03-08,08:50:02.457] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,08:50:04.413] [DEBUG] 6 processes running of frp type [2026-03-08,09:05:03.049] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,09:05:05.506] [DEBUG] 6 processes running of frp type [2026-03-08,08:43:27.296] [INFO] Initializing BusSpeedStateManager V2 [2026-03-08,08:43:27.300] [INFO] LocationSqlManager initialising [2026-03-08,08:43:27.301] [INFO] Location DB initialising [2026-03-08,08:43:27.310] [INFO] LocationSqlManager initialisation complete [2026-03-08,08:43:27.311] [DEBUG] UploadManager Init [2026-03-08,08:43:27.311] [DEBUG] UploadManager Init Complete [2026-03-08,08:43:27.314] [INFO] Initializing GPS... [2026-03-08,08:43:27.316] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,17:15:56.915] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,17:15:58.675] [DEBUG] Remote Access Enabled [2026-03-08,17:16:00.340] [INFO] Server Address: 138.201.17.179 [2026-03-08,17:16:00.342] [INFO] Server Port: 7000 [2026-03-08,17:16:00.351] [DEBUG] Starting Remote Access! 2026-03-08 17:16:00.553 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-08 17:16:00.554 [I] [client/service.go:294] try to connect to server... 2026-03-08 17:16:01.636 [I] [client/service.go:286] [3234ebef8d251d67] login to server success, get run id [3234ebef8d251d67] 2026-03-08 17:16:01.637 [I] [proxy/proxy_manager.go:173] [3234ebef8d251d67] proxy added: [DNL01B4302] 2026-03-08 17:16:02.189 [I] [client/control.go:168] [3234ebef8d251d67] [DNL01B4302] start proxy success [2026-03-08,17:17:43.518] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,17:17:45.659] [DEBUG] 6 processes running of frp type [2026-03-08,17:20:44.065] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,17:20:46.590] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,17:35:02.553] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,17:35:05.410] [DEBUG] 6 processes running of frp type [2026-03-08,17:50:02.623] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,17:50:05.236] [DEBUG] 6 processes running of frp type [2026-03-08,18:00:40.843] [INFO] Initializing BusSpeedStateManager V2 [2026-03-08,18:00:40.850] [INFO] LocationSqlManager initialising [2026-03-08,18:00:40.851] [INFO] Location DB initialising [2026-03-08,18:00:40.862] [INFO] LocationSqlManager initialisation complete [2026-03-08,18:00:40.864] [DEBUG] UploadManager Init [2026-03-08,18:00:40.864] [DEBUG] UploadManager Init Complete [2026-03-08,18:00:40.869] [INFO] Initializing GPS... [2026-03-08,18:00:40.871] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,18:02:29.716] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,18:02:31.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-03-08,18:02:45.095] [DEBUG] Log Upload Complete! [2026-03-08,18:05:29.863] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,18:05:31.820] [DEBUG] Remote Access Enabled [2026-03-08,18:05:33.377] [INFO] Server Address: 138.201.17.179 [2026-03-08,18:05:33.379] [INFO] Server Port: 7000 [2026-03-08,18:05:33.384] [DEBUG] Starting Remote Access! 2026-03-08 18:05:33.519 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-08 18:05:33.519 [I] [client/service.go:294] try to connect to server... 2026-03-08 18:05:34.640 [I] [client/service.go:286] [cf05b8295871aef9] login to server success, get run id [cf05b8295871aef9] 2026-03-08 18:05:34.641 [I] [proxy/proxy_manager.go:173] [cf05b8295871aef9] proxy added: [DNL01B4302] 2026-03-08 18:05:34.959 [I] [client/control.go:168] [cf05b8295871aef9] [DNL01B4302] start proxy success [2026-03-08,18:20:02.950] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,18:20:05.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-03-08,18:35:02.235] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,18:35:09.443] [DEBUG] 6 processes running of frp type [2026-03-08,18:50:02.648] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,18:50:04.800] [DEBUG] 6 processes running of frp type [2026-03-08,19:05:02.085] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,19:05:04.335] [DEBUG] 6 processes running of frp type [2026-03-08,19:20:02.660] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,19:20:04.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-03-08,19:35:02.250] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,19:35:04.318] [DEBUG] 6 processes running of frp type [2026-03-08,19:50:03.304] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,19:50:10.868] [DEBUG] 6 processes running of frp type [2026-03-08,20:05:02.236] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,20:05:11.664] [DEBUG] 6 processes running of frp type [2026-03-08,20:20:02.929] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,20:20:04.786] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,20:35:02.400] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,20:35:04.712] [DEBUG] 6 processes running of frp type [2026-03-08,20:50:02.455] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,20:50:09.674] [DEBUG] 6 processes running of frp type [2026-03-08,21:05:03.254] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,21:05:05.584] [DEBUG] 6 processes running of frp type [2026-03-08,21:20:02.857] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,21:20:10.021] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,21:35:03.047] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,21:35:05.085] [DEBUG] 6 processes running of frp type [2026-03-08,21:50:02.565] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,21:50:04.663] [DEBUG] 6 processes running of frp type [2026-03-08,22:05:02.387] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,22:05:04.201] [DEBUG] 6 processes running of frp type [2026-03-08,22:20:02.717] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,22:20:09.842] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,22:35:03.694] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,22:35:30.318] [DEBUG] 6 processes running of frp type [2026-03-08,22:50:02.366] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,22:50:05.171] [DEBUG] 6 processes running of frp type [2026-03-08,23:05:02.415] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,23:05:05.308] [DEBUG] 6 processes running of frp type [2026-03-08,23:20:02.575] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,23:20:09.648] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-08,23:35:02.348] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,23:35:04.605] [DEBUG] 6 processes running of frp type 2026-03-08 23:36:27.293 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-08 23:36:44.889 [I] [client/service.go:286] [cf05b8295871aef9] login to server success, get run id [cf05b8295871aef9] 2026-03-08 23:36:44.891 [I] [proxy/proxy_manager.go:173] [cf05b8295871aef9] proxy added: [DNL01B4302] 2026-03-08 23:37:04.420 [I] [client/control.go:168] [cf05b8295871aef9] [DNL01B4302] start proxy success 2026-03-08 23:37:14.677 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-08 23:37:32.417 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: i/o deadline reached 2026-03-08 23:37:32.417 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-08 23:37:40.577 [I] [client/service.go:286] [cf05b8295871aef9] login to server success, get run id [cf05b8295871aef9] 2026-03-08 23:37:40.579 [I] [proxy/proxy_manager.go:173] [cf05b8295871aef9] proxy added: [DNL01B4302] 2026-03-08 23:37:54.659 [I] [client/control.go:168] [cf05b8295871aef9] [DNL01B4302] start proxy success 2026-03-08 23:40:54.380 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-08 23:41:17.991 [I] [client/service.go:286] [cf05b8295871aef9] login to server success, get run id [cf05b8295871aef9] 2026-03-08 23:41:17.993 [I] [proxy/proxy_manager.go:173] [cf05b8295871aef9] proxy added: [DNL01B4302] 2026-03-08 23:41:37.272 [I] [client/control.go:168] [cf05b8295871aef9] [DNL01B4302] start proxy success 2026-03-08 23:41:38.500 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-08 23:41:48.502 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-08 23:41:48.503 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-08 23:42:09.603 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: i/o deadline reached 2026-03-08 23:42:09.604 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-08 23:42:23.087 [I] [client/service.go:286] [cf05b8295871aef9] login to server success, get run id [cf05b8295871aef9] 2026-03-08 23:42:23.089 [I] [proxy/proxy_manager.go:173] [cf05b8295871aef9] proxy added: [DNL01B4302] 2026-03-08 23:42:39.177 [I] [client/control.go:168] [cf05b8295871aef9] [DNL01B4302] start proxy success [2026-03-08,23:50:02.241] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-08,23:50:04.131] [DEBUG] 6 processes running of frp type [2026-03-09,00:05:02.871] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,00:05:05.329] [DEBUG] 6 processes running of frp type [2026-03-09,00:20:02.678] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,00:20:05.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-03-09,00:35:02.426] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,00:35:04.877] [DEBUG] 6 processes running of frp type [2026-03-09,00:50:02.704] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,00:50:05.230] [DEBUG] 6 processes running of frp type [2026-03-09,01:05:02.932] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,01:05:05.474] [DEBUG] 6 processes running of frp type [2026-03-09,01:20:03.015] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,01:20:05.249] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,01:35:02.607] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,01:35:05.216] [DEBUG] 6 processes running of frp type [2026-03-09,01:50:02.295] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,01:50:04.609] [DEBUG] 6 processes running of frp type [2026-03-09,02:05:02.970] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,02:05:05.244] [DEBUG] 6 processes running of frp type [2026-03-09,02:20:02.734] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,02:20:05.035] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,02:35:02.231] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,02:35:04.233] [DEBUG] 6 processes running of frp type [2026-03-09,02:50:02.728] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,02:50:04.757] [DEBUG] 6 processes running of frp type [2026-03-09,03:05:02.122] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,03:05:03.934] [DEBUG] 6 processes running of frp type [2026-03-09,03:20:02.366] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,03:20:04.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-03-09,03:35:02.715] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,03:35:05.510] [DEBUG] 6 processes running of frp type [2026-03-09,03:50:02.250] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,03:50:04.019] [DEBUG] 6 processes running of frp type [2026-03-09,04:05:02.237] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,04:05:04.342] [DEBUG] 6 processes running of frp type [2026-03-09,04:20:02.608] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,04:20:04.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-03-09,04:35:02.895] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,04:35:04.787] [DEBUG] 6 processes running of frp type [2026-03-09,04:50:02.578] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,04:50:04.851] [DEBUG] 6 processes running of frp type [2026-03-09,05:05:02.121] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,05:05:04.106] [DEBUG] 6 processes running of frp type [2026-03-09,05:20:02.411] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,05:20:04.954] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,05:35:02.621] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,05:35:04.886] [DEBUG] 6 processes running of frp type [2026-03-09,05:50:03.039] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,05:50:05.412] [DEBUG] 6 processes running of frp type [2026-03-09,06:05:02.841] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,06:05:04.989] [DEBUG] 6 processes running of frp type [2026-03-09,06:20:02.342] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,06:20:04.141] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,06:35:03.224] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,06:35:05.490] [DEBUG] 6 processes running of frp type [2026-03-09,06:50:02.421] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,06:50:04.774] [DEBUG] 6 processes running of frp type [2026-03-09,07:05:02.023] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,07:05:03.844] [DEBUG] 6 processes running of frp type [2026-03-09,07:20:02.057] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,07:20:04.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-03-09,07:35:02.776] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,07:35:05.535] [DEBUG] 6 processes running of frp type [2026-03-09,07:50:03.259] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,07:50:05.619] [DEBUG] 6 processes running of frp type [2026-03-09,08:02:03.068] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,08:02:04.904] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-09,08:02:26.005] [DEBUG] Log Upload Complete! [2026-03-09,08:05:03.037] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,08:05:05.227] [DEBUG] 6 processes running of frp type [2026-03-09,08:20:02.681] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,08:20:05.093] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,08:35:02.802] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,08:35:05.358] [DEBUG] 6 processes running of frp type [2026-03-09,08:50:02.736] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,08:50:05.030] [DEBUG] 6 processes running of frp type [2026-03-09,09:05:02.762] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,09:05:05.137] [DEBUG] 6 processes running of frp type [2026-03-09,09:20:02.381] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,09:20:04.729] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,09:35:02.843] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,09:35:05.183] [DEBUG] 6 processes running of frp type [2026-03-09,09:50:02.224] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,09:50:04.012] [DEBUG] 6 processes running of frp type [2026-03-09,10:05:02.337] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,10:05:04.485] [DEBUG] 6 processes running of frp type [2026-03-09,10:20:02.916] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,10:20:05.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-03-09,10:35:02.750] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,10:35:04.874] [DEBUG] 6 processes running of frp type [2026-03-09,10:50:03.306] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,10:50:06.024] [DEBUG] 6 processes running of frp type [2026-03-09,11:05:02.853] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,11:05:05.214] [DEBUG] 6 processes running of frp type [2026-03-09,11:20:02.706] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,11:20:05.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-03-09,11:35:02.771] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,11:35:05.217] [DEBUG] 6 processes running of frp type [2026-03-09,11:50:02.811] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,11:50:04.645] [DEBUG] 6 processes running of frp type [2026-03-09,12:05:02.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,12:05:04.397] [DEBUG] 6 processes running of frp type [2026-03-09,12:20:02.806] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,12:20:04.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' [2026-03-09,12:35:02.555] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,12:35:04.578] [DEBUG] 6 processes running of frp type [2026-03-09,12:50:02.196] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,12:50:04.951] [DEBUG] 6 processes running of frp type [2026-03-09,13:05:02.401] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,13:05:09.817] [DEBUG] 6 processes running of frp type [2026-03-09,13:20:02.157] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,13:20:04.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-03-09,13:35:02.597] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,13:35:04.463] [DEBUG] 6 processes running of frp type [2026-03-09,13:50:03.037] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,13:50:05.271] [DEBUG] 6 processes running of frp type [2026-03-09,14:05:02.590] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,14:05:05.163] [DEBUG] 6 processes running of frp type [2026-03-09,14:20:02.438] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,14:20:04.337] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,14:35:02.354] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,14:35:04.697] [DEBUG] 6 processes running of frp type [2026-03-09,14:50:02.849] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,14:50:05.137] [DEBUG] 6 processes running of frp type [2026-03-09,15:05:02.475] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,15:05:10.063] [DEBUG] 6 processes running of frp type [2026-03-09,15:20:02.405] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,15:20:05.279] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,15:35:02.120] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,15:35:04.494] [DEBUG] 6 processes running of frp type [2026-03-09,15:50:02.321] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,15:50:04.605] [DEBUG] 6 processes running of frp type [2026-03-09,16:05:03.157] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,16:05:10.520] [DEBUG] 6 processes running of frp type [2026-03-09,16:20:03.191] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,16:20:05.581] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,16:35:02.887] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,16:35:05.381] [DEBUG] 6 processes running of frp type [2026-03-09,16:50:03.137] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,16:50:05.371] [DEBUG] 6 processes running of frp type 2026-03-09 17:00:12.370 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-09 17:00:13.601 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-09 17:00:13.602 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-09 17:00:23.603 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-09 17:00:23.603 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-09 17:00:23.604 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:00:33.340 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-09 17:00:33.341 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:00:53.343 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-09 17:00:53.344 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:01:13.345 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-09 17:01:13.347 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:01:33.348 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-09 17:01:33.350 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:01:53.351 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-09 17:01:53.352 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:02:13.354 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-09 17:02:13.355 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:02:33.357 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-09 17:02:33.358 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:02:53.358 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-09 17:02:53.360 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:03:13.361 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-09 17:03:13.362 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:03:33.363 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-09 17:03:33.365 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:03:53.366 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-09 17:03:53.368 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:04:13.369 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-09 17:04:13.370 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:04:33.372 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-09 17:04:33.373 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:04:53.374 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-09 17:04:53.375 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-09 17:05:13.375 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-09 17:05:13.383 [W] [client/service.go:297] [cf05b8295871aef9] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-09 17:05:33.384 [I] [client/service.go:294] [cf05b8295871aef9] try to connect to server... 2026-03-09 17:05:35.268 [I] [client/service.go:286] [cf05b8295871aef9] login to server success, get run id [cf05b8295871aef9] 2026-03-09 17:05:35.271 [I] [proxy/proxy_manager.go:173] [cf05b8295871aef9] proxy added: [DNL01B4302] 2026-03-09 17:05:35.918 [I] [client/control.go:168] [cf05b8295871aef9] [DNL01B4302] start proxy success [2026-03-09,17:20:02.717] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,17:20:04.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-03-09,17:35:02.767] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,17:35:04.871] [DEBUG] 6 processes running of frp type [2026-03-09,17:50:03.157] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,17:50:05.683] [DEBUG] 6 processes running of frp type [2026-03-09,18:00:41.399] [INFO] Initializing BusSpeedStateManager V2 [2026-03-09,18:00:41.406] [INFO] LocationSqlManager initialising [2026-03-09,18:00:41.407] [INFO] Location DB initialising [2026-03-09,18:00:41.419] [INFO] LocationSqlManager initialisation complete [2026-03-09,18:00:41.420] [DEBUG] UploadManager Init [2026-03-09,18:00:41.421] [DEBUG] UploadManager Init Complete [2026-03-09,18:00:41.425] [INFO] Initializing GPS... [2026-03-09,18:00:41.427] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,18:02:29.305] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,18:02:31.837] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-09,18:02:53.643] [DEBUG] Log Upload Complete! [2026-03-09,18:05:29.363] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,18:05:31.140] [DEBUG] Remote Access Enabled [2026-03-09,18:05:32.619] [INFO] Server Address: 138.201.17.179 [2026-03-09,18:05:32.621] [INFO] Server Port: 7000 [2026-03-09,18:05:32.630] [DEBUG] Starting Remote Access! 2026-03-09 18:05:32.785 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-09 18:05:32.786 [I] [client/service.go:294] try to connect to server... 2026-03-09 18:05:34.190 [I] [client/service.go:286] [d90a3105db29f38f] login to server success, get run id [d90a3105db29f38f] 2026-03-09 18:05:34.191 [I] [proxy/proxy_manager.go:173] [d90a3105db29f38f] proxy added: [DNL01B4302] 2026-03-09 18:05:34.532 [I] [client/control.go:168] [d90a3105db29f38f] [DNL01B4302] start proxy success [2026-03-09,18:20:03.145] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,18:20:10.369] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,18:35:03.010] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,18:35:05.699] [DEBUG] 6 processes running of frp type [2026-03-09,18:50:01.957] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,18:50:04.746] [DEBUG] 6 processes running of frp type [2026-03-09,19:05:01.883] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,19:05:03.844] [DEBUG] 6 processes running of frp type [2026-03-09,19:20:02.104] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,19:20:04.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-03-09,19:35:03.167] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,19:35:05.690] [DEBUG] 6 processes running of frp type [2026-03-09,19:50:02.758] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,19:50:04.854] [DEBUG] 6 processes running of frp type [2026-03-09,20:05:02.550] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,20:05:09.802] [DEBUG] 6 processes running of frp type [2026-03-09,20:20:02.295] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,20:20:04.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-03-09,20:35:02.726] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,20:35:05.261] [DEBUG] 6 processes running of frp type [2026-03-09,20:50:02.251] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,20:50:04.237] [DEBUG] 6 processes running of frp type [2026-03-09,21:05:02.450] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,21:05:14.748] [DEBUG] 6 processes running of frp type [2026-03-09,21:20:01.877] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,21:20:04.097] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-09,21:35:02.979] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,21:35:05.221] [DEBUG] 6 processes running of frp type [2026-03-09,21:50:03.396] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,21:50:05.652] [DEBUG] 6 processes running of frp type [2026-03-09,22:05:02.914] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,22:05:04.940] [DEBUG] 6 processes running of frp type [2026-03-09,22:20:02.337] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,22:20:04.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' [2026-03-09,22:35:02.926] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,22:35:04.742] [DEBUG] 6 processes running of frp type [2026-03-09,22:50:02.776] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,22:50:04.882] [DEBUG] 6 processes running of frp type [2026-03-09,23:05:02.677] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,23:05:04.443] [DEBUG] 6 processes running of frp type [2026-03-09,23:20:02.840] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,23:20:05.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-03-09,23:35:02.357] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,23:35:04.295] [DEBUG] 6 processes running of frp type [2026-03-09,23:50:03.055] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-09,23:50:05.537] [DEBUG] 6 processes running of frp type [2026-03-10,00:05:02.979] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,00:05:05.715] [DEBUG] 6 processes running of frp type [2026-03-10,00:20:01.973] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,00:20:04.137] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,00:35:02.743] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,00:35:04.783] [DEBUG] 6 processes running of frp type [2026-03-10,00:50:02.847] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,00:50:05.046] [DEBUG] 6 processes running of frp type [2026-03-10,01:05:02.596] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,01:05:04.530] [DEBUG] 6 processes running of frp type [2026-03-10,01:20:02.907] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,01:20:05.261] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,01:35:02.578] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,01:35:04.641] [DEBUG] 6 processes running of frp type [2026-03-10,01:50:02.924] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,01:50:05.916] [DEBUG] 6 processes running of frp type [2026-03-10,02:05:02.278] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,02:05:04.484] [DEBUG] 6 processes running of frp type [2026-03-10,02:20:02.705] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,02:20:04.655] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,02:35:02.273] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,02:35:04.438] [DEBUG] 6 processes running of frp type [2026-03-10,02:50:03.028] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,02:50:05.403] [DEBUG] 6 processes running of frp type [2026-03-10,03:05:02.614] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,03:05:04.491] [DEBUG] 6 processes running of frp type [2026-03-10,03:20:02.680] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,03:20:05.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-03-10,03:35:02.542] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,03:35:04.765] [DEBUG] 6 processes running of frp type [2026-03-10,03:50:02.902] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,03:50:05.221] [DEBUG] 6 processes running of frp type [2026-03-10,04:05:02.709] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,04:05:04.862] [DEBUG] 6 processes running of frp type [2026-03-10,04:20:02.327] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,04:20:04.509] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,04:35:02.478] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,04:35:04.822] [DEBUG] 6 processes running of frp type [2026-03-10,04:50:02.978] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,04:50:05.258] [DEBUG] 6 processes running of frp type [2026-03-10,05:05:05.633] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,05:05:08.024] [DEBUG] 6 processes running of frp type [2026-03-10,05:20:02.444] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,05:20:04.926] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,05:35:02.623] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,05:35:04.636] [DEBUG] 6 processes running of frp type [2026-03-10,05:50:02.414] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,05:50:04.382] [DEBUG] 6 processes running of frp type [2026-03-10,06:05:02.671] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,06:05:04.576] [DEBUG] 6 processes running of frp type [2026-03-10,06:20:03.218] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,06:20:05.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' [2026-03-10,06:35:02.979] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,06:35:04.715] [DEBUG] 6 processes running of frp type [2026-03-10,06:50:02.569] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,06:50:05.454] [DEBUG] 6 processes running of frp type [2026-03-10,07:05:06.600] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,07:05:09.131] [DEBUG] 6 processes running of frp type [2026-03-10,07:20:02.684] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,07:20:04.753] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,07:35:03.006] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,07:35:05.849] [DEBUG] 6 processes running of frp type [2026-03-10,07:50:02.269] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,07:50:04.944] [DEBUG] 6 processes running of frp type [2026-03-10,08:02:02.214] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,08:02:04.665] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-10,08:02:20.776] [DEBUG] Log Upload Complete! [2026-03-10,08:05:02.256] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,08:05:04.211] [DEBUG] 6 processes running of frp type [2026-03-10,08:20:02.655] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,08:20:05.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-03-10,08:35:02.646] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,08:35:04.839] [DEBUG] 6 processes running of frp type [2026-03-10,08:50:02.567] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,08:50:04.883] [DEBUG] 6 processes running of frp type [2026-03-10,09:05:02.495] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,09:05:04.503] [DEBUG] 6 processes running of frp type [2026-03-10,09:20:02.792] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,09:20:05.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-03-10,09:35:03.073] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,09:35:05.687] [DEBUG] 6 processes running of frp type [2026-03-10,09:50:02.266] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,09:50:04.646] [DEBUG] 6 processes running of frp type [2026-03-10,10:05:03.253] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,10:05:05.153] [DEBUG] 6 processes running of frp type [2026-03-10,10:20:02.464] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,10:20:04.678] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,10:35:03.202] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,10:35:05.484] [DEBUG] 6 processes running of frp type [2026-03-10,10:50:03.159] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,10:50:04.981] [DEBUG] 6 processes running of frp type [2026-03-10,11:05:02.294] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,11:05:04.729] [DEBUG] 6 processes running of frp type [2026-03-10,11:20:03.373] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,11:20:05.870] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,11:35:02.345] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,11:35:04.538] [DEBUG] 6 processes running of frp type [2026-03-10,11:50:02.855] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,11:50:05.410] [DEBUG] 6 processes running of frp type [2026-03-10,12:05:02.936] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,12:05:05.267] [DEBUG] 6 processes running of frp type [2026-03-10,12:20:02.700] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,12:20:10.315] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,12:35:02.334] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,12:35:04.773] [DEBUG] 6 processes running of frp type [2026-03-10,12:50:02.469] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,12:50:04.716] [DEBUG] 6 processes running of frp type [2026-03-10,13:05:01.959] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,13:05:04.182] [DEBUG] 6 processes running of frp type [2026-03-10,13:20:02.549] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,13:20:05.383] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,13:35:03.057] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,13:35:10.562] [DEBUG] 6 processes running of frp type [2026-03-10,13:50:02.681] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,13:50:04.695] [DEBUG] 6 processes running of frp type [2026-03-10,14:05:02.187] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,14:05:04.795] [DEBUG] 6 processes running of frp type [2026-03-10,14:20:02.422] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,14:20:10.139] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,14:35:02.315] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,14:35:05.285] [DEBUG] 6 processes running of frp type [2026-03-10,14:50:03.193] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,14:50:05.687] [DEBUG] 6 processes running of frp type [2026-03-10,15:05:03.008] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,15:05:05.281] [DEBUG] 6 processes running of frp type [2026-03-10,15:20:02.724] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,15:20:05.097] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,15:35:03.406] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,15:35:05.808] [DEBUG] 6 processes running of frp type [2026-03-10,15:50:02.485] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,15:50:04.481] [DEBUG] 6 processes running of frp type [2026-03-10,16:05:02.765] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,16:05:04.898] [DEBUG] 6 processes running of frp type [2026-03-10,16:20:02.222] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,16:20:04.440] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,16:35:03.258] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,16:35:10.917] [DEBUG] 6 processes running of frp type [2026-03-10,16:50:02.812] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,16:50:05.618] [DEBUG] 6 processes running of frp type 2026-03-10 17:00:35.444 [I] [client/service.go:294] [d90a3105db29f38f] try to connect to server... 2026-03-10 17:00:35.445 [W] [client/service.go:297] [d90a3105db29f38f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:00:37.560 [I] [client/service.go:294] [d90a3105db29f38f] try to connect to server... 2026-03-10 17:00:37.561 [W] [client/service.go:297] [d90a3105db29f38f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:00:42.138 [I] [client/service.go:294] [d90a3105db29f38f] try to connect to server... 2026-03-10 17:00:42.139 [W] [client/service.go:297] [d90a3105db29f38f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:00:51.547 [I] [client/service.go:294] [d90a3105db29f38f] try to connect to server... 2026-03-10 17:00:51.549 [W] [client/service.go:297] [d90a3105db29f38f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:01:11.109 [I] [client/service.go:294] [d90a3105db29f38f] try to connect to server... 2026-03-10 17:01:11.110 [W] [client/service.go:297] [d90a3105db29f38f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:01:31.111 [I] [client/service.go:294] [d90a3105db29f38f] try to connect to server... 2026-03-10 17:01:31.113 [W] [client/service.go:297] [d90a3105db29f38f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:01:51.114 [I] [client/service.go:294] [d90a3105db29f38f] try to connect to server... 2026-03-10 17:01:51.116 [W] [client/service.go:297] [d90a3105db29f38f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:02:11.117 [I] [client/service.go:294] [d90a3105db29f38f] try to connect to server... 2026-03-10 17:02:11.118 [W] [client/service.go:297] [d90a3105db29f38f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:02:31.119 [I] [client/service.go:294] [d90a3105db29f38f] try to connect to server... 2026-03-10 17:02:31.120 [W] [client/service.go:297] [d90a3105db29f38f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:02:51.121 [I] [client/service.go:294] [d90a3105db29f38f] try to connect to server... 2026-03-10 17:02:51.123 [W] [client/service.go:297] [d90a3105db29f38f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:03:11.124 [I] [client/service.go:294] [d90a3105db29f38f] try to connect to server... 2026-03-10 17:03:11.125 [W] [client/service.go:297] [d90a3105db29f38f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:03:31.125 [I] [client/service.go:294] [d90a3105db29f38f] try to connect to server... 2026-03-10 17:03:31.127 [W] [client/service.go:297] [d90a3105db29f38f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:03:51.128 [I] [client/service.go:294] [d90a3105db29f38f] try to connect to server... 2026-03-10 17:03:51.133 [W] [client/service.go:297] [d90a3105db29f38f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:04:11.135 [I] [client/service.go:294] [d90a3105db29f38f] try to connect to server... 2026-03-10 17:04:11.138 [W] [client/service.go:297] [d90a3105db29f38f] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-10 17:04:31.139 [I] [client/service.go:294] [d90a3105db29f38f] try to connect to server... 2026-03-10 17:04:33.854 [I] [client/service.go:286] [d90a3105db29f38f] login to server success, get run id [d90a3105db29f38f] 2026-03-10 17:04:33.855 [I] [proxy/proxy_manager.go:173] [d90a3105db29f38f] proxy added: [DNL01B4302] 2026-03-10 17:04:34.577 [I] [client/control.go:168] [d90a3105db29f38f] [DNL01B4302] start proxy success [2026-03-10,17:05:02.904] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,17:05:05.396] [DEBUG] 6 processes running of frp type [2026-03-10,17:20:02.611] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,17:20:04.871] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,17:35:02.103] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,17:35:09.686] [DEBUG] 6 processes running of frp type [2026-03-10,17:50:02.284] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,17:50:04.752] [DEBUG] 6 processes running of frp type [2026-03-10,18:00:40.912] [INFO] Initializing BusSpeedStateManager V2 [2026-03-10,18:00:40.917] [INFO] LocationSqlManager initialising [2026-03-10,18:00:40.918] [INFO] Location DB initialising [2026-03-10,18:00:40.927] [INFO] LocationSqlManager initialisation complete [2026-03-10,18:00:40.928] [DEBUG] UploadManager Init [2026-03-10,18:00:40.928] [DEBUG] UploadManager Init Complete [2026-03-10,18:00:40.931] [INFO] Initializing GPS... [2026-03-10,18:00:40.933] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,18:02:29.457] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,18:02:31.598] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-10,18:02:44.952] [DEBUG] Log Upload Complete! [2026-03-10,18:05:29.473] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,18:05:31.293] [DEBUG] Remote Access Enabled [2026-03-10,18:05:32.850] [INFO] Server Address: 138.201.17.179 [2026-03-10,18:05:32.851] [INFO] Server Port: 7000 [2026-03-10,18:05:32.861] [DEBUG] Starting Remote Access! 2026-03-10 18:05:33.053 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-10 18:05:33.054 [I] [client/service.go:294] try to connect to server... 2026-03-10 18:05:34.107 [I] [client/service.go:286] [ab4197536ec7c14a] login to server success, get run id [ab4197536ec7c14a] 2026-03-10 18:05:34.108 [I] [proxy/proxy_manager.go:173] [ab4197536ec7c14a] proxy added: [DNL01B4302] 2026-03-10 18:05:34.427 [I] [client/control.go:168] [ab4197536ec7c14a] [DNL01B4302] start proxy success [2026-03-10,18:20:02.132] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,18:20:09.371] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,18:35:02.529] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,18:35:04.827] [DEBUG] 6 processes running of frp type [2026-03-10,18:50:02.799] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,18:50:05.587] [DEBUG] 6 processes running of frp type [2026-03-10,19:05:02.889] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,19:05:05.454] [DEBUG] 6 processes running of frp type [2026-03-10,19:20:02.962] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,19:20:05.660] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,19:35:02.999] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,19:35:05.630] [DEBUG] 6 processes running of frp type [2026-03-10,19:50:02.139] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,19:50:05.253] [DEBUG] 6 processes running of frp type [2026-03-10,20:05:02.952] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,20:05:05.392] [DEBUG] 6 processes running of frp type [2026-03-10,20:20:02.976] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,20:20:05.326] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,20:35:01.987] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,20:35:04.639] [DEBUG] 6 processes running of frp type [2026-03-10,20:50:02.185] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,20:50:04.869] [DEBUG] 6 processes running of frp type [2026-03-10,21:05:02.618] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,21:05:11.649] [DEBUG] 6 processes running of frp type 2026-03-10 21:08:12.710 [I] [client/service.go:294] [ab4197536ec7c14a] try to connect to server... 2026-03-10 21:08:17.294 [I] [client/service.go:286] [ab4197536ec7c14a] login to server success, get run id [ab4197536ec7c14a] 2026-03-10 21:08:17.295 [I] [proxy/proxy_manager.go:173] [ab4197536ec7c14a] proxy added: [DNL01B4302] 2026-03-10 21:08:17.927 [I] [client/control.go:168] [ab4197536ec7c14a] [DNL01B4302] start proxy success [2026-03-10,21:20:03.173] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,21:20:05.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-03-10,21:35:02.894] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,21:35:05.763] [DEBUG] 6 processes running of frp type [2026-03-10,21:50:02.420] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,21:50:05.266] [DEBUG] 6 processes running of frp type [2026-03-10,22:05:02.825] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,22:05:10.136] [DEBUG] 6 processes running of frp type [2026-03-10,22:20:02.520] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,22:20:09.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-03-10,22:35:02.950] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,22:35:04.964] [DEBUG] 6 processes running of frp type 2026-03-10 22:45:34.129 [I] [client/service.go:294] [ab4197536ec7c14a] try to connect to server... 2026-03-10 22:45:36.314 [I] [client/service.go:286] [ab4197536ec7c14a] login to server success, get run id [ab4197536ec7c14a] 2026-03-10 22:45:36.316 [I] [proxy/proxy_manager.go:173] [ab4197536ec7c14a] proxy added: [DNL01B4302] 2026-03-10 22:45:39.581 [I] [client/control.go:168] [ab4197536ec7c14a] [DNL01B4302] start proxy success [2026-03-10,22:50:02.928] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,22:50:05.384] [DEBUG] 6 processes running of frp type [2026-03-10,23:05:02.940] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,23:05:05.088] [DEBUG] 6 processes running of frp type [2026-03-10,23:20:02.841] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,23:20:05.724] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-10,23:35:02.477] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,23:35:05.085] [DEBUG] 6 processes running of frp type [2026-03-10,23:50:02.714] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-10,23:50:04.764] [DEBUG] 6 processes running of frp type [2026-03-11,00:05:02.029] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,00:05:08.326] [DEBUG] 6 processes running of frp type [2026-03-11,00:20:02.632] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,00:20:04.944] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,00:35:02.068] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,00:35:04.258] [DEBUG] 6 processes running of frp type 2026-03-11 00:38:14.932 [I] [client/service.go:294] [ab4197536ec7c14a] try to connect to server... 2026-03-11 00:38:20.971 [I] [client/service.go:286] [ab4197536ec7c14a] login to server success, get run id [ab4197536ec7c14a] 2026-03-11 00:38:20.973 [I] [proxy/proxy_manager.go:173] [ab4197536ec7c14a] proxy added: [DNL01B4302] 2026-03-11 00:38:25.874 [I] [client/control.go:168] [ab4197536ec7c14a] [DNL01B4302] start proxy success [2026-03-11,00:50:03.064] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,00:50:04.978] [DEBUG] 6 processes running of frp type [2026-03-11,01:05:02.195] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,01:05:04.325] [DEBUG] 6 processes running of frp type [2026-03-11,01:20:02.525] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,01:20:05.085] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,01:35:02.767] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,01:35:04.904] [DEBUG] 6 processes running of frp type [2026-03-11,01:50:02.800] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,01:50:04.896] [DEBUG] 6 processes running of frp type [2026-03-11,02:05:02.151] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,02:05:04.264] [DEBUG] 6 processes running of frp type [2026-03-11,02:20:02.638] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,02:20:04.765] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,02:35:02.873] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,02:35:05.375] [DEBUG] 6 processes running of frp type [2026-03-11,02:50:03.259] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,02:50:05.245] [DEBUG] 6 processes running of frp type 2026-03-11 02:51:26.814 [I] [client/service.go:294] [ab4197536ec7c14a] try to connect to server... 2026-03-11 02:51:27.791 [I] [client/service.go:286] [ab4197536ec7c14a] login to server success, get run id [ab4197536ec7c14a] 2026-03-11 02:51:27.792 [I] [proxy/proxy_manager.go:173] [ab4197536ec7c14a] proxy added: [DNL01B4302] 2026-03-11 02:51:28.103 [I] [client/control.go:168] [ab4197536ec7c14a] [DNL01B4302] start proxy success [2026-03-11,03:05:02.908] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,03:05:05.858] [DEBUG] 6 processes running of frp type [2026-03-11,03:20:02.370] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,03:20:04.934] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,03:35:02.602] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,03:35:04.751] [DEBUG] 6 processes running of frp type [2026-03-11,03:50:02.879] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,03:50:04.952] [DEBUG] 6 processes running of frp type [2026-03-11,04:05:02.598] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,04:05:04.750] [DEBUG] 6 processes running of frp type [2026-03-11,04:20:02.153] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,04:20:04.556] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,04:35:03.031] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,04:35:05.262] [DEBUG] 6 processes running of frp type [2026-03-11,04:50:02.777] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,04:50:04.968] [DEBUG] 6 processes running of frp type [2026-03-11,05:05:02.403] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,05:05:04.622] [DEBUG] 6 processes running of frp type [2026-03-11,05:20:02.890] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,05:20:05.028] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,05:35:02.579] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,05:35:04.921] [DEBUG] 6 processes running of frp type [2026-03-11,05:50:02.353] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,05:50:04.558] [DEBUG] 6 processes running of frp type [2026-03-11,06:05:03.131] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,06:05:05.027] [DEBUG] 6 processes running of frp type [2026-03-11,06:20:02.410] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,06:20:04.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-03-11,06:14:44.083] [INFO] Initializing BusSpeedStateManager V2 [2026-03-11,06:14:44.088] [INFO] LocationSqlManager initialising [2026-03-11,06:14:44.089] [INFO] Location DB initialising [2026-03-11,06:14:44.099] [INFO] LocationSqlManager initialisation complete [2026-03-11,06:14:44.100] [DEBUG] UploadManager Init [2026-03-11,06:14:44.101] [DEBUG] UploadManager Init Complete [2026-03-11,06:14:44.104] [INFO] Initializing GPS... [2026-03-11,06:14:44.106] [INFO] Starting location capture [2026-03-11,06:14:44.137] [INFO] Initializing BusSpeedStateManager V2 [2026-03-11,06:14:44.142] [INFO] LocationSqlManager initialising [2026-03-11,06:14:44.143] [INFO] Location DB initialising [2026-03-11,06:14:44.153] [INFO] LocationSqlManager initialisation complete [2026-03-11,06:14:44.154] [DEBUG] UploadManager Init [2026-03-11,06:14:44.154] [DEBUG] UploadManager Init Complete [2026-03-11,06:14:44.157] [INFO] Initializing GPS... [2026-03-11,06:14:44.160] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,18:54:03.088] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,18:54:04.789] [DEBUG] Remote Access Enabled [2026-03-11,18:54:06.207] [INFO] Server Address: 138.201.17.179 [2026-03-11,18:54:06.208] [INFO] Server Port: 7000 [2026-03-11,18:54:06.213] [DEBUG] Starting Remote Access! 2026-03-11 18:54:06.348 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-11 18:54:06.349 [I] [client/service.go:294] try to connect to server... 2026-03-11 18:54:07.480 [I] [client/service.go:286] [a69826da0935cd20] login to server success, get run id [a69826da0935cd20] 2026-03-11 18:54:07.481 [I] [proxy/proxy_manager.go:173] [a69826da0935cd20] proxy added: [DNL01B4302] 2026-03-11 18:54:07.796 [I] [client/control.go:168] [a69826da0935cd20] [DNL01B4302] start proxy success [2026-03-11,18:54:33.104] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,18:54:35.629] [DEBUG] 6 processes running of frp type [2026-03-11,19:05:03.118] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,19:05:05.581] [DEBUG] 6 processes running of frp type [2026-03-11,19:20:03.021] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,19:20:05.406] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,19:35:02.240] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,19:35:09.343] [DEBUG] 6 processes running of frp type [2026-03-11,19:50:02.247] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,19:50:04.394] [DEBUG] 6 processes running of frp type [2026-03-11,20:05:02.731] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,20:05:04.972] [DEBUG] 6 processes running of frp type [2026-03-11,20:20:02.336] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,20:20:05.144] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-11,20:35:03.063] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,20:35:05.595] [DEBUG] 6 processes running of frp type [2026-03-11,20:50:03.176] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,20:50:05.289] [DEBUG] 6 processes running of frp type [2026-03-11,21:05:02.805] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,21:05:05.378] [DEBUG] 6 processes running of frp type [2026-03-11,21:20:02.826] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,21:20:05.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' [2026-03-11,21:35:02.353] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,21:35:04.805] [DEBUG] 6 processes running of frp type [2026-03-11,21:50:02.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,21:50:04.656] [DEBUG] 6 processes running of frp type [2026-03-11,22:05:02.904] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-11,22:05:04.940] [DEBUG] 6 processes running of frp type [2026-03-11,22:14:13.028] [INFO] Initializing BusSpeedStateManager V2 [2026-03-11,22:14:13.033] [INFO] LocationSqlManager initialising [2026-03-11,22:14:13.033] [INFO] Location DB initialising [2026-03-11,22:14:13.043] [INFO] LocationSqlManager initialisation complete [2026-03-11,22:14:13.043] [DEBUG] UploadManager Init [2026-03-11,22:14:13.044] [DEBUG] UploadManager Init Complete [2026-03-11,22:14:13.046] [INFO] Initializing GPS... [2026-03-11,22:14:13.048] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,07:27:33.348] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,07:27:35.235] [DEBUG] Remote Access Enabled [2026-03-12,07:27:37.106] [INFO] Server Address: 138.201.17.179 [2026-03-12,07:27:37.108] [INFO] Server Port: 7000 [2026-03-12,07:27:37.117] [DEBUG] Starting Remote Access! 2026-03-12 07:27:37.291 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-12 07:27:37.291 [I] [client/service.go:294] try to connect to server... 2026-03-12 07:27:38.362 [I] [client/service.go:286] [946b22d4629947c6] login to server success, get run id [946b22d4629947c6] 2026-03-12 07:27:38.363 [I] [proxy/proxy_manager.go:173] [946b22d4629947c6] proxy added: [DNL01B4302] 2026-03-12 07:27:38.683 [I] [client/control.go:168] [946b22d4629947c6] [DNL01B4302] start proxy success [2026-03-12,07:28:34.629] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,07:28:36.344] [DEBUG] 6 processes running of frp type [2026-03-12,07:35:02.731] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,07:35:05.060] [DEBUG] 6 processes running of frp type [2026-03-12,07:50:02.879] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,07:50:05.115] [DEBUG] 6 processes running of frp type [2026-03-12,08:02:02.423] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,08:02:04.439] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-12,08:02:22.920] [DEBUG] Log Upload Complete! [2026-03-12,08:05:02.364] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,08:05:04.998] [DEBUG] 6 processes running of frp type [2026-03-12,08:20:02.507] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,08:20:05.223] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,08:35:03.044] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,08:35:05.132] [DEBUG] 6 processes running of frp type [2026-03-12,08:50:03.216] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,08:50:05.140] [DEBUG] 6 processes running of frp type [2026-03-12,09:05:02.536] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,09:05:05.130] [DEBUG] 6 processes running of frp type [2026-03-12,09:20:02.357] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,09:20:04.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-03-12,09:35:02.337] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,09:35:04.647] [DEBUG] 6 processes running of frp type [2026-03-12,09:50:02.412] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,09:50:04.880] [DEBUG] 6 processes running of frp type [2026-03-12,10:05:02.335] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,10:05:04.340] [DEBUG] 6 processes running of frp type [2026-03-12,10:20:02.815] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,10:20:04.918] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,10:35:02.342] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,10:35:04.355] [DEBUG] 6 processes running of frp type [2026-03-12,10:50:03.224] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,10:50:05.124] [DEBUG] 6 processes running of frp type [2026-03-12,11:05:02.362] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,11:05:04.649] [DEBUG] 6 processes running of frp type [2026-03-12,11:20:02.147] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,11:20:04.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-03-12,11:35:02.279] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,11:35:04.761] [DEBUG] 6 processes running of frp type [2026-03-12,11:50:02.570] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,11:50:04.929] [DEBUG] 6 processes running of frp type [2026-03-12,12:05:02.638] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,12:05:04.703] [DEBUG] 6 processes running of frp type [2026-03-12,12:20:02.118] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,12:20:04.494] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,12:35:03.139] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,12:35:05.597] [DEBUG] 6 processes running of frp type [2026-03-12,12:50:02.324] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,12:50:09.688] [DEBUG] 6 processes running of frp type [2026-03-12,13:05:03.111] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,13:05:06.114] [DEBUG] 6 processes running of frp type [2026-03-12,13:20:02.741] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,13:20:04.804] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,13:35:02.600] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,13:35:10.085] [DEBUG] 6 processes running of frp type [2026-03-12,13:50:03.108] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,13:50:05.460] [DEBUG] 6 processes running of frp type [2026-03-12,14:05:02.912] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,14:05:05.337] [DEBUG] 6 processes running of frp type [2026-03-12,14:20:02.710] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,14:20:05.208] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,14:35:03.034] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,14:35:05.867] [DEBUG] 6 processes running of frp type [2026-03-12,14:50:02.674] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,14:50:05.532] [DEBUG] 6 processes running of frp type [2026-03-12,15:05:03.088] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,15:05:04.947] [DEBUG] 6 processes running of frp type [2026-03-12,15:20:02.221] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,15:20:09.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-03-12,15:35:02.571] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,15:35:05.352] [DEBUG] 6 processes running of frp type [2026-03-12,15:50:02.086] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,15:50:04.785] [DEBUG] 6 processes running of frp type [2026-03-12,16:05:02.383] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,16:05:05.112] [DEBUG] 6 processes running of frp type [2026-03-12,16:20:02.748] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,16:20:05.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-03-12,16:35:02.151] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,16:35:04.441] [DEBUG] 6 processes running of frp type [2026-03-12,16:50:03.321] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,16:50:05.448] [DEBUG] 6 processes running of frp type 2026-03-12 17:00:38.238 [I] [client/service.go:294] [946b22d4629947c6] try to connect to server... 2026-03-12 17:00:38.239 [W] [client/service.go:297] [946b22d4629947c6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:00:40.431 [I] [client/service.go:294] [946b22d4629947c6] try to connect to server... 2026-03-12 17:00:40.432 [W] [client/service.go:297] [946b22d4629947c6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:00:45.020 [I] [client/service.go:294] [946b22d4629947c6] try to connect to server... 2026-03-12 17:00:45.021 [W] [client/service.go:297] [946b22d4629947c6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:00:55.040 [I] [client/service.go:294] [946b22d4629947c6] try to connect to server... 2026-03-12 17:00:55.042 [W] [client/service.go:297] [946b22d4629947c6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:01:15.043 [I] [client/service.go:294] [946b22d4629947c6] try to connect to server... 2026-03-12 17:01:15.044 [W] [client/service.go:297] [946b22d4629947c6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:01:35.045 [I] [client/service.go:294] [946b22d4629947c6] try to connect to server... 2026-03-12 17:01:35.046 [W] [client/service.go:297] [946b22d4629947c6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:01:55.047 [I] [client/service.go:294] [946b22d4629947c6] try to connect to server... 2026-03-12 17:01:55.048 [W] [client/service.go:297] [946b22d4629947c6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:02:15.049 [I] [client/service.go:294] [946b22d4629947c6] try to connect to server... 2026-03-12 17:02:15.050 [W] [client/service.go:297] [946b22d4629947c6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:02:35.051 [I] [client/service.go:294] [946b22d4629947c6] try to connect to server... 2026-03-12 17:02:35.053 [W] [client/service.go:297] [946b22d4629947c6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:02:55.054 [I] [client/service.go:294] [946b22d4629947c6] try to connect to server... 2026-03-12 17:02:55.061 [W] [client/service.go:297] [946b22d4629947c6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:03:15.063 [I] [client/service.go:294] [946b22d4629947c6] try to connect to server... 2026-03-12 17:03:15.068 [W] [client/service.go:297] [946b22d4629947c6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:03:35.069 [I] [client/service.go:294] [946b22d4629947c6] try to connect to server... 2026-03-12 17:03:35.092 [W] [client/service.go:297] [946b22d4629947c6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:03:55.094 [I] [client/service.go:294] [946b22d4629947c6] try to connect to server... 2026-03-12 17:03:55.099 [W] [client/service.go:297] [946b22d4629947c6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-12 17:04:15.101 [I] [client/service.go:294] [946b22d4629947c6] try to connect to server... 2026-03-12 17:04:15.105 [W] [client/service.go:297] [946b22d4629947c6] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-12 17:04:35.106 [I] [client/service.go:294] [946b22d4629947c6] try to connect to server... 2026-03-12 17:04:36.195 [I] [client/service.go:286] [946b22d4629947c6] login to server success, get run id [946b22d4629947c6] 2026-03-12 17:04:36.196 [I] [proxy/proxy_manager.go:173] [946b22d4629947c6] proxy added: [DNL01B4302] 2026-03-12 17:04:36.825 [I] [client/control.go:168] [946b22d4629947c6] [DNL01B4302] start proxy success [2026-03-12,17:05:03.075] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,17:05:05.387] [DEBUG] 6 processes running of frp type [2026-03-12,17:20:02.624] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,17:20:04.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' [2026-03-12,17:35:02.406] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,17:35:04.211] [DEBUG] 6 processes running of frp type [2026-03-12,17:50:02.545] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,17:50:04.717] [DEBUG] 6 processes running of frp type [2026-03-12,18:00:40.927] [INFO] Initializing BusSpeedStateManager V2 [2026-03-12,18:00:40.933] [INFO] LocationSqlManager initialising [2026-03-12,18:00:40.933] [INFO] Location DB initialising [2026-03-12,18:00:40.943] [INFO] LocationSqlManager initialisation complete [2026-03-12,18:00:40.943] [DEBUG] UploadManager Init [2026-03-12,18:00:40.943] [DEBUG] UploadManager Init Complete [2026-03-12,18:00:40.946] [INFO] Initializing GPS... [2026-03-12,18:00: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-03-12,18:02:29.575] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,18:02:31.812] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-12,18:02:56.615] [DEBUG] Log Upload Complete! [2026-03-12,18:05:29.464] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,18:05:31.739] [DEBUG] Remote Access Enabled [2026-03-12,18:05:33.558] [INFO] Server Address: 138.201.17.179 [2026-03-12,18:05:33.559] [INFO] Server Port: 7000 [2026-03-12,18:05:33.568] [DEBUG] Starting Remote Access! 2026-03-12 18:05:33.767 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-12 18:05:33.767 [I] [client/service.go:294] try to connect to server... 2026-03-12 18:05:34.820 [I] [client/service.go:286] [9297a4cd19588b77] login to server success, get run id [9297a4cd19588b77] 2026-03-12 18:05:34.821 [I] [proxy/proxy_manager.go:173] [9297a4cd19588b77] proxy added: [DNL01B4302] 2026-03-12 18:05:35.218 [I] [client/control.go:168] [9297a4cd19588b77] [DNL01B4302] start proxy success [2026-03-12,18:20:02.848] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,18:20:05.588] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,18:35:02.245] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,18:35:04.504] [DEBUG] 6 processes running of frp type [2026-03-12,18:50:02.505] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,18:50:04.335] [DEBUG] 6 processes running of frp type [2026-03-12,19:05:02.633] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,19:05:05.449] [DEBUG] 6 processes running of frp type [2026-03-12,19:20:02.721] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,19:20:10.222] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,19:35:03.122] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,19:35:05.762] [DEBUG] 6 processes running of frp type [2026-03-12,19:50:02.950] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,19:50:05.688] [DEBUG] 6 processes running of frp type [2026-03-12,20:05:03.330] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,20:05:05.728] [DEBUG] 6 processes running of frp type [2026-03-12,20:20:02.110] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,20:20:04.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-03-12,20:35:03.425] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,20:35:05.839] [DEBUG] 6 processes running of frp type [2026-03-12,20:50:02.548] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,20:50:05.177] [DEBUG] 6 processes running of frp type [2026-03-12,21:05:02.546] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,21:05:04.926] [DEBUG] 6 processes running of frp type [2026-03-12,21:20:02.526] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,21:20:20.144] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,21:35:02.111] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,21:35:09.763] [DEBUG] 6 processes running of frp type [2026-03-12,21:50:02.837] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,21:50:10.252] [DEBUG] 6 processes running of frp type [2026-03-12,22:05:02.943] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,22:05:04.944] [DEBUG] 6 processes running of frp type [2026-03-12,22:20:02.608] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,22:20:04.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-03-12,22:35:02.550] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,22:35:05.155] [DEBUG] 6 processes running of frp type [2026-03-12,22:50:03.296] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,22:50:05.884] [DEBUG] 6 processes running of frp type [2026-03-12,23:05:02.614] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,23:05:04.841] [DEBUG] 6 processes running of frp type [2026-03-12,23:20:02.213] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,23:20:04.488] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-12,23:35:02.098] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,23:35:04.266] [DEBUG] 6 processes running of frp type [2026-03-12,23:50:02.816] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-12,23:50:06.835] [DEBUG] 6 processes running of frp type [2026-03-13,00:05:02.176] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,00:05:04.184] [DEBUG] 6 processes running of frp type [2026-03-13,00:20:02.372] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,00:20:04.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-03-13,00:35:02.561] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,00:35:04.696] [DEBUG] 6 processes running of frp type [2026-03-13,00:50:02.474] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,00:50:04.606] [DEBUG] 6 processes running of frp type [2026-03-13,01:05:01.909] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,01:05:04.283] [DEBUG] 6 processes running of frp type [2026-03-13,01:20:02.452] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,01:20:04.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-03-13,01:35:02.412] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,01:35:04.597] [DEBUG] 6 processes running of frp type [2026-03-13,01:50:02.192] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,01:50:04.238] [DEBUG] 6 processes running of frp type [2026-03-13,02:05:02.650] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,02:05:04.461] [DEBUG] 6 processes running of frp type [2026-03-13,02:20:02.696] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,02:20:04.929] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,02:35:02.420] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,02:35:04.751] [DEBUG] 6 processes running of frp type [2026-03-13,02:50:03.869] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,02:50:06.253] [DEBUG] 6 processes running of frp type [2026-03-13,03:05:02.603] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,03:05:04.778] [DEBUG] 6 processes running of frp type [2026-03-13,03:20:02.054] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,03:20:04.343] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,03:35:02.852] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,03:35:04.883] [DEBUG] 6 processes running of frp type [2026-03-13,03:50:02.655] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,03:50:05.124] [DEBUG] 6 processes running of frp type [2026-03-13,04:05:02.641] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,04:05:04.606] [DEBUG] 6 processes running of frp type [2026-03-13,04:20:02.829] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,04:20:04.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-03-13,04:35:02.806] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,04:35:05.071] [DEBUG] 6 processes running of frp type [2026-03-13,04:50:02.469] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,04:50:04.641] [DEBUG] 6 processes running of frp type [2026-03-13,05:05:03.123] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,05:05:05.403] [DEBUG] 6 processes running of frp type [2026-03-13,05:20:02.779] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,05:20:05.040] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,05:35:02.285] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,05:35:04.701] [DEBUG] 6 processes running of frp type [2026-03-13,05:50:06.343] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,05:50:14.466] [DEBUG] 6 processes running of frp type [2026-03-13,06:05:03.302] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,06:05:08.118] [DEBUG] 6 processes running of frp type 2026-03-13 06:17:08.627 [I] [client/service.go:294] [9297a4cd19588b77] try to connect to server... 2026-03-13 06:17:14.436 [I] [client/service.go:286] [9297a4cd19588b77] login to server success, get run id [9297a4cd19588b77] 2026-03-13 06:17:14.438 [I] [proxy/proxy_manager.go:173] [9297a4cd19588b77] proxy added: [DNL01B4302] 2026-03-13 06:17:15.457 [I] [client/control.go:168] [9297a4cd19588b77] [DNL01B4302] start proxy success [2026-03-13,06:20:02.549] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,06:20:06.807] [DEBUG] 6 processes running of frp type [2026-03-13,05:47:33.910] [INFO] Initializing BusSpeedStateManager V2 [2026-03-13,05:47:33.916] [INFO] LocationSqlManager initialising [2026-03-13,05:47:33.917] [INFO] Location DB initialising [2026-03-13,05:47:33.929] [INFO] LocationSqlManager initialisation complete [2026-03-13,05:47:33.930] [DEBUG] UploadManager Init [2026-03-13,05:47:33.931] [DEBUG] UploadManager Init Complete [2026-03-13,05:47:33.935] [INFO] Initializing GPS... [2026-03-13,05:47:33.938] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,17:54:25.468] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,17:54:32.448] [DEBUG] Remote Access Enabled [2026-03-13,17:54:34.018] [INFO] Server Address: 138.201.17.179 [2026-03-13,17:54:34.019] [INFO] Server Port: 7000 [2026-03-13,17:54:34.028] [DEBUG] Starting Remote Access! 2026-03-13 17:54:34.252 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-13 17:54:34.253 [I] [client/service.go:294] try to connect to server... 2026-03-13 17:54:35.257 [I] [client/service.go:286] [4a09fcff3e576ad5] login to server success, get run id [4a09fcff3e576ad5] 2026-03-13 17:54:35.258 [I] [proxy/proxy_manager.go:173] [4a09fcff3e576ad5] proxy added: [DNL01B4302] 2026-03-13 17:54:35.593 [I] [client/control.go:168] [4a09fcff3e576ad5] [DNL01B4302] start proxy success [2026-03-13,18:00:40.939] [INFO] Initializing BusSpeedStateManager V2 [2026-03-13,18:00:40.947] [INFO] LocationSqlManager initialising [2026-03-13,18:00:40.947] [INFO] Location DB initialising [2026-03-13,18:00:40.961] [INFO] LocationSqlManager initialisation complete [2026-03-13,18:00:40.962] [DEBUG] UploadManager Init [2026-03-13,18:00:40.962] [DEBUG] UploadManager Init Complete [2026-03-13,18:00:40.967] [INFO] Initializing GPS... [2026-03-13,18:00:40.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-03-13,18:02:29.573] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,18:02:31.814] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-13,18:02:44.814] [DEBUG] Log Upload Complete! [2026-03-13,18:05:29.774] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,18:05:31.996] [DEBUG] Remote Access Enabled [2026-03-13,18:05:33.863] [INFO] Server Address: 138.201.17.179 [2026-03-13,18:05:33.865] [INFO] Server Port: 7000 [2026-03-13,18:05:33.874] [DEBUG] Starting Remote Access! 2026-03-13 18:05:34.066 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-13 18:05:34.067 [I] [client/service.go:294] try to connect to server... 2026-03-13 18:05:35.447 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-13 18:05:35.448 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] 2026-03-13 18:05:36.087 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success [2026-03-13,18:20:03.125] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,18:20:05.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-03-13,18:35:02.806] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,18:35:10.286] [DEBUG] 6 processes running of frp type [2026-03-13,18:50:03.175] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,18:50:05.314] [DEBUG] 6 processes running of frp type [2026-03-13,19:05:02.819] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,19:05:04.838] [DEBUG] 6 processes running of frp type [2026-03-13,19:20:02.187] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,19:20:14.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-03-13 19:29:50.527 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 19:29:51.838 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-13 19:29:51.839 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] 2026-03-13 19:29:54.405 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success 2026-03-13 19:33:03.840 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 19:33:17.277 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-13 19:33:17.279 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] 2026-03-13 19:33:18.238 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success [2026-03-13,19:35:05.645] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,19:35:17.599] [DEBUG] 6 processes running of frp type 2026-03-13 19:35:27.417 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 19:35:28.702 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-13 19:35:28.703 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] 2026-03-13 19:35:29.026 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success 2026-03-13 19:38:09.390 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 19:38:10.996 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-13 19:38:10.998 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] 2026-03-13 19:38:11.358 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success 2026-03-13 19:49:16.620 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 19:49:20.478 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-13 19:49:20.479 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] 2026-03-13 19:49:21.102 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success [2026-03-13,19:50:03.089] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,19:50:07.330] [DEBUG] 6 processes running of frp type [2026-03-13,20:05:06.165] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,20:05:35.243] [DEBUG] 6 processes running of frp type 2026-03-13 20:10:32.397 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 20:10:33.340 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-13 20:10:33.341 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] 2026-03-13 20:10:33.660 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success [2026-03-13,20:20:02.628] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,20:20:05.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-03-13,20:35:01.966] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,20:35:18.785] [DEBUG] 6 processes running of frp type 2026-03-13 20:36:08.980 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 20:36:18.982 [W] [client/service.go:297] [95d9651faad432df] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 20:36:18.983 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 20:36:30.151 [W] [client/service.go:297] [95d9651faad432df] connect to server error: i/o deadline reached 2026-03-13 20:36:30.151 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 20:36:47.163 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-13 20:36:47.164 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] 2026-03-13 20:36:53.742 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success 2026-03-13 20:48:57.503 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 20:49:02.623 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-13 20:49:02.625 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] 2026-03-13 20:49:07.108 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success [2026-03-13,20:50:02.143] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-03-13 20:50:12.072 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... [2026-03-13,20:50:12.211] [DEBUG] 6 processes running of frp type 2026-03-13 20:50:22.275 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-13 20:50:22.276 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] 2026-03-13 20:50:26.449 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success 2026-03-13 20:50:56.540 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 20:51:03.890 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-13 20:51:03.892 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] 2026-03-13 20:51:30.314 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success 2026-03-13 20:51:31.720 [W] [client/control.go:166] [95d9651faad432df] [DNL01B4302] start error: status not wait start, ignore start message 2026-03-13 20:57:25.016 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 20:57:35.162 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-13 20:57:35.164 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] 2026-03-13 20:57:47.732 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success 2026-03-13 21:00:09.497 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:00:18.168 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-13 21:00:18.169 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] 2026-03-13 21:00:22.348 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success [2026-03-13,21:05:04.271] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,21:05:24.245] [DEBUG] 6 processes running of frp type 2026-03-13 21:06:31.499 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:06:43.094 [W] [client/service.go:297] [95d9651faad432df] connect to server error: connection write timeout 2026-03-13 21:06:43.095 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:06:49.752 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-13 21:06:49.753 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] 2026-03-13 21:06:53.923 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success 2026-03-13 21:09:04.199 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:09:14.201 [W] [client/service.go:297] [95d9651faad432df] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 21:09:14.202 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:09:24.203 [W] [client/service.go:297] [95d9651faad432df] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 21:09:24.204 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:09:34.206 [W] [client/service.go:297] [95d9651faad432df] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 21:09:34.207 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:09:44.208 [W] [client/service.go:297] [95d9651faad432df] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 21:09:44.209 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:09:54.210 [W] [client/service.go:297] [95d9651faad432df] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 21:10:14.212 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:10:24.214 [W] [client/service.go:297] [95d9651faad432df] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 21:10:44.216 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:10:54.218 [W] [client/service.go:297] [95d9651faad432df] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 21:11:14.219 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:11:31.754 [W] [client/service.go:297] [95d9651faad432df] connect to server error: connection write timeout 2026-03-13 21:11:51.756 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:11:59.918 [W] [client/service.go:297] [95d9651faad432df] connect to server error: session shutdown 2026-03-13 21:12:19.919 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:12:32.288 [W] [client/service.go:297] [95d9651faad432df] connect to server error: i/o deadline reached 2026-03-13 21:12:52.290 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:13:02.291 [W] [client/service.go:297] [95d9651faad432df] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 21:13:22.293 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:13:32.294 [W] [client/service.go:297] [95d9651faad432df] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 21:13:52.296 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:14:02.297 [W] [client/service.go:297] [95d9651faad432df] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 21:14:22.298 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:14:26.695 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-13 21:14:26.696 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] 2026-03-13 21:14:32.183 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success [2026-03-13,21:20:02.521] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-03-13 21:20:20.849 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:20:25.952 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-13 21:20:25.952 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] [2026-03-13,21:20:31.554] [DEBUG] 6 processes running of frp type 2026-03-13 21:20:33.636 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success 2026-03-13 21:23:49.704 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:24:04.411 [W] [client/service.go:297] [95d9651faad432df] connect to server error: connection write timeout 2026-03-13 21:24:04.412 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:24:18.171 [W] [client/service.go:297] [95d9651faad432df] connect to server error: connection write timeout 2026-03-13 21:24:18.172 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:24:28.173 [W] [client/service.go:297] [95d9651faad432df] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 21:24:28.174 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:24:39.597 [W] [client/service.go:297] [95d9651faad432df] connect to server error: session shutdown 2026-03-13 21:24:39.598 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:24:49.600 [W] [client/service.go:297] [95d9651faad432df] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-13 21:25:09.601 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-13 21:25:10.799 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-13 21:25:10.800 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] 2026-03-13 21:25:11.124 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,21:35:02.499] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,21:35:05.007] [DEBUG] 6 processes running of frp type [2026-03-13,21:50:02.613] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,21:50:05.244] [DEBUG] 6 processes running of frp type [2026-03-13,22:05:02.638] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,22:05:05.017] [DEBUG] 6 processes running of frp type [2026-03-13,22:20:04.534] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,22:20:09.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-03-13,22:35:03.003] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,22:35:04.819] [DEBUG] 6 processes running of frp type [2026-03-13,22:50:03.043] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,22:50:05.338] [DEBUG] 6 processes running of frp type [2026-03-13,23:05:02.693] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,23:05:05.106] [DEBUG] 6 processes running of frp type [2026-03-13,23:20:02.455] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,23:20:04.882] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-13,23:35:02.082] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,23:35:04.207] [DEBUG] 6 processes running of frp type [2026-03-13,23:50:02.453] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-13,23:50:05.366] [DEBUG] 6 processes running of frp type [2026-03-14,00:05:02.648] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,00:05:04.956] [DEBUG] 6 processes running of frp type [2026-03-14,00:20:02.335] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,00:20:05.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-03-14,00:35:02.094] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,00:35:04.736] [DEBUG] 6 processes running of frp type 2026-03-14 00:39:44.818 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-14 00:39:47.889 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-14 00:39:47.891 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] 2026-03-14 00:39:48.550 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success [2026-03-14,00:50:02.370] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,00:50:05.163] [DEBUG] 6 processes running of frp type [2026-03-14,01:05:02.474] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,01:05:05.326] [DEBUG] 6 processes running of frp type [2026-03-14,01:20:02.641] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,01:20:05.423] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,01:35:03.285] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,01:35:05.708] [DEBUG] 6 processes running of frp type 2026-03-14 01:36:42.266 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-14 01:36:43.800 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-14 01:36:43.802 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] 2026-03-14 01:36:44.125 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success [2026-03-14,01:50:02.491] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,01:50:04.812] [DEBUG] 6 processes running of frp type [2026-03-14,02:05:02.191] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,02:05:04.417] [DEBUG] 6 processes running of frp type [2026-03-14,02:20:02.757] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,02:20:04.513] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,02:35:02.528] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,02:35:05.080] [DEBUG] 6 processes running of frp type 2026-03-14 02:40:15.884 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-14 02:40:18.960 [W] [client/service.go:297] [95d9651faad432df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-14 02:40:18.961 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-14 02:40:22.158 [W] [client/service.go:297] [95d9651faad432df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-14 02:40:22.159 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-14 02:40:25.359 [W] [client/service.go:297] [95d9651faad432df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-14 02:40:34.110 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-14 02:40:34.114 [W] [client/service.go:297] [95d9651faad432df] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-14 02:40:52.163 [I] [client/service.go:294] [95d9651faad432df] try to connect to server... 2026-03-14 02:40:53.253 [I] [client/service.go:286] [95d9651faad432df] login to server success, get run id [95d9651faad432df] 2026-03-14 02:40:53.254 [I] [proxy/proxy_manager.go:173] [95d9651faad432df] proxy added: [DNL01B4302] 2026-03-14 02:40:53.577 [I] [client/control.go:168] [95d9651faad432df] [DNL01B4302] start proxy success [2026-03-14,02:50:02.344] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,02:50:04.617] [DEBUG] 6 processes running of frp type [2026-03-14,03:05:03.273] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,03:05:07.745] [DEBUG] 6 processes running of frp type [2026-03-14,03:20:02.049] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,03:20:05.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-03-14,03:35:02.535] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,03:35:04.399] [DEBUG] 6 processes running of frp type [2026-03-14,03:50:02.170] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,03:50:05.563] [DEBUG] 6 processes running of frp type [2026-03-14,04:05:02.976] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,04:05:04.744] [DEBUG] 6 processes running of frp type [2026-03-14,04:20:02.080] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,04:20:04.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-03-14,04:35:02.288] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,04:35:04.483] [DEBUG] 6 processes running of frp type [2026-03-14,04:50:02.079] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,04:50:04.058] [DEBUG] 6 processes running of frp type [2026-03-14,05:05:02.320] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,05:05:04.759] [DEBUG] 6 processes running of frp type [2026-03-14,05:20:02.117] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,05:20:04.847] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,05:35:02.863] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,05:35:04.986] [DEBUG] 6 processes running of frp type [2026-03-14,05:16:38.454] [INFO] Initializing BusSpeedStateManager V2 [2026-03-14,05:16:38.459] [INFO] LocationSqlManager initialising [2026-03-14,05:16:38.460] [INFO] Location DB initialising [2026-03-14,05:16:38.469] [INFO] LocationSqlManager initialisation complete [2026-03-14,05:16:38.470] [DEBUG] UploadManager Init [2026-03-14,05:16:38.471] [DEBUG] UploadManager Init Complete [2026-03-14,05:16:38.474] [INFO] Initializing GPS... [2026-03-14,05:16:38.476] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,17:46:42.913] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,17:46:44.756] [DEBUG] Remote Access Enabled [2026-03-14,17:46:46.609] [INFO] Server Address: 138.201.17.179 [2026-03-14,17:46:46.610] [INFO] Server Port: 7000 [2026-03-14,17:46:46.619] [DEBUG] Starting Remote Access! 2026-03-14 17:46:46.821 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-14 17:46:46.822 [I] [client/service.go:294] try to connect to server... 2026-03-14 17:46:47.874 [I] [client/service.go:286] [2a5772c8b19a242e] login to server success, get run id [2a5772c8b19a242e] 2026-03-14 17:46:47.875 [I] [proxy/proxy_manager.go:173] [2a5772c8b19a242e] proxy added: [DNL01B4302] 2026-03-14 17:46:48.204 [I] [client/control.go:168] [2a5772c8b19a242e] [DNL01B4302] start proxy success [2026-03-14,18:00:41.326] [INFO] Initializing BusSpeedStateManager V2 [2026-03-14,18:00:41.331] [INFO] LocationSqlManager initialising [2026-03-14,18:00:41.331] [INFO] Location DB initialising [2026-03-14,18:00:41.341] [INFO] LocationSqlManager initialisation complete [2026-03-14,18:00:41.342] [DEBUG] UploadManager Init [2026-03-14,18:00:41.342] [DEBUG] UploadManager Init Complete [2026-03-14,18:00:41.345] [INFO] Initializing GPS... [2026-03-14,18:00:41.347] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,18:02:29.809] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,18:02:31.958] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-14,18:03:06.718] [DEBUG] Log Upload Complete! [2026-03-14,18:05:29.950] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,18:05:31.745] [DEBUG] Remote Access Enabled [2026-03-14,18:05:33.710] [INFO] Server Address: 138.201.17.179 [2026-03-14,18:05:33.711] [INFO] Server Port: 7000 [2026-03-14,18:05:33.721] [DEBUG] Starting Remote Access! 2026-03-14 18:05:33.915 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-14 18:05:33.915 [I] [client/service.go:294] try to connect to server... 2026-03-14 18:05:35.278 [I] [client/service.go:286] [ea5beea4384ebfc9] login to server success, get run id [ea5beea4384ebfc9] 2026-03-14 18:05:35.280 [I] [proxy/proxy_manager.go:173] [ea5beea4384ebfc9] proxy added: [DNL01B4302] 2026-03-14 18:05:35.915 [I] [client/control.go:168] [ea5beea4384ebfc9] [DNL01B4302] start proxy success [2026-03-14,18:20:02.409] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,18:20:04.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-03-14,18:35:02.234] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,18:35:04.286] [DEBUG] 6 processes running of frp type [2026-03-14,18:50:02.472] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,18:50:04.480] [DEBUG] 6 processes running of frp type [2026-03-14,19:05:03.008] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,19:05:05.572] [DEBUG] 6 processes running of frp type [2026-03-14,19:20:02.835] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,19:20:05.201] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,19:35:03.166] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,19:35:05.578] [DEBUG] 6 processes running of frp type [2026-03-14,19:50:03.074] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,19:50:11.162] [DEBUG] 6 processes running of frp type [2026-03-14,20:05:02.601] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,20:05:05.032] [DEBUG] 6 processes running of frp type [2026-03-14,20:20:02.338] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,20:20:04.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-03-14,20:35:03.216] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,20:35:05.593] [DEBUG] 6 processes running of frp type [2026-03-14,20:50:02.579] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,20:50:05.211] [DEBUG] 6 processes running of frp type [2026-03-14,21:05:02.935] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,21:05:05.268] [DEBUG] 6 processes running of frp type [2026-03-14,21:20:02.797] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,21:20:05.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-03-14,21:35:02.576] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,21:35:10.124] [DEBUG] 6 processes running of frp type [2026-03-14,21:50:02.959] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,21:50:10.358] [DEBUG] 6 processes running of frp type [2026-03-14,22:05:02.921] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,22:05:05.278] [DEBUG] 6 processes running of frp type [2026-03-14,22:20:02.523] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,22:20:05.233] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,22:35:02.843] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,22:35:05.656] [DEBUG] 6 processes running of frp type [2026-03-14,22:50:02.443] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,22:50:10.080] [DEBUG] 6 processes running of frp type [2026-03-14,23:05:02.892] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,23:05:04.948] [DEBUG] 6 processes running of frp type [2026-03-14,23:20:02.312] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,23:20:04.488] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-14,23:35:02.469] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,23:35:04.337] [DEBUG] 6 processes running of frp type [2026-03-14,23:50:03.002] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-14,23:50:05.185] [DEBUG] 6 processes running of frp type [2026-03-15,00:05:02.697] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,00:05:04.971] [DEBUG] 6 processes running of frp type [2026-03-15,00:20:02.231] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,00:20:04.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-03-15,00:35:02.711] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,00:35:04.888] [DEBUG] 6 processes running of frp type [2026-03-15,00:50:02.759] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,00:50:04.828] [DEBUG] 6 processes running of frp type [2026-03-15,01:05:01.976] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,01:05:04.237] [DEBUG] 6 processes running of frp type [2026-03-15,01:20:02.663] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,01:20:05.048] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,01:35:03.126] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,01:35:05.201] [DEBUG] 6 processes running of frp type [2026-03-15,01:50:02.464] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,01:50:04.819] [DEBUG] 6 processes running of frp type [2026-03-15,02:05:02.401] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,02:05:04.557] [DEBUG] 6 processes running of frp type [2026-03-15,02:20:02.995] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,02:20:05.382] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,02:35:02.416] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,02:35:04.557] [DEBUG] 6 processes running of frp type [2026-03-15,02:50:02.358] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,02:50:04.725] [DEBUG] 6 processes running of frp type [2026-03-15,03:05:03.087] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,03:05:05.566] [DEBUG] 6 processes running of frp type [2026-03-15,03:20:03.114] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,03:20:05.347] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,03:35:02.915] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,03:35:04.874] [DEBUG] 6 processes running of frp type [2026-03-15,03:50:02.070] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,03:50:04.064] [DEBUG] 6 processes running of frp type [2026-03-15,04:05:02.352] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,04:05:04.558] [DEBUG] 6 processes running of frp type [2026-03-15,04:20:03.030] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,04:20:05.343] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,04:35:03.345] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,04:35:05.520] [DEBUG] 6 processes running of frp type [2026-03-15,04:50:03.220] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,04:50:05.376] [DEBUG] 6 processes running of frp type [2026-03-15,05:05:02.651] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,05:05:04.981] [DEBUG] 6 processes running of frp type [2026-03-15,05:20:02.315] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,05:20:04.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-03-15,05:35:02.971] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,05:35:05.267] [DEBUG] 6 processes running of frp type [2026-03-15,05:50:03.120] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,05:50:05.363] [DEBUG] 6 processes running of frp type [2026-03-15,06:05:02.871] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,06:05:04.867] [DEBUG] 6 processes running of frp type [2026-03-15,06:20:02.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,06:20:04.718] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,06:35:02.874] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,06:35:04.748] [DEBUG] 6 processes running of frp type [2026-03-15,06:50:03.351] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,06:50:05.234] [DEBUG] 6 processes running of frp type [2026-03-15,07:05:02.792] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,07:05:05.065] [DEBUG] 6 processes running of frp type [2026-03-15,07:20:02.545] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,07:20:04.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-03-15,07:35:02.772] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,07:35:05.131] [DEBUG] 6 processes running of frp type [2026-03-15,07:50:02.878] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,07:50:05.276] [DEBUG] 6 processes running of frp type [2026-03-15,08:02:02.605] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,08:02:04.274] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-15,08:02:15.102] [DEBUG] Log Upload Complete! [2026-03-15,08:05:02.709] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,08:05:05.051] [DEBUG] 6 processes running of frp type [2026-03-15,08:20:02.661] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,08:20:05.351] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,08:35:02.454] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,08:35:04.456] [DEBUG] 6 processes running of frp type [2026-03-15,08:50:02.276] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,08:50:04.296] [DEBUG] 6 processes running of frp type [2026-03-15,09:05:02.908] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,09:05:05.127] [DEBUG] 6 processes running of frp type [2026-03-15,09:20:02.421] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,09:20:04.658] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,09:35:02.346] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,09:35:04.806] [DEBUG] 6 processes running of frp type [2026-03-15,09:50:02.747] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,09:50:05.335] [DEBUG] 6 processes running of frp type [2026-03-15,10:05:02.733] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,10:05:04.955] [DEBUG] 6 processes running of frp type [2026-03-15,10:20:02.377] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,10:20:05.050] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,10:35:02.794] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,10:35:05.203] [DEBUG] 6 processes running of frp type [2026-03-15,10:50:03.178] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,10:50:05.596] [DEBUG] 6 processes running of frp type [2026-03-15,11:05:03.318] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,11:05:05.132] [DEBUG] 6 processes running of frp type [2026-03-15,11:20:02.392] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,11:20:04.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-03-15,11:35:02.892] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,11:35:05.290] [DEBUG] 6 processes running of frp type [2026-03-15,11:50:02.999] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,11:50:05.334] [DEBUG] 6 processes running of frp type [2026-03-15,12:05:03.032] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,12:05:05.538] [DEBUG] 6 processes running of frp type [2026-03-15,12:20:02.855] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,12:20:05.319] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,12:35:02.489] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,12:35:04.618] [DEBUG] 6 processes running of frp type [2026-03-15,12:50:02.415] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,12:50:04.898] [DEBUG] 6 processes running of frp type [2026-03-15,13:05:02.705] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,13:05:05.199] [DEBUG] 6 processes running of frp type [2026-03-15,13:20:02.851] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,13:20:05.289] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,13:35:02.227] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,13:35:04.540] [DEBUG] 6 processes running of frp type [2026-03-15,13:50:02.256] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,13:50:04.637] [DEBUG] 6 processes running of frp type [2026-03-15,14:05:03.085] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,14:05:05.772] [DEBUG] 6 processes running of frp type [2026-03-15,14:20:02.122] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,14:20:04.638] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,14:35:02.961] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,14:35:05.133] [DEBUG] 6 processes running of frp type [2026-03-15,14:50:02.700] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,14:50:04.673] [DEBUG] 6 processes running of frp type [2026-03-15,15:05:02.021] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,15:05:04.593] [DEBUG] 6 processes running of frp type [2026-03-15,15:20:02.948] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,15:20:05.336] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,15:35:02.631] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,15:35:04.883] [DEBUG] 6 processes running of frp type [2026-03-15,15:50:02.922] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,15:50:05.270] [DEBUG] 6 processes running of frp type [2026-03-15,16:05:02.575] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,16:05:04.566] [DEBUG] 6 processes running of frp type [2026-03-15,16:20:02.958] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,16:20:05.721] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,16:35:03.055] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,16:35:05.125] [DEBUG] 6 processes running of frp type [2026-03-15,16:50:02.661] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,16:50:05.043] [DEBUG] 6 processes running of frp type 2026-03-15 17:00:24.085 [I] [client/service.go:294] [ea5beea4384ebfc9] try to connect to server... 2026-03-15 17:00:24.086 [W] [client/service.go:297] [ea5beea4384ebfc9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:00:26.249 [I] [client/service.go:294] [ea5beea4384ebfc9] try to connect to server... 2026-03-15 17:00:26.251 [W] [client/service.go:297] [ea5beea4384ebfc9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:00:30.967 [I] [client/service.go:294] [ea5beea4384ebfc9] try to connect to server... 2026-03-15 17:00:30.969 [W] [client/service.go:297] [ea5beea4384ebfc9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:00:40.572 [I] [client/service.go:294] [ea5beea4384ebfc9] try to connect to server... 2026-03-15 17:00:40.573 [W] [client/service.go:297] [ea5beea4384ebfc9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:01:00.574 [I] [client/service.go:294] [ea5beea4384ebfc9] try to connect to server... 2026-03-15 17:01:00.575 [W] [client/service.go:297] [ea5beea4384ebfc9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:01:20.576 [I] [client/service.go:294] [ea5beea4384ebfc9] try to connect to server... 2026-03-15 17:01:20.577 [W] [client/service.go:297] [ea5beea4384ebfc9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:01:40.578 [I] [client/service.go:294] [ea5beea4384ebfc9] try to connect to server... 2026-03-15 17:01:40.579 [W] [client/service.go:297] [ea5beea4384ebfc9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:02:00.580 [I] [client/service.go:294] [ea5beea4384ebfc9] try to connect to server... 2026-03-15 17:02:00.581 [W] [client/service.go:297] [ea5beea4384ebfc9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:02:20.583 [I] [client/service.go:294] [ea5beea4384ebfc9] try to connect to server... 2026-03-15 17:02:20.584 [W] [client/service.go:297] [ea5beea4384ebfc9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:02:40.585 [I] [client/service.go:294] [ea5beea4384ebfc9] try to connect to server... 2026-03-15 17:02:40.586 [W] [client/service.go:297] [ea5beea4384ebfc9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:03:00.587 [I] [client/service.go:294] [ea5beea4384ebfc9] try to connect to server... 2026-03-15 17:03:00.588 [W] [client/service.go:297] [ea5beea4384ebfc9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:03:20.589 [I] [client/service.go:294] [ea5beea4384ebfc9] try to connect to server... 2026-03-15 17:03:20.591 [W] [client/service.go:297] [ea5beea4384ebfc9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:03:40.592 [I] [client/service.go:294] [ea5beea4384ebfc9] try to connect to server... 2026-03-15 17:03:40.596 [W] [client/service.go:297] [ea5beea4384ebfc9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:04:00.598 [I] [client/service.go:294] [ea5beea4384ebfc9] try to connect to server... 2026-03-15 17:04:00.605 [W] [client/service.go:297] [ea5beea4384ebfc9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:04:20.606 [I] [client/service.go:294] [ea5beea4384ebfc9] try to connect to server... 2026-03-15 17:04:20.610 [W] [client/service.go:297] [ea5beea4384ebfc9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-15 17:04:40.612 [I] [client/service.go:294] [ea5beea4384ebfc9] try to connect to server... 2026-03-15 17:04:44.367 [I] [client/service.go:286] [ea5beea4384ebfc9] login to server success, get run id [ea5beea4384ebfc9] 2026-03-15 17:04:44.369 [I] [proxy/proxy_manager.go:173] [ea5beea4384ebfc9] proxy added: [DNL01B4302] 2026-03-15 17:04:47.244 [I] [client/control.go:168] [ea5beea4384ebfc9] [DNL01B4302] start proxy success [2026-03-15,17:05:02.570] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,17:05:05.282] [DEBUG] 6 processes running of frp type [2026-03-15,17:20:02.686] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,17:20:05.095] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,17:35:03.056] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,17:35:05.182] [DEBUG] 6 processes running of frp type [2026-03-15,17:50:03.045] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,17:50:05.415] [DEBUG] 6 processes running of frp type [2026-03-15,18:00:41.612] [INFO] Initializing BusSpeedStateManager V2 [2026-03-15,18:00:41.619] [INFO] LocationSqlManager initialising [2026-03-15,18:00:41.620] [INFO] Location DB initialising [2026-03-15,18:00:41.631] [INFO] LocationSqlManager initialisation complete [2026-03-15,18:00:41.632] [DEBUG] UploadManager Init [2026-03-15,18:00:41.633] [DEBUG] UploadManager Init Complete [2026-03-15,18:00:41.637] [INFO] Initializing GPS... [2026-03-15,18:00:41.639] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,18:02:29.748] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,18:02:31.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( [2026-03-15,18:02:58.438] [DEBUG] Log Upload Complete! [2026-03-15,18:05:29.982] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,18:05:32.086] [DEBUG] Remote Access Enabled [2026-03-15,18:05:33.933] [INFO] Server Address: 138.201.17.179 [2026-03-15,18:05:33.934] [INFO] Server Port: 7000 [2026-03-15,18:05:33.945] [DEBUG] Starting Remote Access! 2026-03-15 18:05:34.115 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-15 18:05:34.116 [I] [client/service.go:294] try to connect to server... 2026-03-15 18:05:35.202 [I] [client/service.go:286] [de0105288297d7a5] login to server success, get run id [de0105288297d7a5] 2026-03-15 18:05:35.203 [I] [proxy/proxy_manager.go:173] [de0105288297d7a5] proxy added: [DNL01B4302] 2026-03-15 18:05:35.831 [I] [client/control.go:168] [de0105288297d7a5] [DNL01B4302] start proxy success [2026-03-15,18:20:03.188] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,18:20:05.743] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,18:35:02.432] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,18:35:04.784] [DEBUG] 6 processes running of frp type [2026-03-15,18:50:02.490] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,18:50:04.801] [DEBUG] 6 processes running of frp type [2026-03-15,19:05:02.137] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,19:05:04.540] [DEBUG] 6 processes running of frp type [2026-03-15,19:20:02.824] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,19:20:05.129] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,19:35:02.700] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,19:35:05.200] [DEBUG] 6 processes running of frp type [2026-03-15,19:50:02.861] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,19:50:05.106] [DEBUG] 6 processes running of frp type [2026-03-15,20:05:02.846] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,20:05:12.354] [DEBUG] 6 processes running of frp type [2026-03-15,20:20:02.622] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,20:20:04.816] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,20:35:03.142] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,20:35:05.573] [DEBUG] 6 processes running of frp type [2026-03-15,20:50:02.598] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,20:50:05.035] [DEBUG] 6 processes running of frp type [2026-03-15,21:05:02.466] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,21:05:04.553] [DEBUG] 6 processes running of frp type [2026-03-15,21:20:03.001] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,21:20:05.754] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,21:35:02.997] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,21:35:05.505] [DEBUG] 6 processes running of frp type [2026-03-15,21:50:03.158] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,21:50:05.283] [DEBUG] 6 processes running of frp type [2026-03-15,22:05:02.742] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,22:05:05.442] [DEBUG] 6 processes running of frp type [2026-03-15,22:20:02.888] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,22:20:05.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-03-15,22:35:02.151] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,22:35:04.253] [DEBUG] 6 processes running of frp type [2026-03-15,22:50:02.536] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,22:50:04.578] [DEBUG] 6 processes running of frp type [2026-03-15,23:05:02.935] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,23:05:05.092] [DEBUG] 6 processes running of frp type [2026-03-15,23:20:02.692] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,23:20:04.583] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-15,23:35:02.873] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,23:35:05.081] [DEBUG] 6 processes running of frp type [2026-03-15,23:50:03.050] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-15,23:50:04.917] [DEBUG] 6 processes running of frp type [2026-03-16,00:05:02.610] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,00:05:04.938] [DEBUG] 6 processes running of frp type [2026-03-16,00:20:02.301] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,00:20:04.451] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,00:35:02.501] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,00:35:05.025] [DEBUG] 6 processes running of frp type [2026-03-16,00:50:02.286] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,00:50:04.380] [DEBUG] 6 processes running of frp type [2026-03-16,01:05:02.740] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,01:05:04.854] [DEBUG] 6 processes running of frp type [2026-03-16,01:20:02.205] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,01:20:04.953] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,01:35:03.328] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,01:35:06.665] [DEBUG] 6 processes running of frp type [2026-03-16,01:50:02.401] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,01:50:04.382] [DEBUG] 6 processes running of frp type [2026-03-16,02:05:03.081] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,02:05:05.022] [DEBUG] 6 processes running of frp type [2026-03-16,02:20:02.418] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,02:20:04.203] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,02:35:02.888] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,02:35:05.330] [DEBUG] 6 processes running of frp type [2026-03-16,02:50:02.308] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,02:50:04.207] [DEBUG] 6 processes running of frp type [2026-03-16,03:05:02.515] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,03:05:05.250] [DEBUG] 6 processes running of frp type [2026-03-16,03:20:02.823] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,03:20:05.037] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,03:35:02.889] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,03:35:04.786] [DEBUG] 6 processes running of frp type [2026-03-16,03:50:02.253] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,03:50:04.832] [DEBUG] 6 processes running of frp type [2026-03-16,04:05:02.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,04:05:04.552] [DEBUG] 6 processes running of frp type [2026-03-16,04:20:02.842] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,04:20:05.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-03-16,04:35:03.234] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,04:35:05.467] [DEBUG] 6 processes running of frp type [2026-03-16,04:50:02.958] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,04:50:05.333] [DEBUG] 6 processes running of frp type [2026-03-16,05:05:03.032] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,05:05:05.685] [DEBUG] 6 processes running of frp type [2026-03-16,05:20:03.266] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,05:20:05.870] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,05:35:02.180] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,05:35:04.296] [DEBUG] 6 processes running of frp type [2026-03-16,05:50:02.669] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,05:50:05.112] [DEBUG] 6 processes running of frp type [2026-03-16,06:05:02.440] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,06:05:04.822] [DEBUG] 6 processes running of frp type [2026-03-16,06:20:02.159] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,06:20:05.245] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,06:35:02.987] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,06:35:05.365] [DEBUG] 6 processes running of frp type [2026-03-16,06:50:03.015] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,06:50:05.576] [DEBUG] 6 processes running of frp type 2026-03-16 07:02:26.171 [I] [client/service.go:294] [de0105288297d7a5] try to connect to server... 2026-03-16 07:02:32.626 [W] [client/service.go:297] [de0105288297d7a5] connect to server error: session shutdown 2026-03-16 07:02:32.626 [I] [client/service.go:294] [de0105288297d7a5] try to connect to server... 2026-03-16 07:02:38.571 [W] [client/service.go:297] [de0105288297d7a5] connect to server error: session shutdown 2026-03-16 07:02:38.572 [I] [client/service.go:294] [de0105288297d7a5] try to connect to server... 2026-03-16 07:02:40.614 [I] [client/service.go:286] [de0105288297d7a5] login to server success, get run id [de0105288297d7a5] 2026-03-16 07:02:40.616 [I] [proxy/proxy_manager.go:173] [de0105288297d7a5] proxy added: [DNL01B4302] 2026-03-16 07:02:40.931 [I] [client/control.go:168] [de0105288297d7a5] [DNL01B4302] start proxy success [2026-03-16,07:05:02.870] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,07:05:08.788] [DEBUG] 6 processes running of frp type [2026-03-16,07:20:02.002] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,07:20:04.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-03-16,07:35:02.718] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,07:35:04.661] [DEBUG] 6 processes running of frp type [2026-03-16,07:50:02.453] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,07:50:04.351] [DEBUG] 6 processes running of frp type [2026-03-16,08:02:02.697] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,08:02:05.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( [2026-03-16,08:02:16.946] [DEBUG] Log Upload Complete! [2026-03-16,08:05:03.096] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,08:05:05.341] [DEBUG] 6 processes running of frp type [2026-03-16,08:20:02.576] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,08:20:04.941] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,08:35:02.397] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,08:35:04.373] [DEBUG] 6 processes running of frp type [2026-03-16,08:50:02.469] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,08:50:04.583] [DEBUG] 6 processes running of frp type [2026-03-16,09:05:03.105] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,09:05:10.930] [DEBUG] 6 processes running of frp type [2026-03-16,09:20:02.263] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,09:20:04.548] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,09:35:03.024] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,09:35:05.728] [DEBUG] 6 processes running of frp type [2026-03-16,09:50:02.266] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,09:50:04.203] [DEBUG] 6 processes running of frp type [2026-03-16,10:05:03.024] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,10:05:05.345] [DEBUG] 6 processes running of frp type [2026-03-16,10:20:02.934] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,10:20:05.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-03-16,10:35:02.307] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,10:35:04.817] [DEBUG] 6 processes running of frp type [2026-03-16,10:50:02.930] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,10:50:04.999] [DEBUG] 6 processes running of frp type [2026-03-16,11:05:02.738] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,11:05:05.494] [DEBUG] 6 processes running of frp type [2026-03-16,11:20:02.854] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,11:20:05.011] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,11:35:02.733] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,11:35:06.274] [DEBUG] 6 processes running of frp type [2026-03-16,11:50:01.900] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,11:50:04.257] [DEBUG] 6 processes running of frp type [2026-03-16,12:05:02.623] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,12:05:10.704] [DEBUG] 6 processes running of frp type [2026-03-16,12:20:03.013] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,12:20:05.097] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,12:35:02.939] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,12:35:05.716] [DEBUG] 6 processes running of frp type [2026-03-16,12:50:02.629] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,12:50:04.949] [DEBUG] 6 processes running of frp type [2026-03-16,13:05:02.251] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,13:05:04.864] [DEBUG] 6 processes running of frp type [2026-03-16,13:20:02.273] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,13:20:04.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' [2026-03-16,13:35:02.429] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,13:35:05.005] [DEBUG] 6 processes running of frp type [2026-03-16,13:50:02.848] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,13:50:05.634] [DEBUG] 6 processes running of frp type [2026-03-16,14:05:03.044] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,14:05:05.376] [DEBUG] 6 processes running of frp type [2026-03-16,14:20:02.639] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,14:20:05.248] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,14:35:02.835] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,14:35:05.712] [DEBUG] 6 processes running of frp type [2026-03-16,14:50:02.618] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,14:50:04.972] [DEBUG] 6 processes running of frp type [2026-03-16,15:05:02.652] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,15:05:05.486] [DEBUG] 6 processes running of frp type [2026-03-16,15:20:02.910] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,15:20:05.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-03-16,15:35:02.771] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,15:35:05.146] [DEBUG] 6 processes running of frp type [2026-03-16,15:50:02.815] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,15:50:04.987] [DEBUG] 6 processes running of frp type [2026-03-16,16:05:02.674] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,16:05:05.238] [DEBUG] 6 processes running of frp type [2026-03-16,16:20:02.634] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,16:20:05.234] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,16:35:02.388] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,16:35:06.118] [DEBUG] 6 processes running of frp type [2026-03-16,16:50:02.281] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,16:50:05.372] [DEBUG] 6 processes running of frp type 2026-03-16 17:00:17.325 [I] [client/service.go:294] [de0105288297d7a5] try to connect to server... 2026-03-16 17:00:17.326 [W] [client/service.go:297] [de0105288297d7a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:00:19.328 [I] [client/service.go:294] [de0105288297d7a5] try to connect to server... 2026-03-16 17:00:19.329 [W] [client/service.go:297] [de0105288297d7a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:00:23.727 [I] [client/service.go:294] [de0105288297d7a5] try to connect to server... 2026-03-16 17:00:23.728 [W] [client/service.go:297] [de0105288297d7a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:00:33.164 [I] [client/service.go:294] [de0105288297d7a5] try to connect to server... 2026-03-16 17:00:33.165 [W] [client/service.go:297] [de0105288297d7a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:00:52.288 [I] [client/service.go:294] [de0105288297d7a5] try to connect to server... 2026-03-16 17:00:52.289 [W] [client/service.go:297] [de0105288297d7a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:01:12.289 [I] [client/service.go:294] [de0105288297d7a5] try to connect to server... 2026-03-16 17:01:12.291 [W] [client/service.go:297] [de0105288297d7a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:01:32.291 [I] [client/service.go:294] [de0105288297d7a5] try to connect to server... 2026-03-16 17:01:32.293 [W] [client/service.go:297] [de0105288297d7a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:01:52.294 [I] [client/service.go:294] [de0105288297d7a5] try to connect to server... 2026-03-16 17:01:52.295 [W] [client/service.go:297] [de0105288297d7a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:02:12.295 [I] [client/service.go:294] [de0105288297d7a5] try to connect to server... 2026-03-16 17:02:12.297 [W] [client/service.go:297] [de0105288297d7a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:02:32.298 [I] [client/service.go:294] [de0105288297d7a5] try to connect to server... 2026-03-16 17:02:32.299 [W] [client/service.go:297] [de0105288297d7a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:02:52.300 [I] [client/service.go:294] [de0105288297d7a5] try to connect to server... 2026-03-16 17:02:52.301 [W] [client/service.go:297] [de0105288297d7a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:03:12.301 [I] [client/service.go:294] [de0105288297d7a5] try to connect to server... 2026-03-16 17:03:12.303 [W] [client/service.go:297] [de0105288297d7a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:03:32.304 [I] [client/service.go:294] [de0105288297d7a5] try to connect to server... 2026-03-16 17:03:32.305 [W] [client/service.go:297] [de0105288297d7a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:03:52.307 [I] [client/service.go:294] [de0105288297d7a5] try to connect to server... 2026-03-16 17:03:52.310 [W] [client/service.go:297] [de0105288297d7a5] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-16 17:04:12.312 [I] [client/service.go:294] [de0105288297d7a5] try to connect to server... 2026-03-16 17:04:12.316 [W] [client/service.go:297] [de0105288297d7a5] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-16 17:04:32.317 [I] [client/service.go:294] [de0105288297d7a5] try to connect to server... 2026-03-16 17:04:33.461 [I] [client/service.go:286] [de0105288297d7a5] login to server success, get run id [de0105288297d7a5] 2026-03-16 17:04:33.463 [I] [proxy/proxy_manager.go:173] [de0105288297d7a5] proxy added: [DNL01B4302] 2026-03-16 17:04:35.465 [I] [client/control.go:168] [de0105288297d7a5] [DNL01B4302] start proxy success [2026-03-16,17:05:02.964] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,17:05:05.218] [DEBUG] 6 processes running of frp type [2026-03-16,17:20:02.697] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,17:20:05.006] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,17:35:02.294] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,17:35:05.179] [DEBUG] 6 processes running of frp type [2026-03-16,17:50:03.251] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,17:50:06.221] [DEBUG] 6 processes running of frp type [2026-03-16,18:00:42.050] [INFO] Initializing BusSpeedStateManager V2 [2026-03-16,18:00:42.056] [INFO] LocationSqlManager initialising [2026-03-16,18:00:42.056] [INFO] Location DB initialising [2026-03-16,18:00:42.066] [INFO] LocationSqlManager initialisation complete [2026-03-16,18:00:42.067] [DEBUG] UploadManager Init [2026-03-16,18:00:42.068] [DEBUG] UploadManager Init Complete [2026-03-16,18:00:42.071] [INFO] Initializing GPS... [2026-03-16,18:00:42.073] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,18:02:29.824] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,18:02:32.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( [2026-03-16,18:02:45.556] [DEBUG] Log Upload Complete! [2026-03-16,18:05:29.932] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,18:05:32.002] [DEBUG] Remote Access Enabled [2026-03-16,18:05:33.855] [INFO] Server Address: 138.201.17.179 [2026-03-16,18:05:33.857] [INFO] Server Port: 7000 [2026-03-16,18:05:33.866] [DEBUG] Starting Remote Access! 2026-03-16 18:05:34.062 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-16 18:05:34.063 [I] [client/service.go:294] try to connect to server... 2026-03-16 18:05:35.194 [I] [client/service.go:286] [b4334a389cf926c4] login to server success, get run id [b4334a389cf926c4] 2026-03-16 18:05:35.195 [I] [proxy/proxy_manager.go:173] [b4334a389cf926c4] proxy added: [DNL01B4302] 2026-03-16 18:05:35.748 [I] [client/control.go:168] [b4334a389cf926c4] [DNL01B4302] start proxy success [2026-03-16,18:20:03.015] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,18:20:10.394] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,18:35:03.049] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,18:35:05.154] [DEBUG] 6 processes running of frp type [2026-03-16,18:50:03.123] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,18:50:05.265] [DEBUG] 6 processes running of frp type [2026-03-16,19:05:02.816] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,19:05:04.766] [DEBUG] 6 processes running of frp type [2026-03-16,19:20:02.121] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,19:20:04.318] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,19:35:02.996] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,19:35:10.595] [DEBUG] 6 processes running of frp type [2026-03-16,19:50:02.981] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,19:50:05.424] [DEBUG] 6 processes running of frp type [2026-03-16,20:05:02.824] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,20:05:04.912] [DEBUG] 6 processes running of frp type [2026-03-16,20:20:02.114] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,20:20:04.334] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,20:35:02.507] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,20:35:19.525] [DEBUG] 6 processes running of frp type [2026-03-16,20:50:02.774] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,20:50:05.374] [DEBUG] 6 processes running of frp type [2026-03-16,21:05:03.013] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,21:05:10.568] [DEBUG] 6 processes running of frp type 2026-03-16 21:15:22.762 [I] [client/service.go:294] [b4334a389cf926c4] try to connect to server... 2026-03-16 21:15:31.482 [I] [client/service.go:286] [b4334a389cf926c4] login to server success, get run id [b4334a389cf926c4] 2026-03-16 21:15:31.484 [I] [proxy/proxy_manager.go:173] [b4334a389cf926c4] proxy added: [DNL01B4302] 2026-03-16 21:15:32.364 [I] [client/control.go:168] [b4334a389cf926c4] [DNL01B4302] start proxy success [2026-03-16,21:20:05.122] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,21:20:08.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-03-16,21:35:02.845] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,21:35:05.145] [DEBUG] 6 processes running of frp type [2026-03-16,21:50:02.935] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,21:50:04.708] [DEBUG] 6 processes running of frp type [2026-03-16,22:05:01.999] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,22:05:04.454] [DEBUG] 6 processes running of frp type [2026-03-16,22:20:03.008] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,22:20:10.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-03-16,22:35:02.316] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,22:35:04.811] [DEBUG] 6 processes running of frp type [2026-03-16,22:50:02.737] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,22:50:05.045] [DEBUG] 6 processes running of frp type [2026-03-16,23:05:03.492] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,23:05:05.322] [DEBUG] 6 processes running of frp type [2026-03-16,23:20:02.593] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,23:20:05.043] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-16,23:35:03.208] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,23:35:05.739] [DEBUG] 6 processes running of frp type [2026-03-16,23:50:02.857] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-16,23:50:04.895] [DEBUG] 6 processes running of frp type [2026-03-17,00:05:02.380] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,00:05:04.923] [DEBUG] 6 processes running of frp type [2026-03-17,00:20:02.435] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,00:20:04.402] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,00:35:02.288] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,00:35:05.033] [DEBUG] 6 processes running of frp type [2026-03-17,00:50:03.052] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,00:50:05.471] [DEBUG] 6 processes running of frp type [2026-03-17,01:05:03.049] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,01:05:04.841] [DEBUG] 6 processes running of frp type [2026-03-17,01:20:02.429] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,01:20:05.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-03-17,01:35:02.480] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,01:35:04.340] [DEBUG] 6 processes running of frp type [2026-03-17,01:50:02.611] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,01:50:05.144] [DEBUG] 6 processes running of frp type [2026-03-17,02:05:02.700] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,02:05:04.683] [DEBUG] 6 processes running of frp type [2026-03-17,02:20:03.257] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,02:20:06.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-03-17,02:35:02.848] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,02:35:05.346] [DEBUG] 6 processes running of frp type [2026-03-17,02:50:01.967] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,02:50:03.859] [DEBUG] 6 processes running of frp type [2026-03-17,03:05:02.175] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,03:05:04.652] [DEBUG] 6 processes running of frp type 2026-03-17 03:07:15.368 [I] [client/service.go:294] [b4334a389cf926c4] try to connect to server... 2026-03-17 03:07:16.351 [I] [client/service.go:286] [b4334a389cf926c4] login to server success, get run id [b4334a389cf926c4] 2026-03-17 03:07:16.353 [I] [proxy/proxy_manager.go:173] [b4334a389cf926c4] proxy added: [DNL01B4302] 2026-03-17 03:07:16.672 [I] [client/control.go:168] [b4334a389cf926c4] [DNL01B4302] start proxy success [2026-03-17,03:20:02.029] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,03:20:04.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-03-17,03:35:02.797] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,03:35:05.254] [DEBUG] 6 processes running of frp type [2026-03-17,03:50:02.697] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,03:50:05.038] [DEBUG] 6 processes running of frp type [2026-03-17,04:05:02.786] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,04:05:05.063] [DEBUG] 6 processes running of frp type [2026-03-17,04:20:02.390] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,04:20:04.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-03-17,04:35:02.859] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,04:35:04.685] [DEBUG] 6 processes running of frp type [2026-03-17,04:50:02.690] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,04:50:04.504] [DEBUG] 6 processes running of frp type [2026-03-17,05:05:02.715] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,05:05:04.715] [DEBUG] 6 processes running of frp type [2026-03-17,05:20:02.079] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,05:20:04.854] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,05:35:02.626] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,05:35:05.014] [DEBUG] 6 processes running of frp type [2026-03-17,05:50:02.691] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,05:50:05.163] [DEBUG] 6 processes running of frp type [2026-03-17,06:05:02.531] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,06:05:04.699] [DEBUG] 6 processes running of frp type [2026-03-17,06:20:03.018] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,06:20:05.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-03-17,06:35:02.749] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,06:35:04.655] [DEBUG] 6 processes running of frp type [2026-03-17,06:50:02.314] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,06:50:04.878] [DEBUG] 6 processes running of frp type [2026-03-17,07:05:02.207] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,07:05:04.648] [DEBUG] 6 processes running of frp type [2026-03-17,07:20:02.133] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,07:20:04.569] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,07:35:03.267] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,07:35:05.696] [DEBUG] 6 processes running of frp type [2026-03-17,07:50:02.428] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,07:50:04.856] [DEBUG] 6 processes running of frp type [2026-03-17,08:02:02.196] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,08:02:04.136] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-17,08:02:34.855] [DEBUG] Log Upload Complete! [2026-03-17,08:05:02.274] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,08:05:04.697] [DEBUG] 6 processes running of frp type [2026-03-17,08:20:03.016] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,08:20:04.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-03-17,08:35:02.775] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,08:35:05.108] [DEBUG] 6 processes running of frp type [2026-03-17,08:50:03.026] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,08:50:05.507] [DEBUG] 6 processes running of frp type [2026-03-17,09:05:03.193] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,09:05:06.008] [DEBUG] 6 processes running of frp type [2026-03-17,09:20:02.633] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,09:20:05.073] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,09:35:03.257] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,09:35:05.886] [DEBUG] 6 processes running of frp type [2026-03-17,09:50:02.696] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,09:50:04.823] [DEBUG] 6 processes running of frp type [2026-03-17,10:05:02.160] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,10:05:04.289] [DEBUG] 6 processes running of frp type [2026-03-17,10:20:02.799] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,10:20:05.063] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,10:35:02.640] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,10:35:10.254] [DEBUG] 6 processes running of frp type [2026-03-17,10:50:03.381] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,10:50:05.801] [DEBUG] 6 processes running of frp type [2026-03-17,11:05:02.216] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,11:05:04.743] [DEBUG] 6 processes running of frp type [2026-03-17,11:20:01.991] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,11:20:06.160] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,11:35:02.786] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,11:35:04.748] [DEBUG] 6 processes running of frp type [2026-03-17,11:50:02.579] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,11:50:04.871] [DEBUG] 6 processes running of frp type [2026-03-17,12:05:02.209] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,12:05:04.356] [DEBUG] 6 processes running of frp type [2026-03-17,12:20:02.961] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,12:20:05.356] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,12:35:02.842] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,12:35:04.974] [DEBUG] 6 processes running of frp type [2026-03-17,12:50:02.825] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,12:50:05.176] [DEBUG] 6 processes running of frp type [2026-03-17,13:05:02.542] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,13:05:05.332] [DEBUG] 6 processes running of frp type [2026-03-17,13:20:02.709] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,13:20:05.065] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,13:35:03.041] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,13:35:05.267] [DEBUG] 6 processes running of frp type [2026-03-17,13:50:02.531] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,13:50:05.199] [DEBUG] 6 processes running of frp type [2026-03-17,14:05:02.425] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,14:05:04.443] [DEBUG] 6 processes running of frp type [2026-03-17,14:20:02.795] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,14:20:05.472] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,14:35:02.645] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,14:35:10.470] [DEBUG] 6 processes running of frp type [2026-03-17,14:50:02.281] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,14:50:04.519] [DEBUG] 6 processes running of frp type [2026-03-17,15:05:02.902] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,15:05:05.252] [DEBUG] 6 processes running of frp type [2026-03-17,15:20:02.762] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,15:20:05.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-03-17,15:35:02.354] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,15:35:04.768] [DEBUG] 6 processes running of frp type [2026-03-17,15:50:02.641] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,15:50:05.510] [DEBUG] 6 processes running of frp type [2026-03-17,16:05:03.322] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,16:05:05.597] [DEBUG] 6 processes running of frp type [2026-03-17,16:20:03.087] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,16:20:05.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-03-17,16:35:02.964] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,16:35:05.096] [DEBUG] 6 processes running of frp type [2026-03-17,16:50:03.089] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,16:50:05.433] [DEBUG] 6 processes running of frp type 2026-03-17 17:00:20.730 [I] [client/service.go:294] [b4334a389cf926c4] try to connect to server... 2026-03-17 17:00:23.554 [W] [client/service.go:297] [b4334a389cf926c4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 17:00:23.555 [I] [client/service.go:294] [b4334a389cf926c4] try to connect to server... 2026-03-17 17:00:26.594 [W] [client/service.go:297] [b4334a389cf926c4] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-03-17 17:00:26.594 [I] [client/service.go:294] [b4334a389cf926c4] try to connect to server... 2026-03-17 17:00:36.595 [W] [client/service.go:297] [b4334a389cf926c4] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-17 17:00:36.596 [I] [client/service.go:294] [b4334a389cf926c4] try to connect to server... 2026-03-17 17:00:36.597 [W] [client/service.go:297] [b4334a389cf926c4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:00:56.597 [I] [client/service.go:294] [b4334a389cf926c4] try to connect to server... 2026-03-17 17:00:56.598 [W] [client/service.go:297] [b4334a389cf926c4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:01:16.599 [I] [client/service.go:294] [b4334a389cf926c4] try to connect to server... 2026-03-17 17:01:16.601 [W] [client/service.go:297] [b4334a389cf926c4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:01:36.601 [I] [client/service.go:294] [b4334a389cf926c4] try to connect to server... 2026-03-17 17:01:36.603 [W] [client/service.go:297] [b4334a389cf926c4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:01:56.604 [I] [client/service.go:294] [b4334a389cf926c4] try to connect to server... 2026-03-17 17:01:56.605 [W] [client/service.go:297] [b4334a389cf926c4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:02:16.607 [I] [client/service.go:294] [b4334a389cf926c4] try to connect to server... 2026-03-17 17:02:16.608 [W] [client/service.go:297] [b4334a389cf926c4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:02:36.609 [I] [client/service.go:294] [b4334a389cf926c4] try to connect to server... 2026-03-17 17:02:36.610 [W] [client/service.go:297] [b4334a389cf926c4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:02:56.611 [I] [client/service.go:294] [b4334a389cf926c4] try to connect to server... 2026-03-17 17:02:56.616 [W] [client/service.go:297] [b4334a389cf926c4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:03:16.617 [I] [client/service.go:294] [b4334a389cf926c4] try to connect to server... 2026-03-17 17:03:16.625 [W] [client/service.go:297] [b4334a389cf926c4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:03:36.626 [I] [client/service.go:294] [b4334a389cf926c4] try to connect to server... 2026-03-17 17:03:36.630 [W] [client/service.go:297] [b4334a389cf926c4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:03:56.631 [I] [client/service.go:294] [b4334a389cf926c4] try to connect to server... 2026-03-17 17:03:56.636 [W] [client/service.go:297] [b4334a389cf926c4] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-17 17:04:16.637 [I] [client/service.go:294] [b4334a389cf926c4] try to connect to server... 2026-03-17 17:04:16.643 [W] [client/service.go:297] [b4334a389cf926c4] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-03-17 17:04:36.645 [I] [client/service.go:294] [b4334a389cf926c4] try to connect to server... 2026-03-17 17:04:37.778 [I] [client/service.go:286] [b4334a389cf926c4] login to server success, get run id [b4334a389cf926c4] 2026-03-17 17:04:37.779 [I] [proxy/proxy_manager.go:173] [b4334a389cf926c4] proxy added: [DNL01B4302] 2026-03-17 17:04:38.097 [I] [client/control.go:168] [b4334a389cf926c4] [DNL01B4302] start proxy success [2026-03-17,17:05:02.916] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,17:05:10.492] [DEBUG] 6 processes running of frp type [2026-03-17,17:20:03.192] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,17:20:05.318] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,17:35:02.423] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,17:35:04.895] [DEBUG] 6 processes running of frp type [2026-03-17,17:50:03.117] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,17:50:05.626] [DEBUG] 6 processes running of frp type [2026-03-17,18:00:41.282] [INFO] Initializing BusSpeedStateManager V2 [2026-03-17,18:00:41.289] [INFO] LocationSqlManager initialising [2026-03-17,18:00:41.290] [INFO] Location DB initialising [2026-03-17,18:00:41.301] [INFO] LocationSqlManager initialisation complete [2026-03-17,18:00:41.303] [DEBUG] UploadManager Init [2026-03-17,18:00:41.303] [DEBUG] UploadManager Init Complete [2026-03-17,18:00:41.308] [INFO] Initializing GPS... [2026-03-17,18:00:41.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-03-17,18:02:30.131] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,18:02:32.438] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-17,18:03:44.064] [DEBUG] Log Upload Complete! [2026-03-17,18:05:30.232] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,18:05:31.895] [DEBUG] Remote Access Enabled [2026-03-17,18:05:33.557] [INFO] Server Address: 138.201.17.179 [2026-03-17,18:05:33.558] [INFO] Server Port: 7000 [2026-03-17,18:05:33.568] [DEBUG] Starting Remote Access! 2026-03-17 18:05:33.745 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-17 18:05:33.746 [I] [client/service.go:294] try to connect to server... 2026-03-17 18:05:34.815 [I] [client/service.go:286] [65159e44f568b627] login to server success, get run id [65159e44f568b627] 2026-03-17 18:05:34.816 [I] [proxy/proxy_manager.go:173] [65159e44f568b627] proxy added: [DNL01B4302] 2026-03-17 18:05:35.128 [I] [client/control.go:168] [65159e44f568b627] [DNL01B4302] start proxy success [2026-03-17,18:20:02.768] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,18:20:04.699] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,18:35:02.180] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,18:35:04.538] [DEBUG] 6 processes running of frp type [2026-03-17,18:50:02.102] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,18:50:04.558] [DEBUG] 6 processes running of frp type [2026-03-17,19:05:02.918] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,19:05:05.523] [DEBUG] 6 processes running of frp type [2026-03-17,19:20:02.943] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,19:20:05.483] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,19:35:03.068] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,19:35:05.192] [DEBUG] 6 processes running of frp type [2026-03-17,19:50:02.960] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,19:50:05.344] [DEBUG] 6 processes running of frp type [2026-03-17,20:05:02.636] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,20:05:05.246] [DEBUG] 6 processes running of frp type [2026-03-17,20:20:02.561] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,20:20:20.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-03-17,20:35:02.079] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,20:35:04.884] [DEBUG] 6 processes running of frp type [2026-03-17,20:50:02.571] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,20:50:05.198] [DEBUG] 6 processes running of frp type [2026-03-17,21:05:02.651] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,21:05:05.190] [DEBUG] 6 processes running of frp type [2026-03-17,20:54:30.840] [INFO] Initializing BusSpeedStateManager V2 [2026-03-17,20:54:30.847] [INFO] LocationSqlManager initialising [2026-03-17,20:54:30.849] [INFO] Location DB initialising [2026-03-17,20:54:30.861] [INFO] LocationSqlManager initialisation complete [2026-03-17,20:54:30.862] [DEBUG] UploadManager Init [2026-03-17,20:54:30.862] [DEBUG] UploadManager Init Complete [2026-03-17,20:54:30.867] [INFO] Initializing GPS... [2026-03-17,20:54:30.870] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,21:55:51.988] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,21:55:54.256] [DEBUG] Remote Access Enabled [2026-03-17,21:55:56.235] [INFO] Server Address: 138.201.17.179 [2026-03-17,21:55:56.236] [INFO] Server Port: 7000 [2026-03-17,21:55:56.242] [DEBUG] Starting Remote Access! 2026-03-17 21:55:56.382 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-17 21:55:56.383 [I] [client/service.go:294] try to connect to server... 2026-03-17 21:55:57.413 [I] [client/service.go:286] [65b265344d50343e] login to server success, get run id [65b265344d50343e] 2026-03-17 21:55:57.415 [I] [proxy/proxy_manager.go:173] [65b265344d50343e] proxy added: [DNL01B4302] 2026-03-17 21:55:58.009 [I] [client/control.go:168] [65b265344d50343e] [DNL01B4302] start proxy success [2026-03-17,22:05:02.867] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,22:05:04.858] [DEBUG] 6 processes running of frp type [2026-03-17,22:20:02.389] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,22:20:04.766] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-17,22:35:02.242] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,22:35:04.349] [DEBUG] 6 processes running of frp type [2026-03-17,22:50:03.100] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,22:50:05.895] [DEBUG] 6 processes running of frp type [2026-03-17,23:05:02.299] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,23:05:04.973] [DEBUG] 6 processes running of frp type [2026-03-17,23:20:02.395] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,23:20:05.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-03-17,23:35:02.519] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,23:35:05.201] [DEBUG] 6 processes running of frp type [2026-03-17,23:50:02.491] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-17,23:50:04.824] [DEBUG] 6 processes running of frp type [2026-03-18,00:05:02.474] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,00:05:04.584] [DEBUG] 6 processes running of frp type [2026-03-18,00:20:02.848] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,00:20:05.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-03-18,00:35:02.200] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,00:35:04.226] [DEBUG] 6 processes running of frp type [2026-03-18,00:50:02.326] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,00:50:04.768] [DEBUG] 6 processes running of frp type [2026-03-18,01:05:02.498] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,01:05:04.908] [DEBUG] 6 processes running of frp type [2026-03-18,01:20:02.301] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,01:20:04.723] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,01:35:02.923] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,01:35:04.866] [DEBUG] 6 processes running of frp type [2026-03-18,01:50:02.791] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,01:50:05.443] [DEBUG] 6 processes running of frp type [2026-03-18,02:05:02.790] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,02:05:04.905] [DEBUG] 6 processes running of frp type [2026-03-18,02:20:02.268] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,02:20:05.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-03-18,02:35:02.307] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,02:35:04.246] [DEBUG] 6 processes running of frp type [2026-03-18,02:50:03.120] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,02:50:05.428] [DEBUG] 6 processes running of frp type [2026-03-18,03:05:03.026] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,03:05:05.879] [DEBUG] 6 processes running of frp type [2026-03-18,03:20:02.213] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,03:20:04.793] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,03:35:02.846] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,03:35:04.946] [DEBUG] 6 processes running of frp type [2026-03-18,03:50:02.668] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,03:50:05.144] [DEBUG] 6 processes running of frp type [2026-03-18,04:05:02.418] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,04:05:04.929] [DEBUG] 6 processes running of frp type [2026-03-18,04:20:02.275] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,04:20:04.574] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,04:35:02.565] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,04:35:05.295] [DEBUG] 6 processes running of frp type [2026-03-18,04:50:03.244] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,04:50:05.375] [DEBUG] 6 processes running of frp type [2026-03-18,05:05:02.736] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,05:05:05.238] [DEBUG] 6 processes running of frp type [2026-03-18,05:20:02.517] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,05:20:04.697] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,05:35:02.524] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,05:35:04.872] [DEBUG] 6 processes running of frp type [2026-03-18,05:24:22.701] [INFO] Initializing BusSpeedStateManager V2 [2026-03-18,05:24:22.705] [INFO] LocationSqlManager initialising [2026-03-18,05:24:22.706] [INFO] Location DB initialising [2026-03-18,05:24:22.715] [INFO] LocationSqlManager initialisation complete [2026-03-18,05:24:22.716] [DEBUG] UploadManager Init [2026-03-18,05:24:22.716] [DEBUG] UploadManager Init Complete [2026-03-18,05:24:22.719] [INFO] Initializing GPS... [2026-03-18,05:24:22.721] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,05:24:22.515] [INFO] Initializing BusSpeedStateManager V2 [2026-03-18,05:24:22.520] [INFO] LocationSqlManager initialising [2026-03-18,05:24:22.520] [INFO] Location DB initialising [2026-03-18,05:24:22.530] [INFO] LocationSqlManager initialisation complete [2026-03-18,05:24:22.530] [DEBUG] UploadManager Init [2026-03-18,05:24:22.531] [DEBUG] UploadManager Init Complete [2026-03-18,05:24:22.534] [INFO] Initializing GPS... [2026-03-18,05:24:22.536] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,19:09:21.402] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,19:09:23.202] [DEBUG] Remote Access Enabled [2026-03-18,19:09:24.769] [INFO] Server Address: 138.201.17.179 [2026-03-18,19:09:24.770] [INFO] Server Port: 7000 [2026-03-18,19:09:24.779] [DEBUG] Starting Remote Access! 2026-03-18 19:09:24.958 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-18 19:09:24.958 [I] [client/service.go:294] try to connect to server... 2026-03-18 19:09:25.592 [I] [client/service.go:286] [355c3cd9144bd498] login to server success, get run id [355c3cd9144bd498] 2026-03-18 19:09:25.593 [I] [proxy/proxy_manager.go:173] [355c3cd9144bd498] proxy added: [DNL01B4302] 2026-03-18 19:09:25.782 [I] [client/control.go:168] [355c3cd9144bd498] [DNL01B4302] start proxy success [2026-03-18,19:20:02.874] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,19:20:04.800] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,19:35:02.365] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,19:35:05.176] [DEBUG] 6 processes running of frp type [2026-03-18,19:50:02.828] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,19:50:05.275] [DEBUG] 6 processes running of frp type [2026-03-18,20:05:03.010] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,20:05:05.929] [DEBUG] 6 processes running of frp type [2026-03-18,20:20:02.266] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,20:20:04.498] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,20:35:03.107] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,20:35:10.106] [DEBUG] 6 processes running of frp type [2026-03-18,20:50:02.846] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,20:50:05.546] [DEBUG] 6 processes running of frp type [2026-03-18,21:05:03.225] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,21:05:05.601] [DEBUG] 6 processes running of frp type [2026-03-18,21:20:03.209] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,21:20:05.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-03-18,21:35:02.388] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,21:35:04.647] [DEBUG] 6 processes running of frp type [2026-03-18,21:50:03.002] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,21:50:05.236] [DEBUG] 6 processes running of frp type [2026-03-18,22:05:02.703] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,22:05:04.980] [DEBUG] 6 processes running of frp type [2026-03-18,22:20:02.455] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,22:20:05.063] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-18,22:35:02.511] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,22:35:04.708] [DEBUG] 6 processes running of frp type [2026-03-18,22:50:02.329] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,22:50:04.543] [DEBUG] 6 processes running of frp type [2026-03-18,23:05:03.121] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,23:05:04.989] [DEBUG] 6 processes running of frp type [2026-03-18,23:20:02.289] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,23:20:04.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-03-18,23:35:03.355] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,23:35:06.111] [DEBUG] 6 processes running of frp type [2026-03-18,23:50:03.429] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-18,23:50:05.273] [DEBUG] 6 processes running of frp type [2026-03-19,00:05:02.751] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,00:05:04.855] [DEBUG] 6 processes running of frp type [2026-03-19,00:20:02.429] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,00:20:04.745] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,00:35:03.218] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,00:35:05.822] [DEBUG] 6 processes running of frp type [2026-03-19,00:50:02.583] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,00:50:04.866] [DEBUG] 6 processes running of frp type [2026-03-19,01:05:05.633] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,01:05:07.569] [DEBUG] 6 processes running of frp type [2026-03-19,01:20:02.956] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,01:20:05.311] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,01:35:02.720] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,01:35:05.785] [DEBUG] 6 processes running of frp type [2026-03-19,01:50:02.667] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,01:50:04.723] [DEBUG] 6 processes running of frp type [2026-03-19,02:05:02.064] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,02:05:04.772] [DEBUG] 6 processes running of frp type [2026-03-19,02:20:02.030] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,02:20:04.742] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,02:35:03.264] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,02:35:06.046] [DEBUG] 6 processes running of frp type [2026-03-19,02:50:03.124] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,02:50:05.223] [DEBUG] 6 processes running of frp type [2026-03-19,03:05:02.534] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,03:05:04.802] [DEBUG] 6 processes running of frp type [2026-03-19,03:20:02.208] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,03:20:04.857] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,03:35:02.751] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,03:35:05.340] [DEBUG] 6 processes running of frp type 2026-03-19 03:37:32.907 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 03:37:38.087 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: session shutdown 2026-03-19 03:37:38.088 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 03:37:41.507 [I] [client/service.go:286] [355c3cd9144bd498] login to server success, get run id [355c3cd9144bd498] 2026-03-19 03:37:41.509 [I] [proxy/proxy_manager.go:173] [355c3cd9144bd498] proxy added: [DNL01B4302] 2026-03-19 03:37:41.955 [I] [client/control.go:168] [355c3cd9144bd498] [DNL01B4302] start proxy success [2026-03-19,03:50:02.020] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,03:50:04.573] [DEBUG] 6 processes running of frp type 2026-03-19 03:59:00.262 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 03:59:10.264 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 03:59:10.265 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 03:59:20.267 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 03:59:20.267 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 03:59:30.269 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 03:59:30.269 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 03:59:33.431 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 03:59:52.033 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 03:59:55.189 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:00:15.191 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:00:25.192 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 04:00:45.194 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:00:55.196 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-19 04:01:15.198 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:01:18.389 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:01:38.390 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:01:41.430 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:02:01.431 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:02:01.436 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:02:21.437 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:02:21.441 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:02:41.443 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:02:41.448 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:03:01.449 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:03:01.453 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:03:21.454 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:03:21.458 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:03:41.458 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:03:41.463 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:04:01.464 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:04:01.467 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:04:21.467 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:04:21.472 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:04:41.474 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:04:41.479 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:05:01.480 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:05:01.484 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:05:21.484 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:05:21.489 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:05:41.490 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:05:41.495 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:06:01.497 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:06:01.502 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:06:21.503 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:06:21.506 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:06:41.508 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:06:41.513 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:07:01.515 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:07:01.520 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:07:21.521 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:07:21.525 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:07:41.527 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:07:41.531 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:08:01.532 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:08:01.535 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:08:21.536 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:08:21.541 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:08:41.542 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:08:41.547 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:09:01.548 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:09:01.551 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:09:21.552 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:09:21.556 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:09:41.557 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:09:41.562 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:10:01.564 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:10:01.567 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:10:21.568 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:10:21.573 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:10:41.575 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:10:41.579 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:11:01.581 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:11:01.584 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:11:21.586 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:11:21.591 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:11:41.592 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:11:41.596 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:12:01.598 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:12:01.601 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:12:21.602 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:12:21.607 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:12:41.608 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:12:41.613 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:13:01.615 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:13:01.617 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:13:21.619 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:13:21.623 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:13:41.624 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:13:41.629 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:14:01.629 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:14:01.632 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:14:21.634 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:14:21.640 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:14:41.641 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:14:41.647 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:15:01.648 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:15:01.653 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:15:21.654 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:15:21.658 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:15:41.659 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:15:41.664 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:16:01.665 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:16:01.668 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:16:21.669 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:16:21.674 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:16:41.675 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:16:41.680 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:17:01.681 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:17:01.684 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:17:21.685 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:17:21.690 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:17:41.692 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:17:41.697 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:18:01.697 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:18:01.701 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:18:21.702 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:18:21.706 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:18:41.707 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:18:41.712 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:19:01.713 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:19:01.717 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:19:21.719 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:19:21.723 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:19:41.725 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:19:41.729 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:20:01.730 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:20:01.733 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:20:21.734 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:20:21.739 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:20:41.740 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:20:41.745 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:21:01.747 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:21:01.750 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:21:21.751 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:21:21.756 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:21:41.757 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:21:41.762 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:22:01.763 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:22:01.766 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:22:21.767 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:22:21.771 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:22:41.771 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:22:41.776 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:23:01.778 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:23:01.781 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:23:21.783 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:23:21.786 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:23:41.787 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:23:41.791 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:24:01.792 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:24:01.795 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:24:21.795 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:24:21.799 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:24:41.800 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:24:41.805 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:25:01.806 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:25:01.809 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:25:21.810 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:25:21.814 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:25:41.814 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:25:41.819 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:26:01.821 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:26:01.824 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-19 04:26:21.825 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:26:21.829 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:26:41.830 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:26:41.834 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:27:01.835 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:27:01.838 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:27:21.839 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:27:21.842 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:27:41.844 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:27:41.848 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:28:01.849 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:28:01.853 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:28:21.854 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:28:21.858 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:28:41.859 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:28:41.864 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:29:01.865 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:29:01.868 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:29:21.870 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:29:21.874 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:29:41.876 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:29:41.880 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:30:01.881 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:30:01.885 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:30:21.886 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:30:21.890 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:30:41.891 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:30:41.896 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:31:01.898 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:31:01.902 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:31:21.903 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:31:21.908 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:31:41.909 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:31:41.913 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:32:01.914 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:32:01.917 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:32:21.918 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:32:21.923 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:32:41.924 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:32:41.929 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:33:01.930 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:33:01.934 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:33:21.934 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:33:21.939 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:33:41.940 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:33:41.945 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:34:01.946 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:34:01.950 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:34:21.951 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:34:21.955 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:34:41.956 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:34:41.961 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:35:01.963 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:35:01.967 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:35:21.969 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:35:21.973 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:35:41.974 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:35:41.978 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:36:01.979 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:36:01.982 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:36:21.983 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:36:21.987 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:36:41.988 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:36:41.991 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:37:01.993 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:37:01.995 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:37:21.997 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:37:22.001 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:37:42.002 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:37:42.005 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:38:02.006 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:38:02.010 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:38:22.011 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:38:22.015 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:38:42.017 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:38:42.020 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:39:02.021 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:39:02.023 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:39:22.024 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:39:22.029 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:39:42.030 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:39:42.034 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:40:02.035 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:40:02.038 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:40:22.039 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:40:22.043 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:40:42.045 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:40:42.050 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:41:02.051 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:41:02.054 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:41:22.056 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:41:22.060 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:41:42.062 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:41:42.067 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:42:02.068 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:42:02.073 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:42:22.075 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:42:22.079 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:42:42.080 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:42:42.086 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:43:02.086 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:43:02.090 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:43:22.091 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:43:22.095 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:43:42.097 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:43:42.102 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:44:02.103 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:44:02.106 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:44:22.107 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:44:22.111 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:44:42.112 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:44:42.117 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:45:02.119 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:45:02.122 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:45:22.122 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:45:22.127 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:45:42.129 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:45:42.133 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:46:02.134 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:46:02.139 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:46:22.140 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:46:22.145 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:46:42.145 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:46:42.150 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:47:02.152 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:47:02.157 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:47:22.158 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:47:22.163 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:47:42.165 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:47:42.169 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:48:02.171 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:48:02.179 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:48:22.180 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:48:22.185 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:48:42.186 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:48:42.191 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:49:02.192 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:49:02.196 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:49:22.197 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:49:22.203 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:49:42.204 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:49:42.209 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:50:02.211 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:50:02.214 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:50:22.216 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:50:22.220 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:50:42.221 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:50:42.226 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:51:02.227 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:51:02.231 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:51:22.232 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:51:22.236 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:51:42.238 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:51:42.243 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:52:02.244 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:52:02.247 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:52:22.248 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:52:22.253 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:52:42.254 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:52:42.259 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:53:02.261 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:53:02.265 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:53:22.266 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:53:22.271 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:53:42.273 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:53:42.279 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:54:02.280 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:54:02.313 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:54:22.314 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:54:22.319 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:54:42.320 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:54:42.325 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:55:02.326 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:55:02.329 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:55:22.331 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:55:22.335 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:55:42.337 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:55:42.341 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:56:02.342 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:56:02.345 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:56:22.346 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:56:22.351 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:56:42.352 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:56:42.356 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:57:02.358 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:57:02.362 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:57:22.363 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:57:22.367 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:57:42.368 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:57:42.373 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:58:02.374 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:58:02.379 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:58:22.380 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:58:22.384 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:58:42.386 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:58:42.391 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:59:02.392 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:59:02.397 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:59:22.398 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:59:22.402 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 04:59:42.404 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 04:59:42.408 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:00:02.409 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:00:02.411 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:00:22.412 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:00:22.417 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:00:42.418 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:00:42.423 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:01:02.424 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:01:02.428 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:01:22.429 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:01:22.433 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:01:42.435 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:01:42.440 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:02:02.441 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:02:02.444 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:02:22.445 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:02:22.449 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:02:42.451 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:02:42.455 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:03:02.457 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:03:02.460 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:03:22.461 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:03:22.464 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:03:42.465 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:03:42.470 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:04:02.471 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:04:02.474 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:04:22.475 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:04:22.478 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:04:42.479 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:04:42.484 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:05:02.486 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:05:02.489 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:05:22.490 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:05:22.493 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:05:42.495 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:05:42.499 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:06:02.500 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:06:02.503 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:06:22.505 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:06:22.509 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:06:42.510 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:06:42.514 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:07:02.516 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:07:02.521 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:07:22.521 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:07:22.525 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:07:42.527 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:07:42.531 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:08:02.533 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:08:02.537 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:08:22.538 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:08:22.543 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:08:42.544 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:08:42.550 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:09:02.551 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:09:02.556 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:09:22.558 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:09:22.562 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:09:42.563 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:09:42.568 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:10:02.569 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:10:02.573 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:10:22.575 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:10:22.579 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:10:42.581 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:10:42.586 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:11:02.587 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:11:02.592 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:11:22.594 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:11:22.598 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:11:42.599 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:11:42.604 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:12:02.605 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:12:02.609 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:12:22.610 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:12:22.614 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:12:42.615 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:12:42.620 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:13:02.622 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:13:02.624 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:13:22.625 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:13:22.631 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:13:42.632 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:13:42.637 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:14:02.638 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:14:02.641 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:14:22.643 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:14:22.648 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:14:42.649 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:14:42.653 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:15:02.654 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:15:02.657 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:15:22.658 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:15:22.663 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:15:42.664 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:15:42.668 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:16:02.669 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:16:02.673 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:16:22.674 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:16:22.678 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:16:42.679 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:16:42.683 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:17:02.684 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:17:02.687 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:17:22.689 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:17:22.693 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:17:42.695 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:17:42.698 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:18:02.700 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:18:02.704 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:18:22.705 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:18:22.709 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:18:42.710 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:18:42.714 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:19:02.715 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:19:02.719 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:19:22.721 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:19:22.725 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:19:42.726 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:19:42.730 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:20:02.731 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:20:02.735 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:20:22.735 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:20:22.740 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:20:42.740 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:20:42.744 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:21:02.745 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:21:02.749 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:21:22.750 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:21:22.754 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:21:42.755 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:21:42.760 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:22:02.761 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:22:02.765 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:22:22.765 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:22:22.770 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:22:42.770 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:22:42.775 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:23:02.776 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:23:02.780 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:23:22.782 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:23:22.786 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:23:42.787 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:23:42.792 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:24:02.793 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:24:02.797 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:24:22.799 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:24:22.803 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:24:42.805 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:24:42.809 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:25:02.810 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:25:02.815 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:25:22.817 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:25:22.821 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:25:42.822 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:25:42.826 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-19 05:26:02.828 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:26:02.831 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:26:22.832 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:26:22.836 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:26:42.837 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:26:42.842 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:27:02.844 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:27:02.848 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:27:22.850 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:27:22.855 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:27:42.856 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:27:42.860 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:28:02.861 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:28:02.865 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:28:22.866 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:28:22.871 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:28:42.872 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:28:42.877 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:29:02.878 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:29:02.883 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:29:22.885 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:29:22.889 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:29:42.891 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:29:42.895 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:30:02.897 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:30:02.902 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:30:22.902 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:30:22.908 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:30:42.909 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:30:42.913 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:31:02.914 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:31:02.918 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:31:22.920 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:31:22.924 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:31:42.926 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:31:42.930 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:32:02.932 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:32:02.937 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:32:22.938 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:32:22.943 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:32:42.944 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:32:42.949 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:33:02.951 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:33:02.955 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:33:22.957 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:33:22.961 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:33:42.962 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:33:42.967 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:34:02.968 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:34:02.973 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:34:22.974 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:34:22.979 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:34:42.980 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:34:42.986 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:35:02.987 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:35:02.990 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:35:22.991 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:35:22.996 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:35:42.997 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:35:43.001 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:36:03.002 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:36:03.007 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:36:23.008 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:36:23.013 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:36:43.014 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:36:43.019 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:37:03.020 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:37:03.024 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:37:23.025 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:37:23.030 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:37:43.031 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:37:43.036 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:38:03.037 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:38:03.041 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:38:23.043 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:38:23.047 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:38:43.048 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:38:43.053 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:39:03.054 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:39:03.059 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:39:23.060 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:39:23.064 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:39:43.066 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:39:43.070 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:40:03.071 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:40:03.076 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:40:23.077 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:40:23.081 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:40:43.082 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:40:43.087 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:41:03.089 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:41:03.093 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:41:23.094 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:41:23.099 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:41:43.100 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:41:43.105 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:42:03.106 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:42:03.111 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:42:23.111 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:42:23.117 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:42:43.118 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:42:43.124 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:43:03.125 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:43:03.129 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:43:23.130 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:43:23.135 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:43:43.136 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:43:43.141 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:44:03.143 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:44:03.148 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:44:23.149 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:44:23.152 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:44:43.153 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:44:43.157 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:45:03.159 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:45:03.163 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:45:23.165 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:45:23.168 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:45:43.169 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:45:43.174 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:46:03.176 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:46:03.180 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:46:23.182 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:46:23.185 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:46:43.186 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:46:43.190 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:47:03.192 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:47:03.196 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:47:23.198 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:47:23.201 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:47:43.202 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:47:43.207 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:48:03.208 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:48:03.212 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:48:23.214 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:48:23.218 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:48:43.220 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:48:43.225 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:49:03.227 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:49:03.231 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:49:23.233 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:49:23.237 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:49:43.238 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:49:43.242 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:50:03.244 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:50:03.247 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:50:23.248 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:50:23.253 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:50:43.255 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:50:43.259 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:51:03.261 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:51:03.266 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:51:23.268 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:51:23.272 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:51:43.273 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:51:43.278 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:52:03.279 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:52:03.286 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:52:23.287 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:52:23.291 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:52:43.292 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:52:43.297 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:53:03.298 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:53:03.302 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:53:23.303 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:53:23.307 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:53:43.309 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:53:43.314 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:54:03.315 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:54:03.319 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:54:23.320 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:54:23.324 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:54:43.326 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:54:43.331 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:55:03.333 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:55:03.337 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:55:23.338 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:55:23.342 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:55:43.344 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:55:43.348 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:56:03.350 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:56:03.354 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:56:23.355 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:56:23.359 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:56:43.361 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:56:43.366 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:57:03.367 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:57:03.371 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:57:23.373 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:57:23.378 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:57:43.379 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:57:43.383 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:58:03.384 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:58:03.388 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:58:23.389 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:58:23.393 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:58:43.394 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:58:43.399 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:59:03.400 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:59:03.405 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:59:23.407 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:59:23.411 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 05:59:43.412 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 05:59:43.415 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:00:03.417 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:00:03.421 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:00:23.423 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:00:23.428 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:00:43.429 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:00:43.433 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:01:03.433 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:01:03.437 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:01:23.438 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:01:23.442 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:01:43.444 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:01:43.447 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:02:03.449 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:02:03.454 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:02:23.455 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:02:23.459 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:02:43.461 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:02:43.466 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:03:03.467 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:03:03.471 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:03:23.473 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:03:23.477 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:03:43.479 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:03:43.483 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:04:03.484 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:04:03.488 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:04:23.490 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:04:23.494 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:04:43.496 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:04:43.501 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:05:03.502 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:05:03.505 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:05:23.506 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:05:23.511 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:05:43.512 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:05:43.517 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:06:03.518 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:06:03.522 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:06:23.524 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:06:23.528 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:06:43.530 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:06:43.535 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:07:03.537 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:07:03.541 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:07:23.543 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:07:23.547 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:07:43.548 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:07:43.552 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:08:03.554 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:08:03.559 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:08:23.560 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:08:23.565 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:08:43.566 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:08:43.570 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:09:03.572 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:09:03.577 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:09:23.577 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:09:23.582 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:09:43.584 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:09:43.588 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:10:03.590 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:10:03.595 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:10:23.596 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:10:23.600 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:10:43.601 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:10:43.606 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:11:03.606 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:11:03.611 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:11:23.613 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:11:23.617 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:11:43.618 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:11:43.622 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:12:03.624 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:12:03.629 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:12:23.630 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:12:23.634 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:12:43.636 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:12:43.641 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:13:03.642 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:13:03.647 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:13:23.648 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:13:23.653 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:13:43.655 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:13:43.659 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:14:03.660 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:14:03.664 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:14:23.664 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:14:23.669 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:14:43.670 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:14:43.675 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:15:03.677 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:15:03.680 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:15:23.681 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:15:23.687 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:15:43.689 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:15:43.695 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:16:03.696 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:16:03.700 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:16:23.700 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:16:23.705 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:16:43.706 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:16:43.712 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:17:03.713 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:17:03.717 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:17:23.718 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:17:23.722 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:17:43.723 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:17:43.727 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:18:03.729 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:18:03.733 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:18:23.734 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:18:23.738 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:18:43.740 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:18:43.745 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:19:03.747 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:19:03.751 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:19:23.752 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:19:23.757 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:19:43.758 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:19:43.762 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:20:03.764 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:20:03.767 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:20:23.768 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:20:23.772 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:20:43.773 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:20:43.778 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:21:03.779 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:21:03.784 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:21:23.785 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:21:23.790 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:21:43.791 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:21:43.796 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:22:03.797 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:22:03.802 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:22:23.802 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:22:23.807 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:22:43.808 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:22:43.812 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:23:03.814 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:23:03.818 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:23:23.820 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:23:23.824 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:23:43.826 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:23:43.831 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:24:03.832 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:24:03.836 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:24:23.837 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:24:23.840 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:24:43.841 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:24:43.846 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:25:03.847 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:25:03.852 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:25:23.853 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:25:23.856 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:25:43.858 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:25:43.862 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-19 06:26:03.863 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:26:03.867 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:26:23.868 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:26:23.871 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:26:43.872 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:26:43.878 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:27:03.879 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:27:03.885 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:27:23.886 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:27:23.890 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:27:43.891 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:27:43.896 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:28:03.897 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:28:03.901 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:28:23.902 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:28:23.905 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:28:43.907 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:28:43.911 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:29:03.913 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:29:03.919 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:29:23.920 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:29:23.924 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:29:43.925 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:29:43.929 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:30:03.931 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:30:03.935 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:30:23.936 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:30:23.940 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:30:43.942 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:30:43.946 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:31:03.948 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:31:03.953 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:31:23.954 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:31:23.959 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:31:43.960 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:31:43.964 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:32:03.966 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:32:03.970 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:32:23.972 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:32:23.976 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:32:43.977 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:32:43.981 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:33:03.982 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:33:03.987 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:33:23.988 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:33:23.992 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:33:43.994 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:33:44.003 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:34:04.004 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:34:04.008 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:34:24.010 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:34:24.015 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:34:44.016 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:34:44.021 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:35:04.022 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:35:04.026 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:35:24.026 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:35:24.031 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:35:44.033 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:35:44.038 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:36:04.038 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:36:04.043 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:36:24.044 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:36:24.049 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:36:44.050 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:36:44.054 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:37:04.056 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:37:04.060 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:37:24.061 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:37:24.066 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:37:44.067 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:37:44.070 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:38:04.071 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:38:04.076 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:38:24.077 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:38:24.081 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:38:44.083 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:38:44.087 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:39:04.088 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:39:04.093 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:39:24.095 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:39:24.099 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:39:44.101 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:39:44.107 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:40:04.108 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:40:04.113 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:40:24.115 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:40:24.119 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:40:44.120 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:40:44.124 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:41:04.126 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:41:04.130 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:41:24.131 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:41:24.136 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:41:44.137 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:41:44.140 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:42:04.141 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:42:04.146 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:42:24.147 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:42:24.151 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:42:44.152 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:42:44.157 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:43:04.158 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:43:04.164 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:43:24.165 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:43:24.170 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:43:44.171 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:43:44.176 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:44:04.177 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:44:04.181 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:44:24.182 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:44:24.186 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:44:44.188 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:44:44.192 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:45:04.194 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:45:04.199 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:45:24.201 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:45:24.206 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:45:44.208 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:45:44.212 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:46:04.214 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:46:04.218 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:46:24.219 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:46:24.224 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:46:44.225 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:46:44.230 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:47:04.233 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:47:04.238 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:47:24.238 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:47:24.243 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:47:44.244 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:47:44.249 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:48:04.251 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:48:04.255 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:48:24.257 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:48:24.261 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:48:44.262 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:48:44.267 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:49:04.269 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:49:04.273 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:49:24.274 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:49:24.278 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:49:44.279 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:49:44.310 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:50:04.311 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:50:04.315 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:50:24.316 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:50:24.321 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:50:44.323 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:50:44.328 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:51:04.329 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:51:04.335 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:51:24.336 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:51:24.341 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:51:44.342 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:51:44.347 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:52:04.348 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:52:04.353 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:52:24.353 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:52:24.358 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:52:44.359 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:52:44.364 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:53:04.365 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:53:04.369 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:53:24.371 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:53:24.375 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:53:44.376 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:53:44.381 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:54:04.382 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:54:04.385 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:54:24.386 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:54:24.391 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:54:44.392 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:54:44.396 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:55:04.398 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:55:04.402 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:55:24.403 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:55:24.408 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:55:44.410 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:55:44.414 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:56:04.415 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:56:04.418 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:56:24.419 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:56:24.424 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:56:44.425 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:56:44.431 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:57:04.432 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:57:04.437 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:57:24.437 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:57:24.470 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:57:44.472 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:57:44.476 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:58:04.478 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:58:04.488 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:58:24.489 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:58:24.493 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:58:44.495 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:58:44.500 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:59:04.501 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:59:04.506 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:59:24.507 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:59:24.512 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 06:59:44.513 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 06:59:44.518 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:00:04.520 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:00:04.538 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:00:24.539 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:00:24.543 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:00:44.544 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:00:44.552 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:01:04.553 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:01:04.557 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:01:24.558 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:01:24.562 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:01:44.563 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:01:44.567 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:02:04.569 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:02:04.573 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:02:24.574 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:02:24.579 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:02:44.580 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:02:44.586 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:03:04.587 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:03:04.593 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:03:24.594 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:03:24.599 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:03:44.600 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:03:44.604 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:04:04.606 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:04:04.610 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:04:24.611 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:04:24.614 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:04:44.615 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:04:44.620 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:05:04.622 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:05:04.625 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:05:24.626 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:05:24.629 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:05:44.630 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:05:44.635 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:06:04.637 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:06:04.641 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:06:24.641 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:06:24.644 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:06:44.646 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:06:44.651 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:07:04.652 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:07:04.656 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:07:24.658 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:07:24.661 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:07:44.662 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:07:44.666 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:08:04.668 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:08:04.672 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:08:24.673 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:08:24.678 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:08:44.679 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:08:44.684 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:09:04.686 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:09:04.691 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:09:24.692 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:09:24.700 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:09:44.701 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:09:44.706 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:10:04.707 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:10:04.712 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:10:24.713 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:10:24.732 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:10:44.732 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:10:44.737 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:11:04.739 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:11:04.743 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:11:24.745 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:11:24.749 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:11:44.751 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:11:44.754 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:12:04.757 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:12:04.762 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:12:24.762 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:12:24.766 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:12:44.768 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:12:44.773 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:13:04.774 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:13:04.778 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:13:24.779 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:13:24.784 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:13:44.785 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:13:44.789 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:14:04.790 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:14:04.795 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:14:24.797 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:14:24.801 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:14:44.803 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:14:44.807 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:15:04.809 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:15:04.813 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:15:24.814 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:15:24.819 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:15:44.820 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:15:44.825 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:16:04.826 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:16:04.831 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:16:24.832 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:16:24.837 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:16:44.839 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:16:44.844 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:17:04.845 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:17:04.849 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:17:24.850 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:17:24.855 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:17:44.856 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:17:44.860 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:18:04.861 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:18:04.866 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:18:24.868 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:18:24.872 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:18:44.873 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:18:44.878 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:19:04.879 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:19:04.884 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:19:24.886 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:19:24.890 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:19:44.891 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:19:44.897 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:20:04.897 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:20:04.901 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:20:24.902 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:20:24.907 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:20:44.908 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:20:44.911 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:21:04.913 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:21:04.917 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:21:24.919 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:21:24.923 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:21:44.924 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:21:44.929 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:22:04.930 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:22:04.942 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:22:24.943 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:22:24.948 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:22:44.950 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:22:44.955 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:23:04.957 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:23:04.961 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:23:24.963 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:23:24.967 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:23:44.967 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:23:44.972 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:24:04.973 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:24:04.977 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:24:24.978 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:24:24.982 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:24:44.984 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:24:44.989 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:25:04.990 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:25:04.994 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:25:24.996 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:25:25.001 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:25:45.003 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:25:45.107 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-19 07:26:05.108 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:26:05.113 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:26:25.114 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:26:25.119 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:26:45.120 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:26:45.125 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:27:05.126 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:27:05.131 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:27:25.132 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:27:25.136 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:27:45.138 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:27:45.142 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:28:05.143 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:28:05.147 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:28:25.149 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:28:25.154 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:28:45.155 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:28:45.159 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:29:05.161 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:29:05.166 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:29:25.168 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:29:25.172 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:29:45.174 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:29:45.178 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:30:05.180 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:30:05.185 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:30:25.186 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:30:25.190 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:30:45.191 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:30:45.197 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:31:05.198 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:31:05.202 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:31:25.203 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:31:25.208 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:31:45.210 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:31:45.215 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:32:05.216 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:32:05.220 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:32:25.221 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:32:25.225 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:32:45.226 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:32:45.231 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:33:05.232 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:33:05.236 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:33:25.236 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:33:25.241 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:33:45.243 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:33:45.250 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:34:05.250 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:34:05.254 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:34:25.255 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:34:25.259 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:34:45.260 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:34:45.264 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:35:05.266 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:35:05.273 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:35:25.273 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:35:25.278 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:35:45.280 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:35:45.284 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:36:05.286 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:36:05.289 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:36:25.289 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:36:25.296 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:36:45.297 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:36:45.302 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:37:05.303 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:37:05.306 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:37:25.308 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:37:25.312 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:37:45.313 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:37:45.318 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:38:05.319 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:38:05.323 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:38:25.324 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:38:25.343 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:38:45.344 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:38:45.349 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:39:05.350 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:39:05.354 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:39:25.356 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:39:25.365 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:39:45.366 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:39:45.371 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:40:05.371 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:40:05.376 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:40:25.377 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:40:25.382 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:40:45.383 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:40:45.387 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:41:05.388 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:41:05.397 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:41:25.399 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:41:25.403 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:41:45.404 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:41:45.416 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:42:05.417 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:42:05.422 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:42:25.423 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:42:25.427 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:42:45.428 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:42:45.433 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:43:05.433 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:43:05.439 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:43:25.440 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:43:25.444 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:43:45.446 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:43:45.450 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:44:05.451 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:44:05.456 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:44:25.458 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:44:25.462 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:44:45.463 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:44:45.470 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:45:05.471 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:45:05.480 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:45:25.481 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:45:25.503 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:45:45.504 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:45:45.510 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:46:05.511 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:46:05.516 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:46:25.517 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:46:25.521 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:46:45.522 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:46:45.539 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:47:05.540 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:47:05.545 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:47:25.546 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:47:25.549 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:47:45.550 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:47:45.554 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:48:05.555 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:48:05.560 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:48:25.561 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:48:25.566 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:48:45.567 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:48:45.572 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:49:05.573 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:49:05.578 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:49:25.580 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:49:25.583 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:49:45.585 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:49:45.589 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:50:05.589 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:50:05.594 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:50:25.595 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:50:25.603 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:50:45.605 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:50:45.612 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:51:05.614 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:51:05.619 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:51:25.620 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:51:25.625 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:51:45.626 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:51:45.638 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:52:05.639 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:52:05.644 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:52:25.646 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:52:25.650 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:52:45.652 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:52:45.657 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:53:05.659 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:53:05.663 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:53:25.665 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:53:25.669 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:53:45.670 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:53:45.675 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:54:05.676 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:54:05.713 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:54:25.713 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:54:25.718 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:54:45.720 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:54:45.724 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:55:05.726 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:55:05.731 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:55:25.733 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:55:25.737 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:55:45.738 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:55:45.742 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:56:05.743 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:56:05.748 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:56:25.749 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:56:25.754 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:56:45.755 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:56:45.759 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:57:05.761 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:57:05.765 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:57:25.767 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:57:25.773 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:57:45.774 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:57:45.779 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:58:05.781 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:58:05.786 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:58:25.787 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:58:25.791 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:58:45.792 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:58:45.796 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:59:05.797 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:59:05.802 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:59:25.803 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:59:25.807 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 07:59:45.809 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 07:59:45.812 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:00:05.814 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:00:05.819 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:00:25.821 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:00:25.825 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:00:45.825 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:00:45.829 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:01:05.830 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:01:05.835 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:01:25.836 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:01:25.841 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:01:45.842 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:01:45.845 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:02:05.847 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:02:05.850 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:02:25.851 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:02:25.855 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:02:45.856 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:02:45.859 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:03:05.861 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:03:05.865 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:03:25.866 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:03:25.870 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:03:45.872 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:03:45.876 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:04:05.878 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:04:05.882 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:04:25.883 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:04:25.887 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:04:45.888 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:04:45.895 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:05:05.898 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:05:05.901 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:05:25.903 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:05:25.907 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:05:45.909 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:05:45.913 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:06:05.915 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:06:05.920 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:06:25.922 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:06:25.932 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:06:45.932 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:06:45.939 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:07:05.939 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:07:05.945 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:07:25.946 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:07:25.951 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:07:45.952 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:07:45.957 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:08:05.958 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:08:05.963 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:08:25.964 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:08:25.969 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:08:45.971 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:08:45.977 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:09:05.979 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:09:05.984 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:09:25.985 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:09:25.990 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:09:45.991 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:09:45.996 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:10:05.998 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:10:06.002 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:10:26.002 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:10:26.007 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:10:46.008 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:10:46.016 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:11:06.017 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:11:06.022 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:11:26.023 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:11:26.028 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:11:46.029 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:11:46.037 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:12:06.037 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:12:06.043 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:12:26.044 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:12:26.049 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:12:46.050 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:12:46.057 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:13:06.059 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:13:06.062 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:13:26.063 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:13:26.068 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:13:46.069 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:13:46.075 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:14:06.076 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:14:06.080 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:14:26.080 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:14:26.085 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:14:46.086 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:14:46.093 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:15:06.094 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:15:06.099 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:15:26.099 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:15:26.105 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:15:46.106 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:15:46.110 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:16:06.112 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:16:06.115 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:16:26.116 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:16:26.121 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:16:46.124 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:16:46.128 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:17:06.129 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:17:06.134 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:17:26.136 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:17:26.142 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:17:46.144 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:17:46.148 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:18:06.149 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:18:06.155 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:18:26.157 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:18:26.162 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:18:46.163 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:18:46.168 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:19:06.169 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:19:06.174 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:19:26.175 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:19:26.179 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:19:46.180 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:19:46.185 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:20:06.186 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:20:06.191 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:20:26.193 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:20:26.197 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:20:46.198 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:20:46.207 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:21:06.209 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:21:06.214 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:21:26.216 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:21:26.220 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:21:46.222 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:21:46.229 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:22:06.230 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:22:06.234 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:22:26.236 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:22:26.240 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:22:46.243 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:22:46.249 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:23:06.250 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:23:06.254 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:23:26.256 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:23:26.261 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:23:46.263 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:23:46.267 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:24:06.269 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:24:06.273 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:24:26.275 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:24:26.279 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:24:46.282 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:24:46.289 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:25:06.291 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:25:06.295 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:25:26.296 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:25:26.300 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:25:46.301 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:25:46.305 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-19 08:26:06.306 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:26:06.311 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:26:26.312 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:26:26.316 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:26:46.318 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:26:46.325 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:27:06.326 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:27:06.332 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:27:26.333 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:27:26.336 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:27:46.338 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:27:46.345 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:28:06.346 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:28:06.360 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:28:26.361 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:28:26.366 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:28:46.367 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:28:46.375 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:29:06.377 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:29:06.382 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:29:26.383 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:29:26.386 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:29:46.388 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:29:46.392 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:30:06.394 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:30:06.401 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:30:26.402 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:30:26.407 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:30:46.408 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:30:46.414 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:31:06.415 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:31:06.420 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:31:26.422 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:31:26.426 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:31:46.428 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:31:46.432 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:32:06.434 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:32:06.438 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:32:26.439 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:32:26.443 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:32:46.444 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:32:46.451 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:33:06.452 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:33:06.457 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:33:26.459 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:33:26.463 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:33:46.465 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:33:46.470 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:34:06.471 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:34:06.476 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:34:26.477 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:34:26.481 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:34:46.483 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:34:46.518 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:35:06.519 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:35:06.524 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:35:26.525 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:35:26.529 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:35:46.530 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:35:46.535 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:36:06.536 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:36:06.543 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:36:26.545 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:36:26.549 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:36:46.550 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:36:46.559 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:37:06.560 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:37:06.565 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:37:26.567 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:37:26.572 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:37:46.573 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:37:46.578 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:38:06.579 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:38:06.584 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:38:26.585 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:38:26.590 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:38:46.592 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:38:46.599 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:39:06.600 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:39:06.605 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:39:26.606 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:39:26.611 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:39:46.612 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:39:46.615 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:40:06.617 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:40:06.621 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:40:26.622 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:40:26.627 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:40:46.628 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:40:46.632 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:41:06.634 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:41:06.638 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:41:26.639 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:41:26.643 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:41:46.644 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:41:46.647 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:42:06.648 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:42:06.652 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:42:26.653 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:42:26.658 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:42:46.660 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:42:46.664 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:43:06.665 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:43:06.672 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:43:26.673 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:43:26.678 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:43:46.679 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:43:46.682 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:44:06.683 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:44:06.688 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:44:26.688 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:44:26.693 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:44:46.694 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:44:46.699 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:45:06.701 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:45:06.706 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:45:26.706 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:45:26.711 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:45:46.712 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:45:46.716 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:46:06.718 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:46:06.724 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:46:26.724 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:46:26.733 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:46:46.735 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:46:46.745 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:47:06.746 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:47:06.750 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:47:26.752 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:47:26.756 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:47:46.758 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:47:46.762 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:48:06.763 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:48:06.768 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:48:26.769 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:48:26.773 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:48:46.774 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:48:46.783 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:49:06.784 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:49:06.789 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:49:26.790 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:49:26.795 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:49:46.796 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:49:46.800 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:50:06.801 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:50:06.806 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:50:26.807 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:50:26.811 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:50:46.812 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:50:46.818 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:51:06.820 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:51:06.825 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:51:26.826 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:51:26.831 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:51:46.833 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:51:46.837 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:52:06.839 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:52:06.843 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:52:26.844 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:52:26.854 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:52:46.856 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:52:46.861 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:53:06.863 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:53:06.867 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:53:26.868 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:53:26.873 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:53:46.874 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:53:46.878 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:54:06.879 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:54:06.883 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:54:26.885 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:54:26.889 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:54:46.890 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:54:46.897 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:55:06.899 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:55:06.903 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:55:26.904 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:55:26.908 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:55:46.910 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:55:46.914 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:56:06.916 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:56:06.919 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:56:26.919 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:56:26.924 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:56:46.925 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:56:46.933 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:57:06.935 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:57:06.938 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:57:26.940 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:57:26.946 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:57:46.947 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:57:46.952 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:58:06.953 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:58:06.957 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:58:26.958 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:58:26.962 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:58:46.963 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:58:46.969 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:59:06.970 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:59:06.976 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:59:26.977 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:59:26.982 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 08:59:46.982 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 08:59:46.987 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:00:06.989 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:00:06.994 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:00:26.995 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:00:27.000 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:00:47.001 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:00:47.006 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:01:07.008 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:01:07.012 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:01:27.014 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:01:27.019 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:01:47.020 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:01:47.025 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:02:07.026 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:02:07.031 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:02:27.032 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:02:27.036 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:02:47.038 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:02:47.044 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:03:07.045 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:03:07.050 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:03:27.051 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:03:27.055 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:03:47.057 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:03:47.062 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:04:07.064 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:04:07.068 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:04:27.069 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:04:27.073 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:04:47.074 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:04:47.080 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:05:07.082 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:05:07.088 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:05:27.089 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:05:27.093 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:05:47.095 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:05:47.100 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:06:07.101 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:06:07.106 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:06:27.107 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:06:27.110 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:06:47.111 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:06:47.117 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:07:07.119 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:07:07.124 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:07:27.126 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:07:27.129 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:07:47.130 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:07:47.135 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:08:07.136 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:08:07.141 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:08:27.142 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:08:27.146 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:08:47.148 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:08:47.152 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:09:07.154 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:09:07.159 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:09:27.160 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:09:27.163 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:09:47.165 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:09:47.169 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:10:07.170 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:10:07.176 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:10:27.177 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:10:27.180 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:10:47.183 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:10:47.188 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:11:07.190 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:11:07.195 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:11:27.197 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:11:27.202 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:11:47.203 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:11:47.207 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:12:07.209 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:12:07.213 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:12:27.215 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:12:27.219 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:12:47.220 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:12:47.226 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:13:07.228 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:13:07.232 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:13:27.234 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:13:27.238 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:13:47.239 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:13:47.244 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:14:07.245 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:14:07.249 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:14:27.250 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:14:27.254 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:14:47.255 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:14:47.265 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:15:07.266 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:15:07.271 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:15:27.272 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:15:27.277 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:15:47.278 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:15:47.282 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:16:07.283 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:16:07.288 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:16:27.289 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:16:27.294 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [1;34m2026-03-19 09:16:47.295 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:16:47.300 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:17:07.303 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:17:07.307 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:17:27.309 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:17:27.313 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:17:47.314 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:17:47.319 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:18:07.320 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:18:07.325 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:18:27.326 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:18:27.330 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:18:47.332 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:18:47.336 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:19:07.337 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:19:07.345 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:19:27.346 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:19:27.350 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:19:47.352 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:19:47.355 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:20:07.356 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:20:07.362 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:20:27.363 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:20:27.367 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:20:47.369 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:20:47.373 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:21:07.374 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:21:07.378 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:21:27.380 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:21:27.384 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:21:47.386 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:21:47.389 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:22:07.390 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:22:07.395 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:22:27.395 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:22:27.400 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:22:47.401 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:22:47.407 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:23:07.408 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:23:07.412 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:23:27.413 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:23:27.418 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:23:47.419 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:23:47.423 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:24:07.424 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:24:07.429 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:24:27.430 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:24:27.435 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:24:47.437 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:24:47.443 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:25:07.446 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:25:07.451 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:25:27.453 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:25:27.458 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:25:47.460 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:25:47.464 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-19 09:26:07.466 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:26:07.471 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:26:27.471 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:26:27.476 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:26:47.477 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:26:47.484 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:27:07.487 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:27:07.492 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:27:27.493 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:27:27.498 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:27:47.499 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:27:47.504 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:28:07.506 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:28:07.511 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:28:27.512 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:28:27.517 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:28:47.518 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:28:47.525 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:29:07.526 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:29:07.531 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:29:27.533 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:29:27.538 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:29:47.539 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:29:47.544 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:30:07.545 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:30:07.550 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:30:27.551 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:30:27.556 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:30:47.558 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:30:47.565 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:31:07.567 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:31:07.572 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:31:27.573 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:31:27.577 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:31:47.579 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:31:47.584 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:32:07.585 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:32:07.590 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:32:27.591 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:32:27.595 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:32:47.596 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:32:47.602 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:33:07.604 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:33:07.608 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:33:27.610 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:33:27.614 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:33:47.616 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:33:47.620 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:34:07.622 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:34:07.625 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:34:27.626 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:34:27.631 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:34:47.632 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:34:47.639 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:35:07.640 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:35:07.645 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:35:27.645 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:35:27.651 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:35:47.652 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:35:47.657 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:36:07.658 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:36:07.662 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:36:27.663 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:36:27.667 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:36:47.668 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:36:47.675 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:37:07.677 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:37:07.680 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:37:27.682 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:37:27.687 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:37:47.689 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:37:47.693 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:38:07.695 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:38:07.699 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:38:27.700 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:38:27.705 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:38:47.706 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:38:47.711 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:39:07.712 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:39:07.717 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:39:27.719 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:39:27.723 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:39:47.724 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:39:47.729 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:40:07.731 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:40:07.735 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:40:27.736 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:40:27.741 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:40:47.742 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:40:47.751 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:41:07.752 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:41:07.757 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:41:27.758 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:41:27.763 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:41:47.764 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:41:47.769 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:42:07.770 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:42:07.775 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:42:27.777 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:42:27.781 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:42:47.783 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:42:47.788 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:43:07.791 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:43:07.795 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:43:27.796 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:43:27.825 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:43:47.826 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:43:47.831 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:44:07.832 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:44:07.840 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:44:27.841 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:44:27.846 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:44:47.847 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:44:47.855 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:45:07.856 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:45:07.861 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:45:27.863 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:45:27.867 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:45:47.869 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:45:47.875 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:46:07.876 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:46:07.881 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:46:27.882 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:46:27.885 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:46:47.887 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:46:47.892 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:47:07.893 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:47:07.899 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:47:27.900 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:47:27.903 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:47:47.904 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:47:47.909 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:48:07.911 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:48:07.915 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:48:27.917 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:48:27.920 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:48:47.921 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:48:47.926 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-03-19 09:49:07.928 [I] [client/service.go:294] [355c3cd9144bd498] try to connect to server... 2026-03-19 09:49:07.933 [W] [client/service.go:297] [355c3cd9144bd498] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable [2026-03-19,03:40:09.221] [INFO] Initializing BusSpeedStateManager V2 [2026-03-19,03:40:09.228] [INFO] LocationSqlManager initialising [2026-03-19,03:40:09.229] [INFO] Location DB initialising [2026-03-19,03:40:09.240] [INFO] LocationSqlManager initialisation complete [2026-03-19,03:40:09.241] [DEBUG] UploadManager Init [2026-03-19,03:40:09.241] [DEBUG] UploadManager Init Complete [2026-03-19,03:40:09.245] [INFO] Initializing GPS... [2026-03-19,03:40:09.247] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,03:40:08.722] [INFO] Initializing BusSpeedStateManager V2 [2026-03-19,03:40:08.727] [INFO] LocationSqlManager initialising [2026-03-19,03:40:08.727] [INFO] Location DB initialising [2026-03-19,03:40:08.737] [INFO] LocationSqlManager initialisation complete [2026-03-19,03:40:08.737] [DEBUG] UploadManager Init [2026-03-19,03:40:08.738] [DEBUG] UploadManager Init Complete [2026-03-19,03:40:08.740] [INFO] Initializing GPS... [2026-03-19,03:40:08.742] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,20:04:56.300] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,20:04:58.095] [DEBUG] Remote Access Enabled [2026-03-19,20:04:59.802] [INFO] Server Address: 138.201.17.179 [2026-03-19,20:04:59.804] [INFO] Server Port: 7000 [2026-03-19,20:04:59.813] [DEBUG] Starting Remote Access! 2026-03-19 20:05:00.000 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-19 20:05:00.001 [I] [client/service.go:294] try to connect to server... 2026-03-19 20:05:00.744 [I] [client/service.go:286] [8f589f07cd8fe469] login to server success, get run id [8f589f07cd8fe469] 2026-03-19 20:05:00.746 [I] [proxy/proxy_manager.go:173] [8f589f07cd8fe469] proxy added: [DNL01B4302] 2026-03-19 20:05:01.066 [I] [client/control.go:168] [8f589f07cd8fe469] [DNL01B4302] start proxy success [2026-03-19,20:20:02.799] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,20:20:04.854] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,20:35:02.473] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,20:35:05.049] [DEBUG] 6 processes running of frp type [2026-03-19,20:50:02.554] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,20:50:04.838] [DEBUG] 6 processes running of frp type [2026-03-19,21:05:02.233] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,21:05:04.851] [DEBUG] 6 processes running of frp type [2026-03-19,21:20:02.293] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,21:20:06.073] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,21:35:02.357] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,21:35:05.072] [DEBUG] 6 processes running of frp type [2026-03-19,21:50:02.315] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,21:50:09.682] [DEBUG] 6 processes running of frp type [2026-03-19,22:05:02.399] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,22:05:05.220] [DEBUG] 6 processes running of frp type [2026-03-19,22:20:02.628] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,22:20:05.720] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-19,22:35:02.402] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,22:35:04.956] [DEBUG] 6 processes running of frp type [2026-03-19,22:50:02.974] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,22:50:05.162] [DEBUG] 6 processes running of frp type [2026-03-19,23:05:02.773] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,23:05:05.198] [DEBUG] 6 processes running of frp type [2026-03-19,23:20:07.607] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,23:20:09.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-03-19,23:35:03.195] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,23:35:05.491] [DEBUG] 6 processes running of frp type [2026-03-19,23:50:03.020] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-19,23:50:05.307] [DEBUG] 6 processes running of frp type [2026-03-20,00:05:02.741] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,00:05:05.411] [DEBUG] 6 processes running of frp type [2026-03-20,00:20:02.696] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,00:20:04.649] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,00:35:02.656] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,00:35:04.829] [DEBUG] 6 processes running of frp type [2026-03-20,00:50:02.584] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,00:50:04.688] [DEBUG] 6 processes running of frp type [2026-03-20,01:05:02.173] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,01:05:04.272] [DEBUG] 6 processes running of frp type [2026-03-20,01:20:02.761] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,01:20:05.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' [2026-03-20,01:35:02.536] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,01:35:04.987] [DEBUG] 6 processes running of frp type [2026-03-20,01:50:02.591] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,01:50:05.016] [DEBUG] 6 processes running of frp type [2026-03-20,02:05:02.273] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,02:05:04.545] [DEBUG] 6 processes running of frp type [2026-03-20,02:20:02.830] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,02:20:04.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-03-20,02:35:02.851] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,02:35:05.381] [DEBUG] 6 processes running of frp type [2026-03-20,02:50:02.989] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,02:50:06.052] [DEBUG] 6 processes running of frp type [2026-03-20,03:05:02.366] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,03:05:04.911] [DEBUG] 6 processes running of frp type [2026-03-20,03:20:02.255] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,03:20:05.027] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,03:35:03.251] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,03:35:05.678] [DEBUG] 6 processes running of frp type [2026-03-20,03:50:02.907] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,03:50:05.221] [DEBUG] 6 processes running of frp type [2026-03-20,04:05:02.792] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,04:05:05.524] [DEBUG] 6 processes running of frp type [2026-03-20,04:20:02.886] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,04:20:05.660] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,04:35:02.907] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,04:35:05.143] [DEBUG] 6 processes running of frp type [2026-03-20,04:50:02.553] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,04:50:05.255] [DEBUG] 6 processes running of frp type [2026-03-20,05:05:02.540] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,05:05:05.118] [DEBUG] 6 processes running of frp type [2026-03-20,05:20:03.579] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,05:20:05.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-03-20,05:35:02.200] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,05:35:04.495] [DEBUG] 6 processes running of frp type [2026-03-20,05:50:03.284] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,05:50:05.978] [DEBUG] 6 processes running of frp type [2026-03-20,05:26:52.193] [INFO] Initializing BusSpeedStateManager V2 [2026-03-20,05:26:52.198] [INFO] LocationSqlManager initialising [2026-03-20,05:26:52.199] [INFO] Location DB initialising [2026-03-20,05:26:52.209] [INFO] LocationSqlManager initialisation complete [2026-03-20,05:26:52.210] [DEBUG] UploadManager Init [2026-03-20,05:26:52.210] [DEBUG] UploadManager Init Complete [2026-03-20,05:26:52.214] [INFO] Initializing GPS... [2026-03-20,05:26:52.216] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,18:57:00.508] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,18:57:03.318] [DEBUG] Remote Access Enabled [2026-03-20,18:57:05.394] [INFO] Server Address: 138.201.17.179 [2026-03-20,18:57:05.395] [INFO] Server Port: 7000 [2026-03-20,18:57:05.400] [DEBUG] Starting Remote Access! 2026-03-20 18:57:05.533 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-20 18:57:05.533 [I] [client/service.go:294] try to connect to server... 2026-03-20 18:57:06.225 [I] [client/service.go:286] [b929cf00ddc35479] login to server success, get run id [b929cf00ddc35479] 2026-03-20 18:57:06.227 [I] [proxy/proxy_manager.go:173] [b929cf00ddc35479] proxy added: [DNL01B4302] 2026-03-20 18:57:06.461 [I] [client/control.go:168] [b929cf00ddc35479] [DNL01B4302] start proxy success [2026-03-20,19:00:22.757] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,19:00:25.084] [DEBUG] 6 processes running of frp type [2026-03-20,19:05:03.277] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,19:05:05.775] [DEBUG] 6 processes running of frp type [2026-03-20,19:20:02.004] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,19:20:04.574] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,19:35:02.441] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,19:35:05.051] [DEBUG] 6 processes running of frp type [2026-03-20,19:50:02.757] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,19:50:11.033] [DEBUG] 6 processes running of frp type [2026-03-20,20:05:02.326] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,20:05:04.688] [DEBUG] 6 processes running of frp type [2026-03-20,20:20:02.065] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,20:20:04.665] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,20:35:02.728] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,20:35:05.267] [DEBUG] 6 processes running of frp type [2026-03-20,20:50:02.801] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,20:50:05.572] [DEBUG] 6 processes running of frp type [2026-03-20,21:05:03.183] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,21:05:05.585] [DEBUG] 6 processes running of frp type [2026-03-20,21:20:03.110] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,21:20:05.827] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,21:35:03.039] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,21:35:05.735] [DEBUG] 6 processes running of frp type [2026-03-20,21:50:02.434] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,21:50:04.581] [DEBUG] 6 processes running of frp type [2026-03-20,22:05:02.898] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,22:05:05.119] [DEBUG] 6 processes running of frp type [2026-03-20,22:20:02.585] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,22:20:14.902] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,22:35:02.344] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,22:35:04.962] [DEBUG] 6 processes running of frp type [2026-03-20,22:50:02.968] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,22:50:06.349] [DEBUG] 6 processes running of frp type [2026-03-20,23:05:03.132] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,23:05:05.650] [DEBUG] 6 processes running of frp type [2026-03-20,23:20:02.006] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,23:20:04.141] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-20,23:35:02.725] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,23:35:05.315] [DEBUG] 6 processes running of frp type [2026-03-20,23:50:03.108] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-20,23:50:05.346] [DEBUG] 6 processes running of frp type [2026-03-21,00:05:03.051] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,00:05:05.256] [DEBUG] 6 processes running of frp type [2026-03-21,00:20:02.485] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,00:20:05.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-03-21,00:35:02.709] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,00:35:05.126] [DEBUG] 6 processes running of frp type [2026-03-21,00:50:02.821] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,00:50:05.014] [DEBUG] 6 processes running of frp type [2026-03-21,01:05:02.657] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,01:05:04.925] [DEBUG] 6 processes running of frp type [2026-03-21,01:20:02.234] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,01:20:05.038] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,01:35:03.016] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,01:35:05.485] [DEBUG] 6 processes running of frp type [2026-03-21,01:50:02.870] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,01:50:04.986] [DEBUG] 6 processes running of frp type [2026-03-21,02:05:02.618] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,02:05:04.729] [DEBUG] 6 processes running of frp type [2026-03-21,02:20:02.035] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,02:20:04.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-03-21,02:35:02.948] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,02:35:05.281] [DEBUG] 6 processes running of frp type [2026-03-21,02:50:02.669] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,02:50:04.726] [DEBUG] 6 processes running of frp type [2026-03-21,03:05:02.228] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,03:05:05.118] [DEBUG] 6 processes running of frp type [2026-03-21,03:20:02.522] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,03:20:04.374] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,03:35:02.503] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,03:35:05.055] [DEBUG] 6 processes running of frp type [2026-03-21,03:50:02.753] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,03:50:04.814] [DEBUG] 6 processes running of frp type [2026-03-21,04:05:01.964] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,04:05:04.129] [DEBUG] 6 processes running of frp type [2026-03-21,04:20:04.237] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,04:20:06.567] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-21,04:35:02.814] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,04:35:05.030] [DEBUG] 6 processes running of frp type [2026-03-21,04:50:02.749] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,04:50:04.945] [DEBUG] 6 processes running of frp type [2026-03-21,05:05:02.466] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,05:05:04.437] [DEBUG] 6 processes running of frp type [2026-03-21,05:20:03.233] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,05:20:05.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-03-21,05:35:02.568] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,05:35:04.403] [DEBUG] 6 processes running of frp type [2026-03-21,05:50:02.871] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,05:50:05.248] [DEBUG] 6 processes running of frp type [2026-03-21,06:05:02.626] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,06:05:05.554] [DEBUG] 6 processes running of frp type [2026-03-21,06:20:02.929] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,06:20:05.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-03-21,06:35:02.224] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,06:35:04.423] [DEBUG] 6 processes running of frp type [2026-03-21,06:50:03.092] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-21,06:50:05.281] [DEBUG] 6 processes running of frp type [2026-03-21,06:52:34.372] [INFO] Initializing BusSpeedStateManager V2 [2026-03-21,06:52:34.376] [INFO] LocationSqlManager initialising [2026-03-21,06:52:34.377] [INFO] Location DB initialising [2026-03-21,06:52:34.386] [INFO] LocationSqlManager initialisation complete [2026-03-21,06:52:34.387] [DEBUG] UploadManager Init [2026-03-21,06:52:34.388] [DEBUG] UploadManager Init Complete [2026-03-21,06:52:34.390] [INFO] Initializing GPS... [2026-03-21,06:52:34.392] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,20:05:47.221] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-22,20:05:49.250] [DEBUG] Remote Access Enabled [2026-03-22,20:05:51.119] [INFO] Server Address: 138.201.17.179 [2026-03-22,20:05:51.121] [INFO] Server Port: 7000 [2026-03-22,20:05:51.130] [DEBUG] Starting Remote Access! 2026-03-22 20:05:51.295 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-22 20:05:51.296 [I] [client/service.go:294] try to connect to server... 2026-03-22 20:05:52.058 [I] [client/service.go:286] [9cd198058852f98d] login to server success, get run id [9cd198058852f98d] 2026-03-22 20:05:52.059 [I] [proxy/proxy_manager.go:173] [9cd198058852f98d] proxy added: [DNL01B4302] 2026-03-22 20:05:52.242 [I] [client/control.go:168] [9cd198058852f98d] [DNL01B4302] start proxy success [2026-03-22,20:20:02.553] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-22,20:20:04.701] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,20:35:02.069] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-22,20:35:04.112] [DEBUG] 6 processes running of frp type [2026-03-22,20:50:02.399] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-22,20:50:04.553] [DEBUG] 6 processes running of frp type [2026-03-22,21:05:02.755] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-22,21:05:19.559] [DEBUG] 6 processes running of frp type 2026-03-22 21:07:25.424 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 21:07:36.957 [I] [client/service.go:286] [9cd198058852f98d] login to server success, get run id [9cd198058852f98d] 2026-03-22 21:07:36.959 [I] [proxy/proxy_manager.go:173] [9cd198058852f98d] proxy added: [DNL01B4302] 2026-03-22 21:08:06.877 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 21:08:20.872 [W] [client/service.go:297] [9cd198058852f98d] connect to server error: i/o deadline reached 2026-03-22 21:08:20.873 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 21:08:29.069 [W] [client/service.go:297] [9cd198058852f98d] connect to server error: session shutdown 2026-03-22 21:08:29.070 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 21:08:39.071 [W] [client/service.go:297] [9cd198058852f98d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-22 21:08:39.073 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 21:08:49.075 [W] [client/service.go:297] [9cd198058852f98d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-22 21:08:49.075 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 21:09:06.867 [W] [client/service.go:297] [9cd198058852f98d] connect to server error: connection write timeout 2026-03-22 21:09:26.868 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 21:09:37.743 [W] [client/service.go:297] [9cd198058852f98d] connect to server error: connection write timeout 2026-03-22 21:09:57.744 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 21:10:09.348 [I] [client/service.go:286] [9cd198058852f98d] login to server success, get run id [9cd198058852f98d] 2026-03-22 21:10:09.349 [I] [proxy/proxy_manager.go:173] [9cd198058852f98d] proxy added: [DNL01B4302] 2026-03-22 21:10:10.228 [I] [client/control.go:168] [9cd198058852f98d] [DNL01B4302] start proxy success [2026-03-22,21:20:03.379] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-22,21:20:05.807] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-22,21:35:03.023] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-22,21:35:05.477] [DEBUG] 6 processes running of frp type [2026-03-22,21:50:02.881] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-22,21:50:05.820] [DEBUG] 6 processes running of frp type [2026-03-22,22:05:02.433] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-22,22:05:04.647] [DEBUG] 6 processes running of frp type [2026-03-22,22:20:02.001] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-22,22:20:04.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-03-22 22:31:45.436 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 22:32:03.210 [W] [client/service.go:297] [9cd198058852f98d] connect to server error: connection write timeout 2026-03-22 22:32:03.211 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 22:32:20.397 [W] [client/service.go:297] [9cd198058852f98d] connect to server error: connection write timeout 2026-03-22 22:32:20.399 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 22:32:28.101 [I] [client/service.go:286] [9cd198058852f98d] login to server success, get run id [9cd198058852f98d] 2026-03-22 22:32:28.102 [I] [proxy/proxy_manager.go:173] [9cd198058852f98d] proxy added: [DNL01B4302] 2026-03-22 22:32:29.078 [I] [client/control.go:168] [9cd198058852f98d] [DNL01B4302] start proxy success [2026-03-22,22:35:02.285] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-22,22:35:10.230] [DEBUG] 6 processes running of frp type 2026-03-22 22:35:10.926 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 22:35:14.641 [I] [client/service.go:286] [9cd198058852f98d] login to server success, get run id [9cd198058852f98d] 2026-03-22 22:35:14.643 [I] [proxy/proxy_manager.go:173] [9cd198058852f98d] proxy added: [DNL01B4302] 2026-03-22 22:35:24.259 [I] [client/control.go:168] [9cd198058852f98d] [DNL01B4302] start proxy success 2026-03-22 22:36:23.702 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 22:36:34.383 [W] [client/service.go:297] [9cd198058852f98d] connect to server error: i/o deadline reached 2026-03-22 22:36:34.383 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 22:36:44.385 [W] [client/service.go:297] [9cd198058852f98d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-22 22:36:44.386 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 22:36:51.131 [I] [client/service.go:286] [9cd198058852f98d] login to server success, get run id [9cd198058852f98d] 2026-03-22 22:36:51.132 [I] [proxy/proxy_manager.go:173] [9cd198058852f98d] proxy added: [DNL01B4302] 2026-03-22 22:36:51.459 [I] [client/control.go:168] [9cd198058852f98d] [DNL01B4302] start proxy success [2026-03-22,22:50:03.256] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-22,22:50:05.511] [DEBUG] 6 processes running of frp type [2026-03-22,23:05:02.950] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-22,23:05:04.686] [DEBUG] 6 processes running of frp type [2026-03-22,23:20:03.074] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-22,23:20:05.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-03-22,23:35:02.878] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-22,23:35:05.396] [DEBUG] 6 processes running of frp type 2026-03-22 23:45:24.864 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 23:45:37.369 [I] [client/service.go:286] [9cd198058852f98d] login to server success, get run id [9cd198058852f98d] 2026-03-22 23:45:37.374 [I] [proxy/proxy_manager.go:173] [9cd198058852f98d] proxy added: [DNL01B4302] 2026-03-22 23:45:47.288 [I] [client/control.go:168] [9cd198058852f98d] [DNL01B4302] start proxy success 2026-03-22 23:49:45.377 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 23:49:55.379 [W] [client/service.go:297] [9cd198058852f98d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-22 23:49:55.380 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... [2026-03-22,23:50:04.197] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-03-22 23:50:05.382 [W] [client/service.go:297] [9cd198058852f98d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-22 23:50:05.382 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 23:50:17.135 [W] [client/service.go:297] [9cd198058852f98d] connect to server error: connection write timeout 2026-03-22 23:50:17.135 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 23:50:24.270 [W] [client/service.go:297] [9cd198058852f98d] connect to server error: read tcp 192.168.1.104:44538->138.201.17.179:7000: read: connection reset by peer 2026-03-22 23:50:44.271 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-22 23:50:52.330 [I] [client/service.go:286] [9cd198058852f98d] login to server success, get run id [9cd198058852f98d] 2026-03-22 23:50:52.331 [I] [proxy/proxy_manager.go:173] [9cd198058852f98d] proxy added: [DNL01B4302] 2026-03-22 23:50:52.531 [I] [client/control.go:168] [9cd198058852f98d] [DNL01B4302] start proxy success [2026-03-22,23:51:10.269] [DEBUG] 6 processes running of frp type [2026-03-23,00:05:02.695] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,00:05:07.602] [DEBUG] 6 processes running of frp type [2026-03-23,00:20:03.191] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,00:20:06.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-03-23,00:35:03.085] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,00:35:05.437] [DEBUG] 6 processes running of frp type [2026-03-23,00:50:02.936] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,00:50:05.240] [DEBUG] 6 processes running of frp type 2026-03-23 01:03:07.335 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-23 01:03:11.701 [I] [client/service.go:286] [9cd198058852f98d] login to server success, get run id [9cd198058852f98d] 2026-03-23 01:03:11.704 [I] [proxy/proxy_manager.go:173] [9cd198058852f98d] proxy added: [DNL01B4302] 2026-03-23 01:03:12.169 [I] [client/control.go:168] [9cd198058852f98d] [DNL01B4302] start proxy success [2026-03-23,01:05:02.793] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,01:05:04.772] [DEBUG] 6 processes running of frp type [2026-03-23,01:20:02.077] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,01:20:04.027] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,01:35:02.910] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,01:35:05.345] [DEBUG] 6 processes running of frp type [2026-03-23,01:50:02.947] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,01:50:05.197] [DEBUG] 6 processes running of frp type [2026-03-23,02:05:02.896] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,02:05:05.302] [DEBUG] 6 processes running of frp type [2026-03-23,02:20:02.566] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,02:20:04.494] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,02:35:02.496] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,02:35:04.623] [DEBUG] 6 processes running of frp type [2026-03-23,02:50:02.268] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,02:50:04.282] [DEBUG] 6 processes running of frp type [2026-03-23,03:05:02.862] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,03:05:04.739] [DEBUG] 6 processes running of frp type [2026-03-23,03:20:02.217] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,03:20:04.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-03-23,03:35:02.549] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,03:35:04.788] [DEBUG] 6 processes running of frp type [2026-03-23,03:50:02.627] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,03:50:04.518] [DEBUG] 6 processes running of frp type [2026-03-23,04:05:03.332] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,04:05:05.645] [DEBUG] 6 processes running of frp type 2026-03-23 04:08:20.446 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-23 04:08:30.448 [W] [client/service.go:297] [9cd198058852f98d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 04:08:30.449 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-23 04:08:34.805 [I] [client/service.go:286] [9cd198058852f98d] login to server success, get run id [9cd198058852f98d] 2026-03-23 04:08:34.805 [I] [proxy/proxy_manager.go:173] [9cd198058852f98d] proxy added: [DNL01B4302] 2026-03-23 04:08:34.978 [I] [client/control.go:168] [9cd198058852f98d] [DNL01B4302] start proxy success [2026-03-23,04:20:03.245] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,04:20:05.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-03-23,04:35:02.498] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,04:35:05.014] [DEBUG] 6 processes running of frp type [2026-03-23,04:50:02.625] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,04:50:05.093] [DEBUG] 6 processes running of frp type [2026-03-23,05:05:02.386] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,05:05:04.768] [DEBUG] 6 processes running of frp type [2026-03-23,05:20:02.368] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,05:20:04.529] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,05:35:02.674] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,05:35:05.157] [DEBUG] 6 processes running of frp type [2026-03-23,05:50:02.489] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,05:50:04.864] [DEBUG] 6 processes running of frp type [2026-03-23,06:05:02.488] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,06:05:04.550] [DEBUG] 6 processes running of frp type [2026-03-23,06:20:03.066] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,06:20:05.049] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,06:35:02.628] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,06:35:04.704] [DEBUG] 6 processes running of frp type [2026-03-23,06:50:02.612] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,06:50:04.432] [DEBUG] 6 processes running of frp type [2026-03-23,07:05:03.107] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,07:05:05.745] [DEBUG] 6 processes running of frp type [2026-03-23,07:20:01.952] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,07:20:03.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-03-23,07:35:02.734] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,07:35:05.586] [DEBUG] 6 processes running of frp type [2026-03-23,07:50:04.484] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,07:50:06.565] [DEBUG] 6 processes running of frp type [2026-03-23,08:02:02.892] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,08:02:04.737] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-23,08:02:18.795] [DEBUG] Log Upload Complete! [2026-03-23,08:05:02.827] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,08:05:05.450] [DEBUG] 6 processes running of frp type [2026-03-23,08:20:02.946] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,08:20:05.508] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,08:35:02.692] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,08:35:08.768] [DEBUG] 6 processes running of frp type [2026-03-23,08:50:03.069] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,08:50:05.161] [DEBUG] 6 processes running of frp type [2026-03-23,09:05:02.760] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,09:05:22.395] [DEBUG] 6 processes running of frp type [2026-03-23,09:20:02.701] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,09:20:04.361] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-03-23 09:29:59.461 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-23 09:30:09.463 [W] [client/service.go:297] [9cd198058852f98d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-23 09:30:09.464 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-23 09:30:14.268 [I] [client/service.go:286] [9cd198058852f98d] login to server success, get run id [9cd198058852f98d] 2026-03-23 09:30:14.270 [I] [proxy/proxy_manager.go:173] [9cd198058852f98d] proxy added: [DNL01B4302] 2026-03-23 09:30:14.788 [I] [client/control.go:168] [9cd198058852f98d] [DNL01B4302] start proxy success [2026-03-23,09:35:02.434] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,09:35:04.780] [DEBUG] 6 processes running of frp type [2026-03-23,09:50:02.796] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,09:50:05.149] [DEBUG] 6 processes running of frp type [2026-03-23,10:05:02.944] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,10:05:10.549] [DEBUG] 6 processes running of frp type [2026-03-23,10:20:02.924] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,10:20:05.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-03-23,10:35:02.751] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,10:35:05.310] [DEBUG] 6 processes running of frp type [2026-03-23,10:50:02.746] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,10:50:04.822] [DEBUG] 6 processes running of frp type [2026-03-23,11:05:01.983] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,11:05:04.292] [DEBUG] 6 processes running of frp type [2026-03-23,11:20:02.755] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,11:20:05.425] [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-03-23 11:30:08.412 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-23 11:30:20.092 [W] [client/service.go:297] [9cd198058852f98d] connect to server error: read tcp 192.168.1.104:59926->138.201.17.179:7000: read: connection reset by peer 2026-03-23 11:30:20.094 [I] [client/service.go:294] [9cd198058852f98d] try to connect to server... 2026-03-23 11:30:21.782 [I] [client/service.go:286] [9cd198058852f98d] login to server success, get run id [9cd198058852f98d] 2026-03-23 11:30:21.784 [I] [proxy/proxy_manager.go:173] [9cd198058852f98d] proxy added: [DNL01B4302] 2026-03-23 11:30:22.603 [I] [client/control.go:168] [9cd198058852f98d] [DNL01B4302] start proxy success [2026-03-23,11:35:02.409] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,11:35:04.211] [DEBUG] 6 processes running of frp type [2026-03-23,11:50:03.014] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,11:50:05.374] [DEBUG] 6 processes running of frp type [2026-03-23,12:05:02.949] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,12:05:10.748] [DEBUG] 6 processes running of frp type [2026-03-23,12:20:02.276] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,12:20:04.618] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,12:35:02.734] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,12:35:05.190] [DEBUG] 6 processes running of frp type [2026-03-23,12:50:03.090] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,12:50:05.823] [DEBUG] 6 processes running of frp type [2026-03-23,13:05:02.234] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,13:05:09.606] [DEBUG] 6 processes running of frp type [2026-03-23,13:20:03.291] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,13:20:05.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-03-23,13:35:02.920] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,13:35:04.712] [DEBUG] 6 processes running of frp type [2026-03-23,13:30:11.913] [INFO] Initializing BusSpeedStateManager V2 [2026-03-23,13:30:11.917] [INFO] LocationSqlManager initialising [2026-03-23,13:30:11.918] [INFO] Location DB initialising [2026-03-23,13:30:11.927] [INFO] LocationSqlManager initialisation complete [2026-03-23,13:30:11.927] [DEBUG] UploadManager Init [2026-03-23,13:30:11.928] [DEBUG] UploadManager Init Complete [2026-03-23,13:30:11.930] [INFO] Initializing GPS... [2026-03-23,13:30:11.932] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,19:07:43.639] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,19:07:45.504] [DEBUG] Remote Access Enabled [2026-03-23,19:07:46.159] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,19:07:46.825] [INFO] Server Address: 138.201.17.179 [2026-03-23,19:07:46.826] [INFO] Server Port: 7000 [2026-03-23,19:07:46.831] [DEBUG] Starting Remote Access! 2026-03-23 19:07:46.964 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-23 19:07:46.965 [I] [client/service.go:294] try to connect to server... 2026-03-23 19:07:47.507 [I] [client/service.go:286] [f7ef953648560a0b] login to server success, get run id [f7ef953648560a0b] 2026-03-23 19:07:47.508 [I] [proxy/proxy_manager.go:173] [f7ef953648560a0b] proxy added: [DNL01B4302] 2026-03-23 19:07:47.686 [I] [client/control.go:168] [f7ef953648560a0b] [DNL01B4302] start proxy success [2026-03-23,19:07:47.896] [DEBUG] 6 processes running of frp type [2026-03-23,19:20:02.114] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,19:20:09.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-03-23,19:35:02.660] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,19:35:09.705] [DEBUG] 6 processes running of frp type [2026-03-23,19:50:02.092] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,19:50:18.904] [DEBUG] 6 processes running of frp type [2026-03-23,20:05:02.092] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,20:05:03.897] [DEBUG] 6 processes running of frp type [2026-03-23,20:20:02.142] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,20:20:03.966] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,20:35:02.665] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,20:35:04.412] [DEBUG] 6 processes running of frp type [2026-03-23,20:50:02.958] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,20:50:05.104] [DEBUG] 6 processes running of frp type [2026-03-23,21:05:02.502] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,21:05:04.875] [DEBUG] 6 processes running of frp type [2026-03-23,21:20:02.648] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,21:20:04.716] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,21:35:02.076] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,21:35:09.909] [DEBUG] 6 processes running of frp type [2026-03-23,21:50:02.844] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,21:50:05.448] [DEBUG] 6 processes running of frp type [2026-03-23,22:05:02.980] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,22:05:05.310] [DEBUG] 6 processes running of frp type [2026-03-23,22:20:02.496] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,22:20:04.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-03-23,22:35:02.718] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,22:35:05.248] [DEBUG] 6 processes running of frp type [2026-03-23,22:50:02.526] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,22:50:04.655] [DEBUG] 6 processes running of frp type [2026-03-23,23:05:02.951] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,23:05:05.517] [DEBUG] 6 processes running of frp type [2026-03-23,23:20:03.046] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,23:20:05.352] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-23,23:35:02.911] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,23:35:05.645] [DEBUG] 6 processes running of frp type [2026-03-23,23:50:02.757] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-23,23:50:04.999] [DEBUG] 6 processes running of frp type [2026-03-24,00:05:02.228] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,00:05:03.979] [DEBUG] 6 processes running of frp type [2026-03-24,00:20:02.308] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,00:20:04.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-03-24,00:35:02.319] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,00:35:04.392] [DEBUG] 6 processes running of frp type [2026-03-24,00:50:02.344] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,00:50:04.513] [DEBUG] 6 processes running of frp type 2026-03-24 00:51:35.041 [I] [client/service.go:294] [f7ef953648560a0b] try to connect to server... 2026-03-24 00:51:35.735 [I] [client/service.go:286] [f7ef953648560a0b] login to server success, get run id [f7ef953648560a0b] 2026-03-24 00:51:35.736 [I] [proxy/proxy_manager.go:173] [f7ef953648560a0b] proxy added: [DNL01B4302] 2026-03-24 00:51:35.974 [I] [client/control.go:168] [f7ef953648560a0b] [DNL01B4302] start proxy success [2026-03-24,01:05:02.792] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,01:05:04.874] [DEBUG] 6 processes running of frp type [2026-03-24,01:20:02.174] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,01:20:04.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-03-24,01:35:02.466] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,01:35:04.924] [DEBUG] 6 processes running of frp type [2026-03-24,01:50:02.334] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,01:50:04.795] [DEBUG] 6 processes running of frp type [2026-03-24,02:05:02.471] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,02:05:04.942] [DEBUG] 6 processes running of frp type [2026-03-24,02:20:02.253] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,02:20:04.503] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,02:35:03.018] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,02:35:05.362] [DEBUG] 6 processes running of frp type [2026-03-24,02:50:02.870] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,02:50:05.423] [DEBUG] 6 processes running of frp type [2026-03-24,03:05:02.878] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,03:05:05.461] [DEBUG] 6 processes running of frp type [2026-03-24,03:20:02.859] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,03:20:05.484] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,03:35:02.577] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,03:35:04.762] [DEBUG] 6 processes running of frp type [2026-03-24,03:50:02.420] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,03:50:04.211] [DEBUG] 6 processes running of frp type [2026-03-24,04:05:02.506] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,04:05:04.731] [DEBUG] 6 processes running of frp type [2026-03-24,04:20:02.948] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,04:20:04.603] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,04:35:02.718] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,04:35:04.998] [DEBUG] 6 processes running of frp type [2026-03-24,04:50:02.525] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,04:50:04.634] [DEBUG] 6 processes running of frp type [2026-03-24,05:05:03.250] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,05:05:05.911] [DEBUG] 6 processes running of frp type [2026-03-24,05:20:02.212] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,05:20:04.781] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,05:35:02.397] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,05:35:04.568] [DEBUG] 6 processes running of frp type [2026-03-24,05:50:02.163] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,05:50:04.409] [DEBUG] 6 processes running of frp type [2026-03-24,06:05:02.741] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,06:05:04.613] [DEBUG] 6 processes running of frp type [2026-03-24,06:20:03.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,06:20:05.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-03-24,06:35:02.692] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,06:35:04.939] [DEBUG] 6 processes running of frp type [2026-03-24,06:50:02.874] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,06:50:05.182] [DEBUG] 6 processes running of frp type [2026-03-24,07:05:02.761] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,07:05:04.622] [DEBUG] 6 processes running of frp type [2026-03-24,07:20:03.159] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,07:20:05.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-03-24,07:35:02.411] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,07:35:04.639] [DEBUG] 6 processes running of frp type [2026-03-24,07:50:02.314] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,07:50:04.952] [DEBUG] 6 processes running of frp type [2026-03-24,08:02:02.293] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,08:02:04.070] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-24,08:02:18.249] [DEBUG] Log Upload Complete! [2026-03-24,08:05:02.264] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,08:05:04.308] [DEBUG] 6 processes running of frp type [2026-03-24,08:20:02.855] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,08:20:05.153] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,08:35:03.012] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,08:35:05.395] [DEBUG] 6 processes running of frp type [2026-03-24,08:50:03.089] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,08:50:10.855] [DEBUG] 6 processes running of frp type [2026-03-24,09:05:02.267] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,09:05:04.345] [DEBUG] 6 processes running of frp type [2026-03-24,09:20:02.665] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,09:20:04.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-03-24,09:35:02.910] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,09:35:05.316] [DEBUG] 6 processes running of frp type [2026-03-24,09:50:02.848] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,09:50:05.244] [DEBUG] 6 processes running of frp type [2026-03-24,10:05:02.716] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,10:05:05.078] [DEBUG] 6 processes running of frp type [2026-03-24,10:20:02.433] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,10:20:09.659] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,10:35:02.213] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,10:35:04.778] [DEBUG] 6 processes running of frp type [2026-03-24,10:50:02.812] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,10:50:10.591] [DEBUG] 6 processes running of frp type [2026-03-24,11:05:03.052] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,11:05:05.717] [DEBUG] 6 processes running of frp type [2026-03-24,11:20:01.910] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,11:20:03.878] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,11:35:02.278] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,11:35:04.795] [DEBUG] 6 processes running of frp type [2026-03-24,11:50:02.568] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,11:50:04.825] [DEBUG] 6 processes running of frp type [2026-03-24,12:05:02.506] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,12:05:05.071] [DEBUG] 6 processes running of frp type [2026-03-24,12:20:02.511] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,12:20:04.511] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,12:35:02.813] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,12:35:10.426] [DEBUG] 6 processes running of frp type [2026-03-24,12:50:02.336] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,12:50:04.847] [DEBUG] 6 processes running of frp type [2026-03-24,13:05:02.115] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,13:05:04.453] [DEBUG] 6 processes running of frp type [2026-03-24,12:44:39.944] [INFO] Initializing BusSpeedStateManager V2 [2026-03-24,12:44:39.948] [INFO] LocationSqlManager initialising [2026-03-24,12:44:39.949] [INFO] Location DB initialising [2026-03-24,12:44:39.958] [INFO] LocationSqlManager initialisation complete [2026-03-24,12:44:39.959] [DEBUG] UploadManager Init [2026-03-24,12:44:39.959] [DEBUG] UploadManager Init Complete [2026-03-24,12:44:39.962] [INFO] Initializing GPS... [2026-03-24,12:44:39.964] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,18:43:54.046] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,18:43:55.968] [DEBUG] Remote Access Enabled [2026-03-24,18:43:57.516] [INFO] Server Address: 138.201.17.179 [2026-03-24,18:43:57.517] [INFO] Server Port: 7000 [2026-03-24,18:43:57.526] [DEBUG] Starting Remote Access! 2026-03-24 18:43:57.722 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-24 18:43:57.723 [I] [client/service.go:294] try to connect to server... 2026-03-24 18:43:58.321 [I] [client/service.go:286] [042ee0eb297d3adf] login to server success, get run id [042ee0eb297d3adf] 2026-03-24 18:43:58.322 [I] [proxy/proxy_manager.go:173] [042ee0eb297d3adf] proxy added: [DNL01B4302] 2026-03-24 18:43:58.507 [I] [client/control.go:168] [042ee0eb297d3adf] [DNL01B4302] start proxy success [2026-03-24,18:44:28.421] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,18:44:30.526] [DEBUG] 6 processes running of frp type [2026-03-24,18:50:03.115] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,18:50:05.752] [DEBUG] 6 processes running of frp type [2026-03-24,19:05:02.145] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,19:05:04.316] [DEBUG] 6 processes running of frp type [2026-03-24,19:20:02.671] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,19:20:05.208] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,19:35:02.235] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,19:35:04.638] [DEBUG] 6 processes running of frp type [2026-03-24,19:50:02.485] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,19:50:05.102] [DEBUG] 6 processes running of frp type [2026-03-24,20:05:02.535] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,20:05:04.956] [DEBUG] 6 processes running of frp type [2026-03-24,20:20:02.228] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,20:20:04.469] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,20:35:02.667] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,20:35:05.032] [DEBUG] 6 processes running of frp type [2026-03-24,20:50:02.836] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,20:50:05.176] [DEBUG] 6 processes running of frp type [2026-03-24,21:05:02.611] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,21:05:10.106] [DEBUG] 6 processes running of frp type [2026-03-24,21:20:02.442] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,21:20:05.243] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,21:35:02.743] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,21:35:05.118] [DEBUG] 6 processes running of frp type [2026-03-24,21:50:02.666] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,21:50:05.379] [DEBUG] 6 processes running of frp type [2026-03-24,22:05:02.701] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,22:05:05.070] [DEBUG] 6 processes running of frp type [2026-03-24,22:20:02.407] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,22:20:09.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-03-24,22:35:02.548] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,22:35:04.672] [DEBUG] 6 processes running of frp type [2026-03-24,22:50:02.406] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,22:50:04.704] [DEBUG] 6 processes running of frp type [2026-03-24,23:05:02.264] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,23:05:04.777] [DEBUG] 6 processes running of frp type [2026-03-24,23:20:02.057] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,23:20:04.280] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-24,23:35:02.160] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,23:35:04.589] [DEBUG] 6 processes running of frp type [2026-03-24,23:50:02.449] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-24,23:50:04.845] [DEBUG] 6 processes running of frp type [2026-03-25,00:05:02.476] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,00:05:04.823] [DEBUG] 6 processes running of frp type [2026-03-25,00:20:01.980] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,00:20:04.355] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,00:35:02.583] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,00:35:04.786] [DEBUG] 6 processes running of frp type [2026-03-25,00:50:02.840] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,00:50:05.265] [DEBUG] 6 processes running of frp type [2026-03-25,01:05:02.724] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,01:05:04.532] [DEBUG] 6 processes running of frp type [2026-03-25,01:20:02.886] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,01:20:04.771] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,01:35:02.435] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,01:35:04.415] [DEBUG] 6 processes running of frp type [2026-03-25,01:50:02.688] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,01:50:05.074] [DEBUG] 6 processes running of frp type 2026-03-25 01:54:31.014 [I] [client/service.go:294] [042ee0eb297d3adf] try to connect to server... 2026-03-25 01:54:31.694 [I] [client/service.go:286] [042ee0eb297d3adf] login to server success, get run id [042ee0eb297d3adf] 2026-03-25 01:54:31.696 [I] [proxy/proxy_manager.go:173] [042ee0eb297d3adf] proxy added: [DNL01B4302] 2026-03-25 01:54:31.932 [I] [client/control.go:168] [042ee0eb297d3adf] [DNL01B4302] start proxy success [2026-03-25,02:05:02.287] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,02:05:04.048] [DEBUG] 6 processes running of frp type [2026-03-25,02:20:02.306] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,02:20:04.105] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,02:35:02.017] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,02:35:04.266] [DEBUG] 6 processes running of frp type [2026-03-25,02:50:02.296] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,02:50:04.136] [DEBUG] 6 processes running of frp type [2026-03-25,03:05:02.726] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,03:05:05.017] [DEBUG] 6 processes running of frp type [2026-03-25,03:20:02.224] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,03:20:04.152] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,03:35:02.942] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,03:35:05.131] [DEBUG] 6 processes running of frp type [2026-03-25,03:50:02.895] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,03:50:05.440] [DEBUG] 6 processes running of frp type [2026-03-25,04:05:03.114] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,04:05:05.379] [DEBUG] 6 processes running of frp type [2026-03-25,04:20:02.811] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,04:20:04.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-03-25 04:30:44.182 [I] [client/service.go:294] [042ee0eb297d3adf] try to connect to server... 2026-03-25 04:30:54.184 [W] [client/service.go:297] [042ee0eb297d3adf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 04:30:54.184 [I] [client/service.go:294] [042ee0eb297d3adf] try to connect to server... 2026-03-25 04:31:12.928 [W] [client/service.go:297] [042ee0eb297d3adf] connect to server error: connection write timeout 2026-03-25 04:31:12.929 [I] [client/service.go:294] [042ee0eb297d3adf] try to connect to server... 2026-03-25 04:31:22.931 [W] [client/service.go:297] [042ee0eb297d3adf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 04:31:22.931 [I] [client/service.go:294] [042ee0eb297d3adf] try to connect to server... 2026-03-25 04:31:32.933 [W] [client/service.go:297] [042ee0eb297d3adf] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-03-25 04:31:32.933 [I] [client/service.go:294] [042ee0eb297d3adf] try to connect to server... 2026-03-25 04:31:41.073 [W] [client/service.go:297] [042ee0eb297d3adf] connect to server error: session shutdown 2026-03-25 04:32:01.074 [I] [client/service.go:294] [042ee0eb297d3adf] try to connect to server... 2026-03-25 04:32:01.927 [I] [client/service.go:286] [042ee0eb297d3adf] login to server success, get run id [042ee0eb297d3adf] 2026-03-25 04:32:01.928 [I] [proxy/proxy_manager.go:173] [042ee0eb297d3adf] proxy added: [DNL01B4302] 2026-03-25 04:32:02.099 [I] [client/control.go:168] [042ee0eb297d3adf] [DNL01B4302] start proxy success [2026-03-25,04:35:02.195] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,04:35:04.632] [DEBUG] 6 processes running of frp type [2026-03-25,04:50:02.235] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,04:50:04.441] [DEBUG] 6 processes running of frp type [2026-03-25,05:05:02.763] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,05:05:04.667] [DEBUG] 6 processes running of frp type [2026-03-25,05:20:03.070] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,05:20:04.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-03-25,05:35:02.807] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,05:35:05.087] [DEBUG] 6 processes running of frp type [2026-03-25,05:50:02.583] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,05:50:04.481] [DEBUG] 6 processes running of frp type [2026-03-25,06:05:03.108] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,06:05:04.830] [DEBUG] 6 processes running of frp type [2026-03-25,06:20:02.327] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,06:20:04.085] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,06:35:03.212] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,06:35:04.944] [DEBUG] 6 processes running of frp type [2026-03-25,06:50:02.575] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,06:50:04.244] [DEBUG] 6 processes running of frp type [2026-03-25,07:05:02.870] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,07:05:04.596] [DEBUG] 6 processes running of frp type [2026-03-25,07:20:02.828] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,07:20:04.521] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,07:35:02.635] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,07:35:04.333] [DEBUG] 6 processes running of frp type [2026-03-25,07:50:02.966] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,07:50:04.823] [DEBUG] 6 processes running of frp type [2026-03-25,08:02:02.070] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,08:02:03.808] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-03-25,08:02:20.177] [DEBUG] Log Upload Complete! [2026-03-25,08:05:02.007] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,08:05:03.735] [DEBUG] 6 processes running of frp type [2026-03-25,08:20:02.217] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,08:20:04.006] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,08:35:02.884] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,08:35:04.653] [DEBUG] 6 processes running of frp type [2026-03-25,08:22:54.381] [INFO] Initializing BusSpeedStateManager V2 [2026-03-25,08:22:54.388] [INFO] LocationSqlManager initialising [2026-03-25,08:22:54.389] [INFO] Location DB initialising [2026-03-25,08:22:54.400] [INFO] LocationSqlManager initialisation complete [2026-03-25,08:22:54.401] [DEBUG] UploadManager Init [2026-03-25,08:22:54.402] [DEBUG] UploadManager Init Complete [2026-03-25,08:22:54.407] [INFO] Initializing GPS... [2026-03-25,08:22:54.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' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,20:13:09.369] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-25,20:13:11.829] [DEBUG] Remote Access Enabled [2026-03-25,20:13:13.287] [INFO] Server Address: 138.201.17.179 [2026-03-25,20:13:13.288] [INFO] Server Port: 7000 [2026-03-25,20:13:13.294] [DEBUG] Starting Remote Access! 2026-03-25 20:13:13.427 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-25 20:13:13.428 [I] [client/service.go:294] try to connect to server... 2026-03-25 20:13:14.148 [I] [client/service.go:286] [729273c1bb2921e1] login to server success, get run id [729273c1bb2921e1] 2026-03-25 20:13:14.150 [I] [proxy/proxy_manager.go:173] [729273c1bb2921e1] proxy added: [DNL01B4302] 2026-03-25 20:13:14.326 [I] [client/control.go:168] [729273c1bb2921e1] [DNL01B4302] start proxy success [2026-03-25,20:15:38.234] [INFO] Initializing BusSpeedStateManager V2 [2026-03-25,20:15:38.238] [INFO] LocationSqlManager initialising [2026-03-25,20:15:38.238] [INFO] Location DB initialising [2026-03-25,20:15:38.249] [INFO] LocationSqlManager initialisation complete [2026-03-25,20:15:38.250] [DEBUG] UploadManager Init [2026-03-25,20:15:38.251] [DEBUG] UploadManager Init Complete [2026-03-25,20:15:38.255] [INFO] Initializing GPS... [2026-03-25,20:15:38.258] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-25,20:15:37.895] [INFO] Initializing BusSpeedStateManager V2 [2026-03-25,20:15:37.899] [INFO] LocationSqlManager initialising [2026-03-25,20:15:37.900] [INFO] Location DB initialising [2026-03-25,20:15:37.909] [INFO] LocationSqlManager initialisation complete [2026-03-25,20:15:37.910] [DEBUG] UploadManager Init [2026-03-25,20:15:37.910] [DEBUG] UploadManager Init Complete [2026-03-25,20:15:37.913] [INFO] Initializing GPS... [2026-03-25,20:15:37.915] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,16:46:12.038] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,16:46:53.523] [DEBUG] Remote Access Enabled [2026-03-29,16:45:55.010] [INFO] Initializing BusSpeedStateManager V2 [2026-03-29,16:45:55.017] [INFO] LocationSqlManager initialising [2026-03-29,16:45:55.018] [INFO] Location DB initialising [2026-03-29,16:45:55.029] [INFO] LocationSqlManager initialisation complete [2026-03-29,16:45:55.030] [DEBUG] UploadManager Init [2026-03-29,16:45:55.031] [DEBUG] UploadManager Init Complete [2026-03-29,16:45:55.036] [INFO] Initializing GPS... [2026-03-29,16:45:55.039] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,19:06:16.619] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,19:06:18.425] [DEBUG] Remote Access Enabled [2026-03-29,19:06:20.203] [INFO] Server Address: 138.201.17.179 [2026-03-29,19:06:20.205] [INFO] Server Port: 7000 [2026-03-29,19:06:20.214] [DEBUG] Starting Remote Access! 2026-03-29 19:06:20.408 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-29 19:06:20.409 [I] [client/service.go:294] try to connect to server... 2026-03-29 19:06:21.147 [I] [client/service.go:286] [a8b39e9ed976704f] login to server success, get run id [a8b39e9ed976704f] 2026-03-29 19:06:21.148 [I] [proxy/proxy_manager.go:173] [a8b39e9ed976704f] proxy added: [DNL01B4302] 2026-03-29 19:06:21.339 [I] [client/control.go:168] [a8b39e9ed976704f] [DNL01B4302] start proxy success [2026-03-29,19:06:57.730] [INFO] Initializing BusSpeedStateManager V2 [2026-03-29,19:06:57.734] [INFO] LocationSqlManager initialising [2026-03-29,19:06:57.735] [INFO] Location DB initialising [2026-03-29,19:06:57.744] [INFO] LocationSqlManager initialisation complete [2026-03-29,19:06:57.745] [DEBUG] UploadManager Init [2026-03-29,19:06:57.745] [DEBUG] UploadManager Init Complete [2026-03-29,19:06:57.748] [INFO] Initializing GPS... [2026-03-29,19:06:57.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' [2026-03-29,19:11:46.593] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,19:11:48.331] [DEBUG] Remote Access Enabled [2026-03-29,19:11:50.107] [INFO] Server Address: 138.201.17.179 [2026-03-29,19:11:50.108] [INFO] Server Port: 7000 [2026-03-29,19:11:50.113] [DEBUG] Starting Remote Access! 2026-03-29 19:11:50.247 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-29 19:11:50.248 [I] [client/service.go:294] try to connect to server... 2026-03-29 19:11:50.903 [I] [client/service.go:286] [7491b651dc8306af] login to server success, get run id [7491b651dc8306af] 2026-03-29 19:11:50.904 [I] [proxy/proxy_manager.go:173] [7491b651dc8306af] proxy added: [DNL01B4302] 2026-03-29 19:11:51.139 [I] [client/control.go:168] [7491b651dc8306af] [DNL01B4302] start proxy success 2026-03-29 19:14:01.614 [I] [client/service.go:294] [7491b651dc8306af] try to connect to server... 2026-03-29 19:14:09.829 [I] [client/service.go:286] [7491b651dc8306af] login to server success, get run id [7491b651dc8306af] 2026-03-29 19:14:09.831 [I] [proxy/proxy_manager.go:173] [7491b651dc8306af] proxy added: [DNL01B4302] 2026-03-29 19:14:10.407 [I] [client/control.go:168] [7491b651dc8306af] [DNL01B4302] start proxy success [2026-03-29,19:20:02.318] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,19:20:04.753] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,19:35:02.663] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,19:35:05.569] [DEBUG] 6 processes running of frp type [2026-03-29,19:50:02.351] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,19:50:10.042] [DEBUG] 6 processes running of frp type [2026-03-29,19:44:57.218] [INFO] Initializing BusSpeedStateManager V2 [2026-03-29,19:44:57.223] [INFO] LocationSqlManager initialising [2026-03-29,19:44:57.224] [INFO] Location DB initialising [2026-03-29,19:44:57.234] [INFO] LocationSqlManager initialisation complete [2026-03-29,19:44:57.235] [DEBUG] UploadManager Init [2026-03-29,19:44:57.235] [DEBUG] UploadManager Init Complete [2026-03-29,19:44:57.238] [INFO] Initializing GPS... [2026-03-29,19:44:57.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' [2026-03-29,20:16:29.909] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,20:16:35.649] [DEBUG] Remote Access Enabled [2026-03-29,20:16:37.215] [INFO] Server Address: 138.201.17.179 [2026-03-29,20:16:37.217] [INFO] Server Port: 7000 [2026-03-29,20:16:37.228] [DEBUG] Starting Remote Access! 2026-03-29 20:16:37.362 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-29 20:16:37.362 [I] [client/service.go:294] try to connect to server... 2026-03-29 20:16:37.993 [I] [client/service.go:286] [a9add48f3d8bf6b8] login to server success, get run id [a9add48f3d8bf6b8] 2026-03-29 20:16:37.994 [I] [proxy/proxy_manager.go:173] [a9add48f3d8bf6b8] proxy added: [DNL01B4302] 2026-03-29 20:16:38.163 [I] [client/control.go:168] [a9add48f3d8bf6b8] [DNL01B4302] start proxy success [2026-03-29,20:16:45.139] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,20:16:47.471] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-29,20:35:02.433] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,20:35:04.551] [DEBUG] 6 processes running of frp type 2026-03-29 20:48:29.473 [I] [client/service.go:294] [a9add48f3d8bf6b8] try to connect to server... 2026-03-29 20:48:30.567 [I] [client/service.go:286] [a9add48f3d8bf6b8] login to server success, get run id [a9add48f3d8bf6b8] 2026-03-29 20:48:30.569 [I] [proxy/proxy_manager.go:173] [a9add48f3d8bf6b8] proxy added: [DNL01B4302] 2026-03-29 20:48:30.893 [I] [client/control.go:168] [a9add48f3d8bf6b8] [DNL01B4302] start proxy success [2026-03-29,20:50:02.960] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,20:50:05.593] [DEBUG] 6 processes running of frp type [2026-03-29,21:05:03.321] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,21:05:05.641] [DEBUG] 6 processes running of frp type [2026-03-29,21:20:02.854] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,21:20:05.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-03-29,21:35:02.866] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,21:35:05.617] [DEBUG] 6 processes running of frp type [2026-03-29,21:50:02.974] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,21:50:05.255] [DEBUG] 6 processes running of frp type [2026-03-29,22:05:02.730] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,22:05:04.524] [DEBUG] 6 processes running of frp type [2026-03-29,22:20:07.920] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,22:20:10.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' [2026-03-29,22:35:02.090] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,22:35:04.263] [DEBUG] 6 processes running of frp type [2026-03-29,22:50:02.753] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,22:50:04.841] [DEBUG] 6 processes running of frp type [2026-03-29,23:05:02.103] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,23:05:04.676] [DEBUG] 6 processes running of frp type [2026-03-29,23:20:02.946] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,23:20:05.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-03-29,23:35:02.524] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,23:35:04.993] [DEBUG] 6 processes running of frp type [2026-03-29,23:50:02.621] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-29,23:50:05.455] [DEBUG] 6 processes running of frp type [2026-03-30,00:05:02.741] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,00:05:05.095] [DEBUG] 6 processes running of frp type [2026-03-30,00:20:02.579] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,00:20:05.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-03-30,00:35:02.716] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,00:35:04.758] [DEBUG] 6 processes running of frp type [2026-03-30,00:50:03.072] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,00:50:06.248] [DEBUG] 6 processes running of frp type [2026-03-30,01:05:04.085] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,01:05:06.359] [DEBUG] 6 processes running of frp type [2026-03-30,01:20:02.636] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,01:20:05.253] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,01:35:02.279] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,01:35:04.911] [DEBUG] 6 processes running of frp type [2026-03-30,01:50:02.578] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,01:50:05.008] [DEBUG] 6 processes running of frp type [2026-03-30,02:05:02.511] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,02:05:04.579] [DEBUG] 6 processes running of frp type [2026-03-30,02:20:03.004] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,02:20:05.723] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,02:35:02.279] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,02:35:04.349] [DEBUG] 6 processes running of frp type [2026-03-30,02:50:02.866] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,02:50:05.204] [DEBUG] 6 processes running of frp type [2026-03-30,03:05:02.608] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,03:05:04.994] [DEBUG] 6 processes running of frp type [2026-03-30,03:20:02.544] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,03:20:05.010] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,03:35:02.809] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,03:35:04.863] [DEBUG] 6 processes running of frp type [2026-03-30,03:50:03.191] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,03:50:05.529] [DEBUG] 6 processes running of frp type [2026-03-30,04:05:02.774] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,04:05:05.939] [DEBUG] 6 processes running of frp type [2026-03-30,04:20:02.147] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,04:20:04.246] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,04:35:02.687] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,04:35:04.914] [DEBUG] 6 processes running of frp type [2026-03-30,04:50:02.608] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,04:50:04.717] [DEBUG] 6 processes running of frp type [2026-03-30,05:05:01.985] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,05:05:04.145] [DEBUG] 6 processes running of frp type [2026-03-30,05:20:02.511] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,05:20:05.467] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,05:35:02.119] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,05:35:04.032] [DEBUG] 6 processes running of frp type [2026-03-30,05:50:03.127] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,05:50:05.570] [DEBUG] 6 processes running of frp type [2026-03-30,06:05:03.117] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,06:05:05.438] [DEBUG] 6 processes running of frp type [2026-03-30,06:20:02.718] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,06:20:05.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-03-30,06:35:02.513] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,06:35:04.323] [DEBUG] 6 processes running of frp type [2026-03-30,06:50:02.393] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,06:50:04.864] [DEBUG] 6 processes running of frp type [2026-03-30,07:05:02.173] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,07:05:04.379] [DEBUG] 6 processes running of frp type [2026-03-30,07:20:02.883] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,07:20:05.229] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,07:35:02.579] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,07:35:04.679] [DEBUG] 6 processes running of frp type [2026-03-30,07:05:11.967] [INFO] Initializing BusSpeedStateManager V2 [2026-03-30,07:05:11.973] [INFO] LocationSqlManager initialising [2026-03-30,07:05:11.973] [INFO] Location DB initialising [2026-03-30,07:05:11.983] [INFO] LocationSqlManager initialisation complete [2026-03-30,07:05:11.984] [DEBUG] UploadManager Init [2026-03-30,07:05:11.985] [DEBUG] UploadManager Init Complete [2026-03-30,07:05:11.988] [INFO] Initializing GPS... [2026-03-30,07:05:11.990] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,07:10:00.628] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-03-30,07:10:04.211] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,07:10:06.386] [DEBUG] Remote Access Enabled [2026-03-30,18:57:19.335] [INFO] Server Address: 138.201.17.179 [2026-03-30,18:57:19.336] [INFO] Server Port: 7000 [2026-03-30,18:57:19.339] [DEBUG] Starting Remote Access! 2026-03-30 18:57:19.465 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-30 18:57:19.466 [I] [client/service.go:294] try to connect to server... 2026-03-30 18:57:20.958 [I] [client/service.go:286] [86443b648bc895f0] login to server success, get run id [86443b648bc895f0] 2026-03-30 18:57:20.960 [I] [proxy/proxy_manager.go:173] [86443b648bc895f0] proxy added: [DNL01B4302] 2026-03-30 18:57:22.016 [I] [client/control.go:168] [86443b648bc895f0] [DNL01B4302] start proxy success [2026-03-30,19:05:02.557] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,19:05:04.777] [DEBUG] 6 processes running of frp type [2026-03-30,19:20:02.509] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,19:20:04.838] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,19:35:02.496] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,19:35:04.886] [DEBUG] 6 processes running of frp type [2026-03-30,19:50:02.741] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,19:50:10.671] [DEBUG] 6 processes running of frp type [2026-03-30,20:05:03.147] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,20:05:05.645] [DEBUG] 6 processes running of frp type [2026-03-30,20:20:02.248] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,20:20:10.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-03-30,20:35:03.022] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,20:35:05.310] [DEBUG] 6 processes running of frp type [2026-03-30,20:05:17.175] [INFO] Initializing BusSpeedStateManager V2 [2026-03-30,20:05:17.182] [INFO] LocationSqlManager initialising [2026-03-30,20:05:17.183] [INFO] Location DB initialising [2026-03-30,20:05:17.195] [INFO] LocationSqlManager initialisation complete [2026-03-30,20:05:17.196] [DEBUG] UploadManager Init [2026-03-30,20:05:17.197] [DEBUG] UploadManager Init Complete [2026-03-30,20:05:17.201] [INFO] Initializing GPS... [2026-03-30,20:05:17.205] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,21:48:31.158] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,21:48:32.984] [DEBUG] Remote Access Enabled [2026-03-30,21:48:34.827] [INFO] Server Address: 138.201.17.179 [2026-03-30,21:48:34.828] [INFO] Server Port: 7000 [2026-03-30,21:48:34.834] [DEBUG] Starting Remote Access! 2026-03-30 21:48:34.965 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-30 21:48:34.966 [I] [client/service.go:294] try to connect to server... 2026-03-30 21:48:35.769 [I] [client/service.go:286] [7e0c5343d8139565] login to server success, get run id [7e0c5343d8139565] 2026-03-30 21:48:35.771 [I] [proxy/proxy_manager.go:173] [7e0c5343d8139565] proxy added: [DNL01B4302] 2026-03-30 21:48:36.029 [I] [client/control.go:168] [7e0c5343d8139565] [DNL01B4302] start proxy success [2026-03-30,22:05:02.571] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,22:05:05.075] [DEBUG] 6 processes running of frp type [2026-03-30,22:20:02.455] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,22:20:04.871] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,22:35:02.685] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,22:35:05.375] [DEBUG] 6 processes running of frp type [2026-03-30,22:50:02.694] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,22:50:04.970] [DEBUG] 6 processes running of frp type [2026-03-30,23:05:02.435] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,23:05:05.136] [DEBUG] 6 processes running of frp type [2026-03-30,23:20:02.583] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,23:20:04.988] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-30,23:35:01.964] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,23:35:04.572] [DEBUG] 6 processes running of frp type [2026-03-30,23:50:02.315] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-30,23:50:04.986] [DEBUG] 6 processes running of frp type [2026-03-31,00:05:02.325] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,00:05:05.149] [DEBUG] 6 processes running of frp type [2026-03-31,00:20:02.737] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,00:20:04.909] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,00:35:02.513] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,00:35:05.555] [DEBUG] 6 processes running of frp type [2026-03-31,00:50:02.107] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,00:50:03.963] [DEBUG] 6 processes running of frp type [2026-03-31,01:05:02.341] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,01:05:04.832] [DEBUG] 6 processes running of frp type [2026-03-31,01:20:02.204] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,01:20:03.984] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,01:35:01.955] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,01:35:04.574] [DEBUG] 6 processes running of frp type [2026-03-31,01:50:02.487] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,01:50:05.188] [DEBUG] 6 processes running of frp type [2026-03-31,02:05:02.495] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,02:05:04.682] [DEBUG] 6 processes running of frp type [2026-03-31,02:20:03.248] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,02:20:05.838] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,02:35:02.775] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,02:35:05.485] [DEBUG] 6 processes running of frp type [2026-03-31,02:50:02.238] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,02:50:04.764] [DEBUG] 6 processes running of frp type [2026-03-31,03:05:02.323] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,03:05:08.978] [DEBUG] 6 processes running of frp type [2026-03-31,03:20:02.446] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,03:20:04.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' [2026-03-31,03:35:02.392] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,03:35:04.500] [DEBUG] 6 processes running of frp type [2026-03-31,03:50:02.081] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,03:50:04.304] [DEBUG] 6 processes running of frp type [2026-03-31,04:05:03.065] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,04:05:05.806] [DEBUG] 6 processes running of frp type [2026-03-31,04:20:02.448] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,04:20:04.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-03-31,04:35:02.819] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,04:35:05.371] [DEBUG] 6 processes running of frp type [2026-03-31,04:50:02.396] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,04:50:05.520] [DEBUG] 6 processes running of frp type [2026-03-31,05:05:03.288] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,05:05:05.589] [DEBUG] 6 processes running of frp type [2026-03-31,05:20:03.103] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,05:20:05.422] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,05:35:01.917] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,05:35:04.003] [DEBUG] 6 processes running of frp type [2026-03-31,05:50:02.520] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,05:50:05.110] [DEBUG] 6 processes running of frp type [2026-03-31,06:05:02.333] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,06:05:04.140] [DEBUG] 6 processes running of frp type [2026-03-31,06:20:02.623] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,06:20:04.909] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,06:19:35.911] [INFO] Initializing BusSpeedStateManager V2 [2026-03-31,06:19:35.918] [INFO] LocationSqlManager initialising [2026-03-31,06:19:35.919] [INFO] Location DB initialising [2026-03-31,06:19:35.930] [INFO] LocationSqlManager initialisation complete [2026-03-31,06:19:35.932] [DEBUG] UploadManager Init [2026-03-31,06:19:35.933] [DEBUG] UploadManager Init Complete [2026-03-31,06:19:35.937] [INFO] Initializing GPS... [2026-03-31,06:19:35.940] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,07:42:30.664] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,07:42:32.784] [DEBUG] Remote Access Enabled [2026-03-31,07:42:34.970] [INFO] Server Address: 138.201.17.179 [2026-03-31,07:42:34.972] [INFO] Server Port: 7000 [2026-03-31,07:42:34.983] [DEBUG] Starting Remote Access! 2026-03-31 07:42:35.123 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-31 07:42:35.124 [I] [client/service.go:294] try to connect to server... 2026-03-31 07:42:35.822 [I] [client/service.go:286] [e515593e75703833] login to server success, get run id [e515593e75703833] 2026-03-31 07:42:35.823 [I] [proxy/proxy_manager.go:173] [e515593e75703833] proxy added: [DNL01B4302] 2026-03-31 07:42:36.218 [I] [client/control.go:168] [e515593e75703833] [DNL01B4302] start proxy success [2026-03-31,07:50:02.791] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,07:50:05.070] [DEBUG] 6 processes running of frp type [2026-03-31,07:50:35.906] [INFO] Initializing BusSpeedStateManager V2 [2026-03-31,07:50:35.911] [INFO] LocationSqlManager initialising [2026-03-31,07:50:35.911] [INFO] Location DB initialising [2026-03-31,07:50:35.921] [INFO] LocationSqlManager initialisation complete [2026-03-31,07:50:35.921] [DEBUG] UploadManager Init [2026-03-31,07:50:35.922] [DEBUG] UploadManager Init Complete [2026-03-31,07:50:35.924] [INFO] Initializing GPS... [2026-03-31,07:50:35.926] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,19:02:51.746] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,19:02:53.615] [DEBUG] Remote Access Enabled [2026-03-31,19:02:55.164] [INFO] Server Address: 138.201.17.179 [2026-03-31,19:02:55.165] [INFO] Server Port: 7000 [2026-03-31,19:02:55.174] [DEBUG] Starting Remote Access! 2026-03-31 19:02:55.364 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-03-31 19:02:55.365 [I] [client/service.go:294] try to connect to server... 2026-03-31 19:02:56.105 [I] [client/service.go:286] [28ba2bfc2d2249dd] login to server success, get run id [28ba2bfc2d2249dd] 2026-03-31 19:02:56.105 [I] [proxy/proxy_manager.go:173] [28ba2bfc2d2249dd] proxy added: [DNL01B4302] 2026-03-31 19:02:56.275 [I] [client/control.go:168] [28ba2bfc2d2249dd] [DNL01B4302] start proxy success [2026-03-31,19:20:02.264] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,19:20:04.182] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,19:35:02.581] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,19:35:05.110] [DEBUG] 6 processes running of frp type [2026-03-31,19:50:02.482] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,19:50:04.516] [DEBUG] 6 processes running of frp type [2026-03-31,20:05:03.036] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,20:05:05.732] [DEBUG] 6 processes running of frp type [2026-03-31,20:20:01.963] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,20:20:04.525] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,20:35:02.884] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,20:35:05.412] [DEBUG] 6 processes running of frp type [2026-03-31,20:50:03.010] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,20:50:10.291] [DEBUG] 6 processes running of frp type [2026-03-31,21:05:02.668] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,21:05:04.745] [DEBUG] 6 processes running of frp type [2026-03-31,21:20:02.124] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,21:20:04.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-03-31,21:35:02.562] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,21:35:04.400] [DEBUG] 6 processes running of frp type [2026-03-31,21:50:02.877] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,21:50:04.723] [DEBUG] 6 processes running of frp type [2026-03-31,22:05:02.147] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,22:05:04.122] [DEBUG] 6 processes running of frp type [2026-03-31,22:20:02.647] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,22:20:05.145] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,22:35:02.438] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,22:35:04.173] [DEBUG] 6 processes running of frp type [2026-03-31,22:50:03.176] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,22:50:05.060] [DEBUG] 6 processes running of frp type [2026-03-31,23:05:02.624] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,23:05:05.574] [DEBUG] 6 processes running of frp type [2026-03-31,23:20:02.951] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,23:20:04.802] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-03-31,23:35:02.630] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,23:35:04.757] [DEBUG] 6 processes running of frp type [2026-03-31,23:50:02.819] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-03-31,23:50:05.048] [DEBUG] 6 processes running of frp type [2026-04-01,00:05:02.396] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,00:05:04.898] [DEBUG] 6 processes running of frp type [2026-04-01,00:20:02.185] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,00:20:04.492] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,00:35:02.923] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,00:35:05.119] [DEBUG] 6 processes running of frp type [2026-04-01,00:50:02.762] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,00:50:05.375] [DEBUG] 6 processes running of frp type [2026-04-01,01:05:02.697] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,01:05:04.885] [DEBUG] 6 processes running of frp type [2026-04-01,01:20:02.308] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,01:20:04.986] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,01:35:02.247] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,01:35:04.655] [DEBUG] 6 processes running of frp type [2026-04-01,01:50:02.093] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,01:50:03.940] [DEBUG] 6 processes running of frp type [2026-04-01,02:05:02.193] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,02:05:03.966] [DEBUG] 6 processes running of frp type [2026-04-01,02:20:02.277] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,02:20:04.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-04-01,02:35:02.411] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,02:35:04.347] [DEBUG] 6 processes running of frp type [2026-04-01,02:50:03.244] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,02:50:05.504] [DEBUG] 6 processes running of frp type [2026-04-01,03:05:02.886] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,03:05:05.018] [DEBUG] 6 processes running of frp type [2026-04-01,03:20:02.279] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,03:20:04.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-04-01,03:35:03.002] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,03:35:05.352] [DEBUG] 6 processes running of frp type [2026-04-01,03:50:02.893] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,03:50:04.825] [DEBUG] 6 processes running of frp type [2026-04-01,04:05:01.990] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,04:05:03.936] [DEBUG] 6 processes running of frp type [2026-04-01,04:20:02.359] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,04:20:04.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-01,04:35:02.987] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,04:35:04.749] [DEBUG] 6 processes running of frp type [2026-04-01,04:50:02.257] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,04:50:04.402] [DEBUG] 6 processes running of frp type [2026-04-01,05:05:02.705] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,05:05:04.439] [DEBUG] 6 processes running of frp type [2026-04-01,05:20:02.806] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,05:20:04.720] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,05:35:03.069] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,05:35:05.124] [DEBUG] 6 processes running of frp type [2026-04-01,05:50:02.539] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,05:50:05.138] [DEBUG] 6 processes running of frp type [2026-04-01,06:05:02.352] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,06:05:04.768] [DEBUG] 6 processes running of frp type [2026-04-01,06:20:02.179] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,06:20:04.105] [DEBUG] 6 processes running of frp type [2026-04-01,05:50:18.274] [INFO] Initializing BusSpeedStateManager V2 [2026-04-01,05:50:18.278] [INFO] LocationSqlManager initialising [2026-04-01,05:50:18.279] [INFO] Location DB initialising [2026-04-01,05:50:18.289] [INFO] LocationSqlManager initialisation complete [2026-04-01,05:50:18.289] [DEBUG] UploadManager Init [2026-04-01,05:50:18.290] [DEBUG] UploadManager Init Complete [2026-04-01,05:50:18.292] [INFO] Initializing GPS... [2026-04-01,05:50:18.294] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,07:41:21.205] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,07:41:23.012] [DEBUG] Remote Access Enabled [2026-04-01,07:41:24.582] [INFO] Server Address: 138.201.17.179 [2026-04-01,07:41:24.584] [INFO] Server Port: 7000 [2026-04-01,07:41:24.593] [DEBUG] Starting Remote Access! 2026-04-01 07:41:24.775 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-01 07:41:24.776 [I] [client/service.go:294] try to connect to server... 2026-04-01 07:41:25.453 [I] [client/service.go:286] [73be1c886aa6de44] login to server success, get run id [73be1c886aa6de44] 2026-04-01 07:41:25.454 [I] [proxy/proxy_manager.go:173] [73be1c886aa6de44] proxy added: [DNL01B4302] 2026-04-01 07:41:25.694 [I] [client/control.go:168] [73be1c886aa6de44] [DNL01B4302] start proxy success [2026-04-01,07:50:02.835] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,07:50:05.044] [DEBUG] 6 processes running of frp type [2026-04-01,08:02:02.404] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,08:02:04.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-01,08:02:41.437] [DEBUG] Log Upload Complete! [2026-04-01,08:05:02.527] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,08:05:05.099] [DEBUG] 6 processes running of frp type [2026-04-01,08:20:02.603] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,08:20:04.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-01,07:48:44.026] [INFO] Initializing BusSpeedStateManager V2 [2026-04-01,07:48:44.030] [INFO] LocationSqlManager initialising [2026-04-01,07:48:44.031] [INFO] Location DB initialising [2026-04-01,07:48:44.040] [INFO] LocationSqlManager initialisation complete [2026-04-01,07:48:44.041] [DEBUG] UploadManager Init [2026-04-01,07:48:44.041] [DEBUG] UploadManager Init Complete [2026-04-01,07:48:44.044] [INFO] Initializing GPS... [2026-04-01,07:48:44.046] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,18:50:36.559] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,18:50:38.539] [DEBUG] Remote Access Enabled [2026-04-01,18:50:40.442] [INFO] Server Address: 138.201.17.179 [2026-04-01,18:50:40.444] [INFO] Server Port: 7000 [2026-04-01,18:50:40.455] [DEBUG] Starting Remote Access! 2026-04-01 18:50:40.604 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-01 18:50:40.605 [I] [client/service.go:294] try to connect to server... 2026-04-01 18:50:41.323 [I] [client/service.go:286] [85f70691cf8c9047] login to server success, get run id [85f70691cf8c9047] 2026-04-01 18:50:41.324 [I] [proxy/proxy_manager.go:173] [85f70691cf8c9047] proxy added: [DNL01B4302] 2026-04-01 18:50:41.536 [I] [client/control.go:168] [85f70691cf8c9047] [DNL01B4302] start proxy success [2026-04-01,18:53:33.020] [INFO] Initializing BusSpeedStateManager V2 [2026-04-01,18:53:33.024] [INFO] LocationSqlManager initialising [2026-04-01,18:53:33.025] [INFO] Location DB initialising [2026-04-01,18:53:33.035] [INFO] LocationSqlManager initialisation complete [2026-04-01,18:53:33.037] [DEBUG] UploadManager Init [2026-04-01,18:53:33.037] [DEBUG] UploadManager Init Complete [2026-04-01,18:53:33.042] [INFO] Initializing GPS... [2026-04-01,18:53:33.045] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,20:20:30.127] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,20:20:31.941] [DEBUG] Remote Access Enabled [2026-04-01,20:20:33.885] [INFO] Server Address: 138.201.17.179 [2026-04-01,20:20:33.887] [INFO] Server Port: 7000 [2026-04-01,20:20:33.896] [DEBUG] Starting Remote Access! 2026-04-01 20:20:34.084 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-01 20:20:34.085 [I] [client/service.go:294] try to connect to server... 2026-04-01 20:20:34.692 [I] [client/service.go:286] [1102111761e6bdd6] login to server success, get run id [1102111761e6bdd6] 2026-04-01 20:20:34.693 [I] [proxy/proxy_manager.go:173] [1102111761e6bdd6] proxy added: [DNL01B4302] 2026-04-01 20:20:35.006 [I] [client/control.go:168] [1102111761e6bdd6] [DNL01B4302] 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-01,20:35:02.417] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,20:35:04.430] [DEBUG] 6 processes running of frp type [2026-04-01,20:50:02.692] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,20:50:04.960] [DEBUG] 6 processes running of frp type [2026-04-01,21:05:02.452] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,21:05:04.634] [DEBUG] 6 processes running of frp type [2026-04-01,21:20:03.062] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,21:20:05.490] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-01,21:35:02.152] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,21:35:04.620] [DEBUG] 6 processes running of frp type [2026-04-01,21:50:02.590] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,21:50:04.844] [DEBUG] 6 processes running of frp type [2026-04-01,22:05:02.524] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,22:05:04.688] [DEBUG] 6 processes running of frp type [2026-04-01,22:20:02.171] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,22:20:04.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-01,22:35:02.430] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,22:35:04.658] [DEBUG] 6 processes running of frp type [2026-04-01,22:50:02.834] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,22:50:04.657] [DEBUG] 6 processes running of frp type [2026-04-01,23:05:02.406] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,23:05:04.270] [DEBUG] 6 processes running of frp type [2026-04-01,23:20:02.847] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,23:20:05.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-01,23:35:02.763] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,23:35:04.933] [DEBUG] 6 processes running of frp type [2026-04-01,23:50:02.686] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-01,23:50:04.897] [DEBUG] 6 processes running of frp type [2026-04-02,00:05:02.394] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,00:05:04.220] [DEBUG] 6 processes running of frp type [2026-04-02,00:20:02.387] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,00:20:04.276] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,00:35:02.670] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,00:35:04.587] [DEBUG] 6 processes running of frp type [2026-04-02,00:50:02.641] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,00:50:04.784] [DEBUG] 6 processes running of frp type [2026-04-02,01:05:02.312] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,01:05:04.271] [DEBUG] 6 processes running of frp type [2026-04-02,01:20:02.511] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,01:20:04.898] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,01:35:02.135] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,01:35:04.260] [DEBUG] 6 processes running of frp type [2026-04-02,01:50:02.273] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,01:50:03.963] [DEBUG] 6 processes running of frp type [2026-04-02,02:05:02.351] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,02:05:04.506] [DEBUG] 6 processes running of frp type [2026-04-02,02:20:02.937] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,02:20:05.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-02,02:35:02.297] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,02:35:04.142] [DEBUG] 6 processes running of frp type [2026-04-02,02:50:02.452] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,02:50:04.191] [DEBUG] 6 processes running of frp type [2026-04-02,03:05:02.853] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,03:05:04.493] [DEBUG] 6 processes running of frp type [2026-04-02,03:20:03.099] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,03:20:05.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-02,03:35:02.453] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,03:35:04.359] [DEBUG] 6 processes running of frp type [2026-04-02,03:50:02.442] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,03:50:04.985] [DEBUG] 6 processes running of frp type [2026-04-02,04:05:02.317] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,04:05:04.206] [DEBUG] 6 processes running of frp type [2026-04-02,04:20:02.624] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,04:20:04.957] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,04:35:02.111] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,04:35:04.973] [DEBUG] 6 processes running of frp type [2026-04-02,04:50:02.800] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,04:50:05.486] [DEBUG] 6 processes running of frp type [2026-04-02,05:05:02.993] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,05:05:05.404] [DEBUG] 6 processes running of frp type [2026-04-02,05:20:02.639] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,05:20:04.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-02,05:35:02.563] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,05:35:04.724] [DEBUG] 6 processes running of frp type [2026-04-02,05:50:02.379] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,05:50:04.616] [DEBUG] 6 processes running of frp type [2026-04-02,06:05:03.081] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,06:05:05.248] [DEBUG] 6 processes running of frp type [2026-04-02,06:20:02.540] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,06:20:04.751] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,06:35:02.642] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,06:35:05.006] [DEBUG] 6 processes running of frp type [2026-04-02,06:50:03.367] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,06:50:06.023] [DEBUG] 6 processes running of frp type [2026-04-02,07:05:02.572] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,07:05:04.655] [DEBUG] 6 processes running of frp type [2026-04-02,07:20:02.201] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,07:20:05.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-02,07:35:02.040] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,07:35:04.636] [DEBUG] 6 processes running of frp type [2026-04-02,07:50:02.657] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,07:50:04.324] [DEBUG] 6 processes running of frp type [2026-04-02,08:02:02.557] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,08:02:04.712] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-02,08:02:36.786] [DEBUG] Log Upload Complete! [2026-04-02,08:05:02.739] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,08:05:04.697] [DEBUG] 6 processes running of frp type [2026-04-02,08:20:02.186] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,08:20:04.241] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,08:35:02.651] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,08:35:05.107] [DEBUG] 6 processes running of frp type [2026-04-02,08:50:02.690] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,08:50:04.866] [DEBUG] 6 processes running of frp type [2026-04-02,09:05:02.337] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,09:05:04.798] [DEBUG] 6 processes running of frp type [2026-04-02,09:20:02.219] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,09:20:04.543] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,09:35:02.752] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,09:35:05.116] [DEBUG] 6 processes running of frp type [2026-04-02,09:50:02.899] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,09:50:05.274] [DEBUG] 6 processes running of frp type [2026-04-02,10:05:02.745] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,10:05:04.935] [DEBUG] 6 processes running of frp type [2026-04-02,10:20:02.359] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,10:20:04.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-02,10:35:02.231] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,10:35:04.258] [DEBUG] 6 processes running of frp type [2026-04-02,10:50:03.117] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,10:50:05.096] [DEBUG] 6 processes running of frp type [2026-04-02,11:05:02.676] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,11:05:05.153] [DEBUG] 6 processes running of frp type [2026-04-02,11:20:02.529] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,11:20:10.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-02,11:35:02.480] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,11:35:04.765] [DEBUG] 6 processes running of frp type [2026-04-02,11:50:02.583] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,11:50:04.888] [DEBUG] 6 processes running of frp type [2026-04-02,12:05:02.446] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,12:05:04.676] [DEBUG] 6 processes running of frp type [2026-04-02,12:20:03.226] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,12:20:11.275] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,12:35:02.789] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,12:35:05.344] [DEBUG] 6 processes running of frp type [2026-04-02,12:50:03.165] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,12:50:05.502] [DEBUG] 6 processes running of frp type [2026-04-02,13:05:03.002] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,13:05:05.658] [DEBUG] 6 processes running of frp type [2026-04-02,13:20:03.168] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,13:20:05.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-02,13:35:02.658] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,13:35:04.610] [DEBUG] 6 processes running of frp type [2026-04-02,13:50:02.454] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,13:50:04.447] [DEBUG] 6 processes running of frp type [2026-04-02,14:05:02.799] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,14:05:05.389] [DEBUG] 6 processes running of frp type [2026-04-02,14:20:02.621] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,14:20:04.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-02,14:35:02.621] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,14:35:05.009] [DEBUG] 6 processes running of frp type [2026-04-02,14:50:02.697] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,14:50:05.215] [DEBUG] 6 processes running of frp type [2026-04-02,15:05:02.731] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,15:05:04.615] [DEBUG] 6 processes running of frp type [2026-04-02,15:20:03.128] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,15:20:05.090] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,15:35:03.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,15:35:05.359] [DEBUG] 6 processes running of frp type [2026-04-02,15:50:03.261] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,15:50:05.383] [DEBUG] 6 processes running of frp type [2026-04-02,16:05:02.920] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,16:05:05.029] [DEBUG] 6 processes running of frp type [2026-04-02,16:20:02.386] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,16:20:04.534] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,16:35:02.333] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,16:35:04.611] [DEBUG] 6 processes running of frp type [2026-04-02,16:50:02.581] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,16:50:09.988] [DEBUG] 6 processes running of frp type 2026-04-02 17:00:19.686 [I] [client/service.go:294] [1102111761e6bdd6] try to connect to server... 2026-04-02 17:00:19.687 [W] [client/service.go:297] [1102111761e6bdd6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-02 17:00:21.754 [I] [client/service.go:294] [1102111761e6bdd6] try to connect to server... 2026-04-02 17:00:21.756 [W] [client/service.go:297] [1102111761e6bdd6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-02 17:00:26.145 [I] [client/service.go:294] [1102111761e6bdd6] try to connect to server... 2026-04-02 17:00:26.146 [W] [client/service.go:297] [1102111761e6bdd6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-02 17:00:35.269 [I] [client/service.go:294] [1102111761e6bdd6] try to connect to server... 2026-04-02 17:00:35.270 [W] [client/service.go:297] [1102111761e6bdd6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-02 17:00:54.862 [I] [client/service.go:294] [1102111761e6bdd6] try to connect to server... 2026-04-02 17:00:54.864 [W] [client/service.go:297] [1102111761e6bdd6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-02 17:01:14.865 [I] [client/service.go:294] [1102111761e6bdd6] try to connect to server... 2026-04-02 17:01:14.866 [W] [client/service.go:297] [1102111761e6bdd6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-02 17:01:34.867 [I] [client/service.go:294] [1102111761e6bdd6] try to connect to server... 2026-04-02 17:01:34.868 [W] [client/service.go:297] [1102111761e6bdd6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-02 17:01:54.870 [I] [client/service.go:294] [1102111761e6bdd6] try to connect to server... 2026-04-02 17:01:54.871 [W] [client/service.go:297] [1102111761e6bdd6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-02 17:02:14.872 [I] [client/service.go:294] [1102111761e6bdd6] try to connect to server... 2026-04-02 17:02:14.874 [W] [client/service.go:297] [1102111761e6bdd6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-02 17:02:34.875 [I] [client/service.go:294] [1102111761e6bdd6] try to connect to server... 2026-04-02 17:02:34.876 [W] [client/service.go:297] [1102111761e6bdd6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-02 17:02:54.878 [I] [client/service.go:294] [1102111761e6bdd6] try to connect to server... 2026-04-02 17:02:54.880 [W] [client/service.go:297] [1102111761e6bdd6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-02 17:03:14.880 [I] [client/service.go:294] [1102111761e6bdd6] try to connect to server... 2026-04-02 17:03:14.881 [W] [client/service.go:297] [1102111761e6bdd6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-02 17:03:34.883 [I] [client/service.go:294] [1102111761e6bdd6] try to connect to server... 2026-04-02 17:03:34.884 [W] [client/service.go:297] [1102111761e6bdd6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-02 17:03:54.884 [I] [client/service.go:294] [1102111761e6bdd6] try to connect to server... 2026-04-02 17:03:54.889 [W] [client/service.go:297] [1102111761e6bdd6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-02 17:04:14.891 [I] [client/service.go:294] [1102111761e6bdd6] try to connect to server... 2026-04-02 17:04:14.895 [W] [client/service.go:297] [1102111761e6bdd6] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-02 17:04:34.896 [I] [client/service.go:294] [1102111761e6bdd6] try to connect to server... 2026-04-02 17:04:36.123 [I] [client/service.go:286] [1102111761e6bdd6] login to server success, get run id [1102111761e6bdd6] 2026-04-02 17:04:36.124 [I] [proxy/proxy_manager.go:173] [1102111761e6bdd6] proxy added: [DNL01B4302] 2026-04-02 17:04:37.465 [I] [client/control.go:168] [1102111761e6bdd6] [DNL01B4302] start proxy success [2026-04-02,17:05:02.469] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,17:05:04.511] [DEBUG] 6 processes running of frp type [2026-04-02,17:20:02.993] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,17:20:06.053] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,17:35:02.876] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,17:35:10.344] [DEBUG] 6 processes running of frp type [2026-04-02,17:50:02.269] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,17:50:04.328] [DEBUG] 6 processes running of frp type [2026-04-02,18:00:41.045] [INFO] Initializing BusSpeedStateManager V2 [2026-04-02,18:00:41.051] [INFO] LocationSqlManager initialising [2026-04-02,18:00:41.052] [INFO] Location DB initialising [2026-04-02,18:00:41.061] [INFO] LocationSqlManager initialisation complete [2026-04-02,18:00:41.062] [DEBUG] UploadManager Init [2026-04-02,18:00:41.062] [DEBUG] UploadManager Init Complete [2026-04-02,18:00:41.065] [INFO] Initializing GPS... [2026-04-02,18:00:41.067] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,18:02:29.651] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,18:02:31.695] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-02,18:02:45.560] [DEBUG] Log Upload Complete! [2026-04-02,18:05:29.779] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,18:05:31.666] [DEBUG] Remote Access Enabled [2026-04-02,18:05:33.210] [INFO] Server Address: 138.201.17.179 [2026-04-02,18:05:33.211] [INFO] Server Port: 7000 [2026-04-02,18:05:33.220] [DEBUG] Starting Remote Access! 2026-04-02 18:05:33.403 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-02 18:05:33.404 [I] [client/service.go:294] try to connect to server... 2026-04-02 18:05:34.150 [I] [client/service.go:286] [f1ac18cad51fb197] login to server success, get run id [f1ac18cad51fb197] 2026-04-02 18:05:34.152 [I] [proxy/proxy_manager.go:173] [f1ac18cad51fb197] proxy added: [DNL01B4302] 2026-04-02 18:05:34.360 [I] [client/control.go:168] [f1ac18cad51fb197] [DNL01B4302] start proxy success [2026-04-02,18:20:02.727] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,18:20:04.538] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-02,18:35:02.820] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,18:35:05.086] [DEBUG] 6 processes running of frp type [2026-04-02,18:50:02.977] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,18:50:05.230] [DEBUG] 6 processes running of frp type [2026-04-02,19:05:02.859] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,19:05:05.462] [DEBUG] 6 processes running of frp type [2026-04-02,19:20:02.950] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,19:20:05.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-02,19:35:03.040] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,19:35:05.276] [DEBUG] 6 processes running of frp type [2026-04-02,19:50:02.639] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,19:50:05.044] [DEBUG] 6 processes running of frp type [2026-04-02,20:05:02.490] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,20:05:04.535] [DEBUG] 6 processes running of frp type [2026-04-02,20:20:03.079] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,20:20:05.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-02,20:35:02.439] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,20:35:04.531] [DEBUG] 6 processes running of frp type [2026-04-02,20:50:02.672] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,20:50:04.712] [DEBUG] 6 processes running of frp type [2026-04-02,21:05:02.968] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,21:05:10.380] [DEBUG] 6 processes running of frp type [2026-04-02,21:20:02.913] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,21:20:15.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-04-02,21:35:02.706] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,21:35:04.937] [DEBUG] 6 processes running of frp type [2026-04-02,21:50:02.395] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,21:50:04.897] [DEBUG] 6 processes running of frp type [2026-04-02,22:05:02.265] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,22:05:04.594] [DEBUG] 6 processes running of frp type [2026-04-02,22:20:02.834] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,22:20:04.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-02,22:35:03.265] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,22:35:05.447] [DEBUG] 6 processes running of frp type [2026-04-02,22:50:01.984] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,22:50:04.330] [DEBUG] 6 processes running of frp type [2026-04-02,23:05:02.765] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,23:05:05.379] [DEBUG] 6 processes running of frp type [2026-04-02,23:20:02.627] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,23:20:04.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-02,23:35:02.546] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,23:35:08.094] [DEBUG] 6 processes running of frp type [2026-04-02,23:50:02.775] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-02,23:50:04.968] [DEBUG] 6 processes running of frp type [2026-04-03,00:05:02.492] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,00:05:05.111] [DEBUG] 6 processes running of frp type [2026-04-03,00:20:02.471] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,00:20:04.661] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,00:35:02.353] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,00:35:04.221] [DEBUG] 6 processes running of frp type [2026-04-03,00:50:02.938] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,00:50:05.883] [DEBUG] 6 processes running of frp type [2026-04-03,01:05:02.391] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,01:05:04.793] [DEBUG] 6 processes running of frp type [2026-04-03,01:20:01.998] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,01:20:03.822] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,01:35:03.002] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,01:35:05.278] [DEBUG] 6 processes running of frp type [2026-04-03,01:50:03.037] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,01:50:07.731] [DEBUG] 6 processes running of frp type [2026-04-03,02:05:02.194] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,02:05:05.857] [DEBUG] 6 processes running of frp type [2026-04-03,02:20:02.269] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,02:20:04.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-03,02:35:03.044] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,02:35:05.122] [DEBUG] 6 processes running of frp type [2026-04-03,02:50:02.823] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,02:50:04.809] [DEBUG] 6 processes running of frp type [2026-04-03,03:05:02.275] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,03:05:04.285] [DEBUG] 6 processes running of frp type [2026-04-03,03:20:02.602] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,03:20:04.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-03,03:35:02.473] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,03:35:04.276] [DEBUG] 6 processes running of frp type [2026-04-03,03:50:02.876] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,03:50:04.598] [DEBUG] 6 processes running of frp type [2026-04-03,04:05:03.072] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,04:05:05.501] [DEBUG] 6 processes running of frp type [2026-04-03,04:20:02.687] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,04:20:04.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-04-03,04:35:02.592] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,04:35:04.601] [DEBUG] 6 processes running of frp type [2026-04-03,04:50:02.479] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,04:50:04.494] [DEBUG] 6 processes running of frp type [2026-04-03,05:05:02.823] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,05:05:04.607] [DEBUG] 6 processes running of frp type [2026-04-03,05:20:03.186] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,05:20:05.021] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,05:35:02.872] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,05:35:05.253] [DEBUG] 6 processes running of frp type [2026-04-03,05:50:03.088] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,05:50:04.992] [DEBUG] 6 processes running of frp type [2026-04-03,06:05:02.317] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,06:05:04.564] [DEBUG] 6 processes running of frp type [2026-04-03,06:20:03.118] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,06:20:05.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-03,06:35:02.831] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,06:35:04.845] [DEBUG] 6 processes running of frp type [2026-04-03,06:50:02.677] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,06:50:04.436] [DEBUG] 6 processes running of frp type [2026-04-03,06:48:54.645] [INFO] Initializing BusSpeedStateManager V2 [2026-04-03,06:48:54.649] [INFO] LocationSqlManager initialising [2026-04-03,06:48:54.650] [INFO] Location DB initialising [2026-04-03,06:48:54.659] [INFO] LocationSqlManager initialisation complete [2026-04-03,06:48:54.660] [DEBUG] UploadManager Init [2026-04-03,06:48:54.660] [DEBUG] UploadManager Init Complete [2026-04-03,06:48:54.663] [INFO] Initializing GPS... [2026-04-03,06:48:54.665] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,18:24:21.909] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,18:24:23.676] [DEBUG] Remote Access Enabled [2026-04-03,18:24:25.714] [INFO] Server Address: 138.201.17.179 [2026-04-03,18:24:25.715] [INFO] Server Port: 7000 [2026-04-03,18:24:25.720] [DEBUG] Starting Remote Access! 2026-04-03 18:24:25.855 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-03 18:24:25.855 [I] [client/service.go:294] try to connect to server... 2026-04-03 18:24:26.469 [I] [client/service.go:286] [0a86969829a8150e] login to server success, get run id [0a86969829a8150e] 2026-04-03 18:24:26.470 [I] [proxy/proxy_manager.go:173] [0a86969829a8150e] proxy added: [DNL01B4302] 2026-04-03 18:24:26.675 [I] [client/control.go:168] [0a86969829a8150e] [DNL01B4302] start proxy success Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,18:35:03.052] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,18:35:05.535] [DEBUG] 6 processes running of frp type [2026-04-03,18:50:02.515] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,18:50:04.967] [DEBUG] 6 processes running of frp type [2026-04-03,19:05:02.335] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,19:05:04.752] [DEBUG] 6 processes running of frp type [2026-04-03,19:20:02.258] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,19:20:05.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-04-03,19:35:02.847] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,19:35:05.150] [DEBUG] 6 processes running of frp type [2026-04-03,19:50:03.074] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,19:50:04.906] [DEBUG] 6 processes running of frp type [2026-04-03,20:05:02.628] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,20:05:09.963] [DEBUG] 6 processes running of frp type [2026-04-03,20:20:02.341] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,20:20:05.021] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,20:35:02.961] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,20:35:05.533] [DEBUG] 6 processes running of frp type [2026-04-03,20:50:02.354] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,20:50:04.965] [DEBUG] 6 processes running of frp type [2026-04-03,21:05:02.463] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,21:05:10.604] [DEBUG] 6 processes running of frp type [2026-04-03,21:20:02.883] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,21:20:05.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-03,21:35:02.446] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,21:35:04.497] [DEBUG] 6 processes running of frp type [2026-04-03,21:50:02.625] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,21:50:05.320] [DEBUG] 6 processes running of frp type [2026-04-03,22:05:02.689] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,22:05:05.146] [DEBUG] 6 processes running of frp type [2026-04-03,22:20:02.640] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,22:20:04.545] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-03,22:35:03.316] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,22:35:06.136] [DEBUG] 6 processes running of frp type [2026-04-03,22:50:03.066] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,22:50:05.282] [DEBUG] 6 processes running of frp type [2026-04-03,23:05:03.029] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,23:05:05.423] [DEBUG] 6 processes running of frp type [2026-04-03,23:20:02.652] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,23:20:04.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-03,23:35:02.550] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,23:35:04.966] [DEBUG] 6 processes running of frp type [2026-04-03,23:50:02.627] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-03,23:50:05.371] [DEBUG] 6 processes running of frp type [2026-04-04,00:05:03.016] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,00:05:05.296] [DEBUG] 6 processes running of frp type [2026-04-04,00:20:02.810] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,00:20:04.628] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,00:35:02.842] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,00:35:05.213] [DEBUG] 6 processes running of frp type [2026-04-04,00:50:03.359] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,00:50:05.557] [DEBUG] 6 processes running of frp type [2026-04-04,01:05:02.989] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,01:05:04.988] [DEBUG] 6 processes running of frp type [2026-04-04,01:20:02.654] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,01:20:04.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-04,01:35:02.444] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,01:35:06.523] [DEBUG] 6 processes running of frp type [2026-04-04,01:50:02.600] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,01:50:06.800] [DEBUG] 6 processes running of frp type [2026-04-04,02:05:02.379] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,02:05:04.412] [DEBUG] 6 processes running of frp type [2026-04-04,02:20:02.887] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,02:20:05.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-04-04,02:35:02.818] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,02:35:04.698] [DEBUG] 6 processes running of frp type [2026-04-04,02:50:02.695] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,02:50:05.269] [DEBUG] 6 processes running of frp type [2026-04-04,03:05:02.923] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,03:05:04.977] [DEBUG] 6 processes running of frp type [2026-04-04,03:20:02.315] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,03:20:04.612] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,03:35:02.134] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,03:35:05.201] [DEBUG] 6 processes running of frp type [2026-04-04,03:50:03.016] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,03:50:05.709] [DEBUG] 6 processes running of frp type [2026-04-04,04:05:02.191] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,04:05:04.779] [DEBUG] 6 processes running of frp type [2026-04-04,04:20:02.159] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,04:20:04.348] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,04:35:02.916] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,04:35:05.168] [DEBUG] 6 processes running of frp type 2026-04-04 04:47:44.857 [I] [client/service.go:294] [0a86969829a8150e] try to connect to server... 2026-04-04 04:47:54.860 [W] [client/service.go:297] [0a86969829a8150e] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-04 04:47:54.861 [I] [client/service.go:294] [0a86969829a8150e] try to connect to server... 2026-04-04 04:48:03.306 [I] [client/service.go:286] [0a86969829a8150e] login to server success, get run id [0a86969829a8150e] 2026-04-04 04:48:03.307 [I] [proxy/proxy_manager.go:173] [0a86969829a8150e] proxy added: [DNL01B4302] 2026-04-04 04:48:03.553 [I] [client/control.go:168] [0a86969829a8150e] [DNL01B4302] start proxy success [2026-04-04,04:50:02.490] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,04:50:04.627] [DEBUG] 6 processes running of frp type [2026-04-04,05:05:03.296] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,05:05:06.317] [DEBUG] 6 processes running of frp type [2026-04-04,05:20:03.091] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,05:20:04.920] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,05:35:02.221] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,05:35:04.190] [DEBUG] 6 processes running of frp type [2026-04-04,05:50:03.036] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,05:50:05.044] [DEBUG] 6 processes running of frp type [2026-04-04,06:05:02.564] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,06:05:05.113] [DEBUG] 6 processes running of frp type [2026-04-04,06:20:02.422] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,06:20:04.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-04,06:35:02.154] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,06:35:04.456] [DEBUG] 6 processes running of frp type [2026-04-04,06:50:02.974] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,06:50:05.070] [DEBUG] 6 processes running of frp type [2026-04-04,07:05:02.644] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,07:05:04.406] [DEBUG] 6 processes running of frp type [2026-04-04,07:20:02.900] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,07:20:04.626] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,07:28:32.344] [INFO] Initializing BusSpeedStateManager V2 [2026-04-04,07:28:32.349] [INFO] LocationSqlManager initialising [2026-04-04,07:28:32.350] [INFO] Location DB initialising [2026-04-04,07:28:32.362] [INFO] LocationSqlManager initialisation complete [2026-04-04,07:28:32.363] [DEBUG] UploadManager Init [2026-04-04,07:28:32.364] [DEBUG] UploadManager Init Complete [2026-04-04,07:28:32.368] [INFO] Initializing GPS... [2026-04-04,07:28:32.371] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,07:28:32.387] [INFO] Initializing BusSpeedStateManager V2 [2026-04-04,07:28:32.394] [INFO] LocationSqlManager initialising [2026-04-04,07:28:32.395] [INFO] Location DB initialising [2026-04-04,07:28:32.406] [INFO] LocationSqlManager initialisation complete [2026-04-04,07:28:32.407] [DEBUG] UploadManager Init [2026-04-04,07:28:32.408] [DEBUG] UploadManager Init Complete [2026-04-04,07:28:32.412] [INFO] Initializing GPS... [2026-04-04,07:28:32.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' [2026-04-04,16:14:02.723] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,16:14:04.470] [DEBUG] Remote Access Enabled [2026-04-04,16:14:06.043] [INFO] Server Address: 138.201.17.179 [2026-04-04,16:14:06.045] [INFO] Server Port: 7000 [2026-04-04,16:14:06.054] [DEBUG] Starting Remote Access! 2026-04-04 16:14:06.221 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-04 16:14:06.222 [I] [client/service.go:294] try to connect to server... 2026-04-04 16:14:06.945 [I] [client/service.go:286] [bd7b3184fa79128f] login to server success, get run id [bd7b3184fa79128f] 2026-04-04 16:14:06.946 [I] [proxy/proxy_manager.go:173] [bd7b3184fa79128f] proxy added: [DNL01B4302] 2026-04-04 16:14:07.118 [I] [client/control.go:168] [bd7b3184fa79128f] [DNL01B4302] start proxy success [2026-04-04,16:15:45.187] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,16:15:47.689] [DEBUG] 6 processes running of frp type [2026-04-04,16:20:02.530] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,16:20:04.391] [DEBUG] 6 processes running of frp type [2026-04-04,16:22:21.338] [INFO] Initializing BusSpeedStateManager V2 [2026-04-04,16:22:21.343] [INFO] LocationSqlManager initialising [2026-04-04,16:22:21.343] [INFO] Location DB initialising [2026-04-04,16:22:21.353] [INFO] LocationSqlManager initialisation complete [2026-04-04,16:22:21.354] [DEBUG] UploadManager Init [2026-04-04,16:22:21.354] [DEBUG] UploadManager Init Complete [2026-04-04,16:22:21.357] [INFO] Initializing GPS... [2026-04-04,16:22:21.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' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,18:06:42.696] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,18:06:44.419] [DEBUG] Remote Access Enabled [2026-04-04,18:07:13.860] [INFO] Initializing BusSpeedStateManager V2 [2026-04-04,18:07:13.865] [INFO] LocationSqlManager initialising [2026-04-04,18:07:13.865] [INFO] Location DB initialising [2026-04-04,18:07:13.875] [INFO] LocationSqlManager initialisation complete [2026-04-04,18:07:13.875] [DEBUG] UploadManager Init [2026-04-04,18:07:13.876] [DEBUG] UploadManager Init Complete [2026-04-04,18:07:13.879] [INFO] Initializing GPS... [2026-04-04,18:07:13.880] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,18:09:02.745] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,18:09:04.427] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-04,18:09:19.349] [DEBUG] Log Upload Complete! [2026-04-04,18:12:02.843] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,18:12:04.639] [DEBUG] Remote Access Enabled [2026-04-04,18:12:06.186] [INFO] Server Address: 138.201.17.179 [2026-04-04,18:12:06.187] [INFO] Server Port: 7000 [2026-04-04,18:12:06.192] [DEBUG] Starting Remote Access! 2026-04-04 18:12:06.327 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-04 18:12:06.328 [I] [client/service.go:294] try to connect to server... 2026-04-04 18:12:07.140 [I] [client/service.go:286] [3e17878158ccb4bf] login to server success, get run id [3e17878158ccb4bf] 2026-04-04 18:12:07.141 [I] [proxy/proxy_manager.go:173] [3e17878158ccb4bf] proxy added: [DNL01B4302] 2026-04-04 18:12:07.387 [I] [client/control.go:168] [3e17878158ccb4bf] [DNL01B4302] start proxy success [2026-04-04,18:20:02.440] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,18:20:04.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-04-04,18:35:02.283] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,18:35:04.807] [DEBUG] 6 processes running of frp type [2026-04-04,18:50:02.593] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,18:50:15.041] [DEBUG] 6 processes running of frp type [2026-04-04,19:05:02.433] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,19:05:10.378] [DEBUG] 6 processes running of frp type [2026-04-04,19:20:02.792] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,19:20:05.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-04-04,19:35:02.733] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,19:35:04.548] [DEBUG] 6 processes running of frp type [2026-04-04,19:50:02.075] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,19:50:04.784] [DEBUG] 6 processes running of frp type [2026-04-04,20:05:02.510] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,20:05:04.555] [DEBUG] 6 processes running of frp type [2026-04-04,20:20:02.957] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,20:20:05.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-04,20:35:02.295] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,20:35:04.971] [DEBUG] 6 processes running of frp type [2026-04-04,20:50:02.795] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,20:50:04.708] [DEBUG] 6 processes running of frp type [2026-04-04,21:05:03.253] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,21:05:05.818] [DEBUG] 6 processes running of frp type [2026-04-04,21:20:02.260] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,21:20:05.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-04,21:32:13.903] [INFO] Initializing BusSpeedStateManager V2 [2026-04-04,21:32:13.908] [INFO] LocationSqlManager initialising [2026-04-04,21:32:13.908] [INFO] Location DB initialising [2026-04-04,21:32:13.917] [INFO] LocationSqlManager initialisation complete [2026-04-04,21:32:13.918] [DEBUG] UploadManager Init [2026-04-04,21:32:13.919] [DEBUG] UploadManager Init Complete [2026-04-04,21:32:13.921] [INFO] Initializing GPS... [2026-04-04,21:32:13.923] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,21:43:25.067] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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-04,21:48:28.703] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,21:48:36.735] [DEBUG] Remote Access Enabled [2026-04-04,21:48:38.191] [INFO] Server Address: 138.201.17.179 [2026-04-04,21:48:38.192] [INFO] Server Port: 7000 [2026-04-04,21:48:38.196] [DEBUG] Starting Remote Access! 2026-04-04 21:48:38.331 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-04 21:48:38.331 [I] [client/service.go:294] try to connect to server... 2026-04-04 21:48:39.156 [I] [client/service.go:286] [5cf9af224694c8e3] login to server success, get run id [5cf9af224694c8e3] 2026-04-04 21:48:39.158 [I] [proxy/proxy_manager.go:173] [5cf9af224694c8e3] proxy added: [DNL01B4302] 2026-04-04 21:48:39.395 [I] [client/control.go:168] [5cf9af224694c8e3] [DNL01B4302] start proxy success [2026-04-04,21:50:02.230] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,21:50:04.291] [DEBUG] 6 processes running of frp type [2026-04-04,22:05:02.233] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,22:05:04.580] [DEBUG] 6 processes running of frp type [2026-04-04,22:20:03.343] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,22:20:05.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-04,22:35:02.659] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,22:35:04.762] [DEBUG] 6 processes running of frp type [2026-04-04,22:50:02.433] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,22:50:04.650] [DEBUG] 6 processes running of frp type [2026-04-04,23:05:03.082] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,23:05:05.696] [DEBUG] 6 processes running of frp type 2026-04-04 23:08:52.386 [I] [client/service.go:294] [5cf9af224694c8e3] try to connect to server... 2026-04-04 23:09:00.515 [I] [client/service.go:286] [5cf9af224694c8e3] login to server success, get run id [5cf9af224694c8e3] 2026-04-04 23:09:00.515 [I] [proxy/proxy_manager.go:173] [5cf9af224694c8e3] proxy added: [DNL01B4302] 2026-04-04 23:09:05.317 [I] [client/control.go:168] [5cf9af224694c8e3] [DNL01B4302] start proxy success [2026-04-04,23:20:01.964] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,23:20:04.610] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-04,23:35:02.502] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,23:35:04.823] [DEBUG] 6 processes running of frp type [2026-04-04,23:50:02.356] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-04,23:50:04.635] [DEBUG] 6 processes running of frp type [2026-04-05,00:05:02.183] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,00:05:04.438] [DEBUG] 6 processes running of frp type [2026-04-05,00:20:02.711] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,00:20:04.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-05,00:35:02.397] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,00:35:04.733] [DEBUG] 6 processes running of frp type [2026-04-05,00:50:02.473] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,00:50:04.730] [DEBUG] 6 processes running of frp type [2026-04-05,01:05:02.478] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,01:05:04.932] [DEBUG] 6 processes running of frp type [2026-04-05,01:20:02.100] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,01:20:13.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-05,01:35:02.712] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,01:35:05.654] [DEBUG] 6 processes running of frp type [2026-04-05,01:50:02.576] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,01:50:04.730] [DEBUG] 6 processes running of frp type [2026-04-05,02:05:02.259] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,02:05:04.237] [DEBUG] 6 processes running of frp type [2026-04-05,02:20:02.535] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,02:20:04.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' [2026-04-05,02:35:02.925] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,02:35:05.608] [DEBUG] 6 processes running of frp type [2026-04-05,02:50:02.591] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,02:50:04.839] [DEBUG] 6 processes running of frp type [2026-04-05,03:05:02.100] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,03:05:03.880] [DEBUG] 6 processes running of frp type [2026-04-05,03:20:02.062] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,03:20:04.472] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,03:35:02.061] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,03:35:03.990] [DEBUG] 6 processes running of frp type [2026-04-05,03:50:02.721] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,03:50:04.990] [DEBUG] 6 processes running of frp type [2026-04-05,04:05:02.480] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,04:05:04.905] [DEBUG] 6 processes running of frp type [2026-04-05,04:20:02.132] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,04:20:04.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-05,04:35:02.564] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,04:35:05.363] [DEBUG] 6 processes running of frp type [2026-04-05,04:50:03.030] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,04:50:05.257] [DEBUG] 6 processes running of frp type [2026-04-05,05:05:02.448] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,05:05:04.292] [DEBUG] 6 processes running of frp type [2026-04-05,05:20:02.575] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,05:20:05.058] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,05:35:03.165] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,05:35:05.227] [DEBUG] 6 processes running of frp type [2026-04-05,05:50:02.951] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,05:50:05.655] [DEBUG] 6 processes running of frp type [2026-04-05,06:05:02.011] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,06:05:04.758] [DEBUG] 6 processes running of frp type [2026-04-05,06:20:02.021] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,06:20:04.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-04-05,06:35:02.797] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,06:35:05.041] [DEBUG] 6 processes running of frp type [2026-04-05,06:50:02.665] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,06:50:05.636] [DEBUG] 6 processes running of frp type [2026-04-05,07:05:03.304] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,07:05:05.064] [DEBUG] 6 processes running of frp type [2026-04-05,06:50:31.016] [INFO] Initializing BusSpeedStateManager V2 [2026-04-05,06:50:31.023] [INFO] LocationSqlManager initialising [2026-04-05,06:50:31.024] [INFO] Location DB initialising [2026-04-05,06:50:31.035] [INFO] LocationSqlManager initialisation complete [2026-04-05,06:50:31.036] [DEBUG] UploadManager Init [2026-04-05,06:50:31.037] [DEBUG] UploadManager Init Complete [2026-04-05,06:50:31.040] [INFO] Initializing GPS... [2026-04-05,06:50:31.042] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,18:09:47.152] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,18:09:48.799] [DEBUG] Remote Access Enabled [2026-04-05,18:09:50.331] [INFO] Server Address: 138.201.17.179 [2026-04-05,18:09:50.332] [INFO] Server Port: 7000 [2026-04-05,18:09:50.341] [DEBUG] Starting Remote Access! 2026-04-05 18:09:50.532 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-05 18:09:50.533 [I] [client/service.go:294] try to connect to server... 2026-04-05 18:09:51.102 [I] [client/service.go:286] [e47a0f8266d3e15a] login to server success, get run id [e47a0f8266d3e15a] 2026-04-05 18:09:51.103 [I] [proxy/proxy_manager.go:173] [e47a0f8266d3e15a] proxy added: [DNL01B4302] 2026-04-05 18:09:51.366 [I] [client/control.go:168] [e47a0f8266d3e15a] [DNL01B4302] start proxy success [2026-04-05,18:20:02.736] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,18:20:05.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-04-05,18:35:02.130] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,18:35:14.483] [DEBUG] 6 processes running of frp type [2026-04-05,18:50:02.469] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,18:50:04.920] [DEBUG] 6 processes running of frp type [2026-04-05,19:05:02.248] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,19:05:04.261] [DEBUG] 6 processes running of frp type [2026-04-05,19:20:02.609] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,19:20:04.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-04-05,19:35:02.153] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,19:35:04.268] [DEBUG] 6 processes running of frp type [2026-04-05,19:50:02.442] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,19:50:04.384] [DEBUG] 6 processes running of frp type [2026-04-05,20:05:02.756] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,20:05:04.691] [DEBUG] 6 processes running of frp type [2026-04-05,20:20:03.177] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,20:20:05.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' [2026-04-05,20:35:02.969] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,20:35:10.730] [DEBUG] 6 processes running of frp type [2026-04-05,20:50:02.703] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,20:50:05.065] [DEBUG] 6 processes running of frp type [2026-04-05,21:05:02.491] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,21:05:04.971] [DEBUG] 6 processes running of frp type [2026-04-05,21:20:02.192] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,21:20:04.492] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,21:35:03.099] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,21:35:05.304] [DEBUG] 6 processes running of frp type [2026-04-05,21:50:02.931] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,21:50:10.321] [DEBUG] 6 processes running of frp type [2026-04-05,22:05:03.053] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,22:05:05.168] [DEBUG] 6 processes running of frp type [2026-04-05,22:20:02.447] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,22:20:05.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-05,22:35:02.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,22:35:04.779] [DEBUG] 6 processes running of frp type [2026-04-05,22:50:02.550] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,22:50:04.942] [DEBUG] 6 processes running of frp type [2026-04-05,23:05:02.485] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,23:05:04.562] [DEBUG] 6 processes running of frp type [2026-04-05,23:20:03.166] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,23:20:05.423] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-05,23:35:02.949] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,23:35:04.716] [DEBUG] 6 processes running of frp type [2026-04-05,23:50:02.534] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-05,23:50:04.743] [DEBUG] 6 processes running of frp type [2026-04-06,00:05:02.218] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,00:05:04.891] [DEBUG] 6 processes running of frp type [2026-04-06,00:20:02.148] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,00:20:03.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-04-06,00:35:02.292] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,00:35:04.652] [DEBUG] 6 processes running of frp type [2026-04-06,00:50:02.469] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,00:50:04.548] [DEBUG] 6 processes running of frp type [2026-04-06,01:05:02.924] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,01:05:05.163] [DEBUG] 6 processes running of frp type 2026-04-06 01:07:51.284 [I] [client/service.go:294] [e47a0f8266d3e15a] try to connect to server... 2026-04-06 01:08:01.286 [W] [client/service.go:297] [e47a0f8266d3e15a] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-06 01:08:01.286 [I] [client/service.go:294] [e47a0f8266d3e15a] try to connect to server... 2026-04-06 01:08:06.109 [I] [client/service.go:286] [e47a0f8266d3e15a] login to server success, get run id [e47a0f8266d3e15a] 2026-04-06 01:08:06.112 [I] [proxy/proxy_manager.go:173] [e47a0f8266d3e15a] proxy added: [DNL01B4302] 2026-04-06 01:08:06.282 [I] [client/control.go:168] [e47a0f8266d3e15a] [DNL01B4302] start proxy success [2026-04-06,01:20:02.481] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,01:20:04.713] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,01:35:02.455] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,01:35:04.495] [DEBUG] 6 processes running of frp type [2026-04-06,01:50:03.253] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,01:50:05.732] [DEBUG] 6 processes running of frp type [2026-04-06,02:05:02.067] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,02:05:04.285] [DEBUG] 6 processes running of frp type [2026-04-06,02:20:02.512] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,02:20:04.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-06,02:35:02.305] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,02:35:04.382] [DEBUG] 6 processes running of frp type [2026-04-06,02:50:02.213] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,02:50:04.103] [DEBUG] 6 processes running of frp type [2026-04-06,03:05:02.362] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,03:05:04.385] [DEBUG] 6 processes running of frp type [2026-04-06,03:20:02.790] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,03:20:04.804] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,03:35:02.320] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,03:35:04.243] [DEBUG] 6 processes running of frp type [2026-04-06,03:50:03.139] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,03:50:05.214] [DEBUG] 6 processes running of frp type [2026-04-06,04:05:02.504] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,04:05:04.816] [DEBUG] 6 processes running of frp type [2026-04-06,04:20:02.118] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,04:20:06.110] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,04:35:03.068] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,04:35:05.239] [DEBUG] 6 processes running of frp type [2026-04-06,04:50:03.162] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,04:50:05.465] [DEBUG] 6 processes running of frp type [2026-04-06,05:05:02.680] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,05:05:04.904] [DEBUG] 6 processes running of frp type [2026-04-06,05:20:02.168] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,05:20:04.579] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,05:35:02.832] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,05:35:05.254] [DEBUG] 6 processes running of frp type [2026-04-06,05:50:03.120] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,05:50:05.699] [DEBUG] 6 processes running of frp type [2026-04-06,06:05:03.013] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,06:05:05.080] [DEBUG] 6 processes running of frp type [2026-04-06,06:20:02.360] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,06:20:04.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-04-06,06:35:02.259] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,06:35:04.412] [DEBUG] 6 processes running of frp type [2026-04-06,06:50:02.175] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,06:50:04.116] [DEBUG] 6 processes running of frp type [2026-04-06,06:58:35.726] [INFO] Initializing BusSpeedStateManager V2 [2026-04-06,06:58:35.731] [INFO] LocationSqlManager initialising [2026-04-06,06:58:35.731] [INFO] Location DB initialising [2026-04-06,06:58:35.741] [INFO] LocationSqlManager initialisation complete [2026-04-06,06:58:35.742] [DEBUG] UploadManager Init [2026-04-06,06:58:35.742] [DEBUG] UploadManager Init Complete [2026-04-06,06:58:35.745] [INFO] Initializing GPS... [2026-04-06,06:58:35.747] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,18:44:20.259] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,18:44:22.640] [DEBUG] Remote Access Enabled [2026-04-06,18:44:24.505] [INFO] Server Address: 138.201.17.179 [2026-04-06,18:44:24.507] [INFO] Server Port: 7000 [2026-04-06,18:44:24.516] [DEBUG] Starting Remote Access! 2026-04-06 18:44:24.686 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-06 18:44:24.687 [I] [client/service.go:294] try to connect to server... 2026-04-06 18:44:25.220 [I] [client/service.go:286] [4e6be1a2cf7dfa5e] login to server success, get run id [4e6be1a2cf7dfa5e] 2026-04-06 18:44:25.221 [I] [proxy/proxy_manager.go:173] [4e6be1a2cf7dfa5e] proxy added: [DNL01B4302] 2026-04-06 18:44:25.449 [I] [client/control.go:168] [4e6be1a2cf7dfa5e] [DNL01B4302] start proxy success [2026-04-06,18:45:58.565] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,18:46:00.894] [DEBUG] 6 processes running of frp type [2026-04-06,18:50:03.274] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,18:50:05.728] [DEBUG] 6 processes running of frp type [2026-04-06,19:05:01.958] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,19:05:04.177] [DEBUG] 6 processes running of frp type [2026-04-06,19:20:02.432] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,19:20:05.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-06,19:35:02.515] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,19:35:04.840] [DEBUG] 6 processes running of frp type [2026-04-06,19:50:02.422] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,19:50:04.745] [DEBUG] 6 processes running of frp type [2026-04-06,20:05:02.311] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,20:05:04.982] [DEBUG] 6 processes running of frp type [2026-04-06,20:20:02.519] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,20:20:05.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-06,20:35:02.409] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,20:35:05.065] [DEBUG] 6 processes running of frp type [2026-04-06,20:50:02.982] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,20:50:05.680] [DEBUG] 6 processes running of frp type [2026-04-06,21:05:02.008] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,21:05:04.348] [DEBUG] 6 processes running of frp type [2026-04-06,21:20:02.591] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,21:20:05.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-04-06,21:35:03.371] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,21:35:06.045] [DEBUG] 6 processes running of frp type [2026-04-06,21:50:02.787] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,21:50:10.346] [DEBUG] 6 processes running of frp type [2026-04-06,22:05:02.593] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,22:05:04.407] [DEBUG] 6 processes running of frp type [2026-04-06,22:20:02.761] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,22:20:05.471] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-06,22:35:02.801] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,22:35:04.736] [DEBUG] 6 processes running of frp type [2026-04-06,22:50:02.406] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,22:50:04.357] [DEBUG] 6 processes running of frp type [2026-04-06,23:05:02.773] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,23:05:05.497] [DEBUG] 6 processes running of frp type [2026-04-06,23:20:02.895] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,23:20:05.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-04-06,23:35:02.248] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,23:35:04.713] [DEBUG] 6 processes running of frp type [2026-04-06,23:50:02.538] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-06,23:50:04.889] [DEBUG] 6 processes running of frp type [2026-04-07,00:05:02.392] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,00:05:04.864] [DEBUG] 6 processes running of frp type [2026-04-07,00:20:02.071] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,00:20:05.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-07,00:35:03.209] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,00:35:05.591] [DEBUG] 6 processes running of frp type [2026-04-07,00:50:02.352] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,00:50:04.367] [DEBUG] 6 processes running of frp type [2026-04-07,01:05:02.640] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,01:05:04.399] [DEBUG] 6 processes running of frp type [2026-04-07,01:20:02.920] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,01:20:05.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-07,01:35:02.450] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,01:35:04.425] [DEBUG] 6 processes running of frp type [2026-04-07,01:50:02.365] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,01:50:04.906] [DEBUG] 6 processes running of frp type [2026-04-07,02:05:02.197] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,02:05:04.141] [DEBUG] 6 processes running of frp type [2026-04-07,02:20:02.477] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,02:20:04.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-07,02:35:02.483] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,02:35:04.272] [DEBUG] 6 processes running of frp type [2026-04-07,02:50:03.139] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,02:50:05.620] [DEBUG] 6 processes running of frp type [2026-04-07,03:05:03.002] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,03:05:04.773] [DEBUG] 6 processes running of frp type [2026-04-07,03:20:02.049] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,03:20:04.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-04-07,03:35:02.881] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,03:35:05.084] [DEBUG] 6 processes running of frp type [2026-04-07,03:50:02.888] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,03:50:05.322] [DEBUG] 6 processes running of frp type [2026-04-07,04:05:02.783] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,04:05:05.011] [DEBUG] 6 processes running of frp type [2026-04-07,04:20:02.426] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,04:20:04.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-07,04:35:02.325] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,04:35:04.257] [DEBUG] 6 processes running of frp type [2026-04-07,04:50:03.041] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,04:50:04.935] [DEBUG] 6 processes running of frp type [2026-04-07,05:05:02.305] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,05:05:04.737] [DEBUG] 6 processes running of frp type [2026-04-07,05:20:02.119] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,05:20:04.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-07,05:35:01.964] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,05:35:04.090] [DEBUG] 6 processes running of frp type [2026-04-07,05:50:02.953] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,05:50:05.082] [DEBUG] 6 processes running of frp type [2026-04-07,06:05:02.411] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,06:05:04.787] [DEBUG] 6 processes running of frp type [2026-04-07,06:20:02.183] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,06:20:04.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-07,06:35:03.093] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,06:35:05.100] [DEBUG] 6 processes running of frp type [2026-04-07,06:40:13.877] [INFO] Initializing BusSpeedStateManager V2 [2026-04-07,06:40:13.882] [INFO] LocationSqlManager initialising [2026-04-07,06:40:13.882] [INFO] Location DB initialising [2026-04-07,06:40:13.891] [INFO] LocationSqlManager initialisation complete [2026-04-07,06:40:13.892] [DEBUG] UploadManager Init [2026-04-07,06:40:13.892] [DEBUG] UploadManager Init Complete [2026-04-07,06:40:13.895] [INFO] Initializing GPS... [2026-04-07,06:40:13.897] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,19:39:18.160] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,19:39:19.931] [DEBUG] Remote Access Enabled [2026-04-07,19:39:21.490] [INFO] Server Address: 138.201.17.179 [2026-04-07,19:39:21.491] [INFO] Server Port: 7000 [2026-04-07,19:39:21.500] [DEBUG] Starting Remote Access! 2026-04-07 19:39:21.688 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-07 19:39:21.689 [I] [client/service.go:294] try to connect to server... 2026-04-07 19:39:22.296 [I] [client/service.go:286] [41215de56c1013fd] login to server success, get run id [41215de56c1013fd] 2026-04-07 19:39:22.297 [I] [proxy/proxy_manager.go:173] [41215de56c1013fd] proxy added: [DNL01B4302] 2026-04-07 19:39:22.496 [I] [client/control.go:168] [41215de56c1013fd] [DNL01B4302] start proxy success [2026-04-07,19:50:02.194] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,19:50:09.861] [DEBUG] 6 processes running of frp type [2026-04-07,20:05:02.261] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,20:05:04.036] [DEBUG] 6 processes running of frp type [2026-04-07,20:20:02.536] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,20:20:09.955] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,20:35:02.483] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,20:35:10.521] [DEBUG] 6 processes running of frp type [2026-04-07,20:50:02.313] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,20:50:04.855] [DEBUG] 6 processes running of frp type [2026-04-07,21:05:12.582] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,21:05:14.836] [DEBUG] 6 processes running of frp type [2026-04-07,21:20:02.232] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,21:20:04.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-07,21:35:02.243] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,21:35:04.568] [DEBUG] 6 processes running of frp type [2026-04-07,21:50:02.333] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,21:50:04.586] [DEBUG] 6 processes running of frp type [2026-04-07,22:05:03.225] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,22:05:05.139] [DEBUG] 6 processes running of frp type [2026-04-07,22:20:02.487] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,22:20:04.415] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-07,22:35:02.922] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,22:35:05.051] [DEBUG] 6 processes running of frp type [2026-04-07,22:50:02.741] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,22:50:04.980] [DEBUG] 6 processes running of frp type [2026-04-07,23:05:02.468] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,23:05:05.217] [DEBUG] 6 processes running of frp type [2026-04-07,23:20:02.784] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,23:20:05.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-07,23:35:01.986] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,23:35:04.012] [DEBUG] 6 processes running of frp type [2026-04-07,23:50:02.627] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-07,23:50:04.822] [DEBUG] 6 processes running of frp type [2026-04-08,00:05:02.165] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,00:05:04.456] [DEBUG] 6 processes running of frp type [2026-04-08,00:20:02.959] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,00:20:04.881] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,00:35:03.002] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,00:35:05.092] [DEBUG] 6 processes running of frp type [2026-04-08,00:50:03.216] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,00:50:05.399] [DEBUG] 6 processes running of frp type [2026-04-08,01:05:02.977] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,01:05:05.122] [DEBUG] 6 processes running of frp type 2026-04-08 01:18:33.623 [I] [client/service.go:294] [41215de56c1013fd] try to connect to server... 2026-04-08 01:18:34.375 [I] [client/service.go:286] [41215de56c1013fd] login to server success, get run id [41215de56c1013fd] 2026-04-08 01:18:34.377 [I] [proxy/proxy_manager.go:173] [41215de56c1013fd] proxy added: [DNL01B4302] 2026-04-08 01:18:34.584 [I] [client/control.go:168] [41215de56c1013fd] [DNL01B4302] start proxy success [2026-04-08,01:20:02.416] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,01:20:04.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-04-08,01:35:02.334] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,01:35:04.584] [DEBUG] 6 processes running of frp type [2026-04-08,01:50:02.298] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,01:50:04.943] [DEBUG] 6 processes running of frp type [2026-04-08,02:05:02.252] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,02:05:04.396] [DEBUG] 6 processes running of frp type [2026-04-08,02:20:02.832] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,02:20:05.293] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,02:35:02.982] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,02:35:04.990] [DEBUG] 6 processes running of frp type [2026-04-08,02:50:02.974] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,02:50:05.424] [DEBUG] 6 processes running of frp type [2026-04-08,03:05:03.025] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,03:05:04.764] [DEBUG] 6 processes running of frp type [2026-04-08,03:20:02.080] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,03:20:04.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' [2026-04-08,03:35:02.141] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,03:35:04.000] [DEBUG] 6 processes running of frp type [2026-04-08,03:50:02.696] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,03:50:05.445] [DEBUG] 6 processes running of frp type [2026-04-08,04:05:03.068] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,04:05:05.584] [DEBUG] 6 processes running of frp type [2026-04-08,04:20:02.784] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,04:20:04.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-08,04:35:02.494] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,04:35:05.072] [DEBUG] 6 processes running of frp type [2026-04-08,04:50:02.433] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,04:50:04.771] [DEBUG] 6 processes running of frp type [2026-04-08,05:05:02.080] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,05:05:04.595] [DEBUG] 6 processes running of frp type [2026-04-08,05:20:03.096] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,05:20:05.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-08,05:35:03.247] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,05:35:05.361] [DEBUG] 6 processes running of frp type [2026-04-08,05:50:02.051] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,05:50:04.649] [DEBUG] 6 processes running of frp type [2026-04-08,06:05:03.289] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,06:05:05.545] [DEBUG] 6 processes running of frp type [2026-04-08,06:20:02.804] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,06:20:05.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-08,06:35:02.293] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,06:35:04.735] [DEBUG] 6 processes running of frp type [2026-04-08,06:50:02.313] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,06:50:04.577] [DEBUG] 6 processes running of frp type [2026-04-08,07:05:03.155] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,07:05:05.217] [DEBUG] 6 processes running of frp type [2026-04-08,06:44:09.117] [INFO] Initializing BusSpeedStateManager V2 [2026-04-08,06:44:09.122] [INFO] LocationSqlManager initialising [2026-04-08,06:44:09.122] [INFO] Location DB initialising [2026-04-08,06:44:09.132] [INFO] LocationSqlManager initialisation complete [2026-04-08,06:44:09.132] [DEBUG] UploadManager Init [2026-04-08,06:44:09.133] [DEBUG] UploadManager Init Complete [2026-04-08,06:44:09.136] [INFO] Initializing GPS... [2026-04-08,06:44:09.138] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,20:31:30.221] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,20:31:36.986] [DEBUG] Remote Access Enabled [2026-04-08,20:31:38.503] [INFO] Server Address: 138.201.17.179 [2026-04-08,20:31:38.505] [INFO] Server Port: 7000 [2026-04-08,20:31:38.514] [DEBUG] Starting Remote Access! 2026-04-08 20:31:38.726 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-08 20:31:38.726 [I] [client/service.go:294] try to connect to server... 2026-04-08 20:31:39.480 [I] [client/service.go:286] [14b29b80de82c9a9] login to server success, get run id [14b29b80de82c9a9] 2026-04-08 20:31:39.480 [I] [proxy/proxy_manager.go:173] [14b29b80de82c9a9] proxy added: [DNL01B4302] 2026-04-08 20:31:39.788 [I] [client/control.go:168] [14b29b80de82c9a9] [DNL01B4302] start proxy success [2026-04-08,20:32:34.838] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,20:32:36.811] [DEBUG] 6 processes running of frp type [2026-04-08,20:35:34.409] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,20:35:36.646] [DEBUG] 6 processes running of frp type [2026-04-08,20:50:02.585] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,20:50:04.878] [DEBUG] 6 processes running of frp type [2026-04-08,21:05:02.386] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,21:05:04.344] [DEBUG] 6 processes running of frp type [2026-04-08,21:20:02.889] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-08 21:34:00.165 [I] [client/service.go:294] [14b29b80de82c9a9] try to connect to server... 2026-04-08 21:34:10.168 [W] [client/service.go:297] [14b29b80de82c9a9] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-08 21:34:10.169 [I] [client/service.go:294] [14b29b80de82c9a9] try to connect to server... 2026-04-08 21:34:14.580 [I] [client/service.go:286] [14b29b80de82c9a9] login to server success, get run id [14b29b80de82c9a9] 2026-04-08 21:34:14.581 [I] [proxy/proxy_manager.go:173] [14b29b80de82c9a9] proxy added: [DNL01B4302] 2026-04-08 21:34:19.760 [I] [client/control.go:168] [14b29b80de82c9a9] [DNL01B4302] start proxy success [2026-04-08,21:35:02.310] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,21:35:11.258] [DEBUG] 6 processes running of frp type [2026-04-08,21:50:02.169] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,21:50:05.160] [DEBUG] 6 processes running of frp type [2026-04-08,22:05:02.585] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,22:05:05.343] [DEBUG] 6 processes running of frp type [2026-04-08,22:20:06.265] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,22:20:08.303] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,22:35:02.459] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,22:35:04.743] [DEBUG] 6 processes running of frp type [2026-04-08,22:50:03.217] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,22:50:11.255] [DEBUG] 6 processes running of frp type [2026-04-08,23:05:03.076] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,23:05:05.243] [DEBUG] 6 processes running of frp type [2026-04-08,23:20:02.507] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,23:20:05.581] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-08,23:35:03.175] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,23:35:05.189] [DEBUG] 6 processes running of frp type [2026-04-08,23:50:02.069] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-08,23:50:04.303] [DEBUG] 6 processes running of frp type [2026-04-09,00:05:02.910] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,00:05:04.928] [DEBUG] 6 processes running of frp type [2026-04-09,00:20:02.261] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,00:20:04.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-09,00:35:02.291] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,00:35:04.812] [DEBUG] 6 processes running of frp type [2026-04-09,00:50:02.527] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,00:50:04.795] [DEBUG] 6 processes running of frp type [2026-04-09,01:05:02.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,01:05:04.382] [DEBUG] 6 processes running of frp type [2026-04-09,01:20:02.716] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,01:20:05.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-09,01:35:02.435] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,01:35:04.695] [DEBUG] 6 processes running of frp type [2026-04-09,01:50:02.477] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,01:50:04.268] [DEBUG] 6 processes running of frp type 2026-04-09 01:56:01.194 [I] [client/service.go:294] [14b29b80de82c9a9] try to connect to server... 2026-04-09 01:56:01.721 [I] [client/service.go:286] [14b29b80de82c9a9] login to server success, get run id [14b29b80de82c9a9] 2026-04-09 01:56:01.722 [I] [proxy/proxy_manager.go:173] [14b29b80de82c9a9] proxy added: [DNL01B4302] 2026-04-09 01:56:02.052 [I] [client/control.go:168] [14b29b80de82c9a9] [DNL01B4302] start proxy success [2026-04-09,02:05:02.723] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,02:05:04.572] [DEBUG] 6 processes running of frp type [2026-04-09,02:20:02.887] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,02:20:05.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-09,02:35:02.257] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,02:35:04.247] [DEBUG] 6 processes running of frp type [2026-04-09,02:50:03.015] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,02:50:05.174] [DEBUG] 6 processes running of frp type [2026-04-09,03:05:02.601] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,03:05:04.735] [DEBUG] 6 processes running of frp type [2026-04-09,03:20:02.106] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,03:20:04.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-09,03:35:02.983] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,03:35:05.223] [DEBUG] 6 processes running of frp type [2026-04-09,03:50:02.961] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,03:50:04.822] [DEBUG] 6 processes running of frp type [2026-04-09,04:05:02.187] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,04:05:04.238] [DEBUG] 6 processes running of frp type [2026-04-09,04:20:02.720] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,04:20:04.893] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,04:35:02.016] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,04:35:04.136] [DEBUG] 6 processes running of frp type [2026-04-09,04:50:03.114] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,04:50:05.898] [DEBUG] 6 processes running of frp type [2026-04-09,05:05:02.244] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,05:05:04.469] [DEBUG] 6 processes running of frp type [2026-04-09,05:20:02.752] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,05:20:05.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-09,05:35:02.599] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,05:35:04.600] [DEBUG] 6 processes running of frp type [2026-04-09,05:50:05.282] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,05:50:07.436] [DEBUG] 6 processes running of frp type [2026-04-09,06:05:02.948] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,06:05:04.816] [DEBUG] 6 processes running of frp type [2026-04-09,06:20:02.104] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,06:20:04.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-09,06:35:03.435] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,06:35:07.020] [DEBUG] 6 processes running of frp type [2026-04-09,06:50:02.857] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,06:50:05.102] [DEBUG] 6 processes running of frp type [2026-04-09,07:05:02.507] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,07:05:04.584] [DEBUG] 6 processes running of frp type [2026-04-09,07:20:03.010] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,07:20:05.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-04-09,07:35:02.846] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,07:35:05.122] [DEBUG] 6 processes running of frp type [2026-04-09,07:50:02.835] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,07:50:05.140] [DEBUG] 6 processes running of frp type [2026-04-09,08:02:02.379] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,08:02:04.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-04-09,08:02:19.294] [DEBUG] Log Upload Complete! [2026-04-09,08:05:02.675] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,08:05:05.175] [DEBUG] 6 processes running of frp type [2026-04-09,08:20:02.568] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,08:20:04.549] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,08:35:02.368] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,08:35:09.888] [DEBUG] 6 processes running of frp type [2026-04-09,08:50:02.703] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,08:50:04.611] [DEBUG] 6 processes running of frp type [2026-04-09,09:05:03.279] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,09:05:05.324] [DEBUG] 6 processes running of frp type [2026-04-09,09:20:02.664] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,09:20:04.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-09,09:35:02.623] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,09:35:04.771] [DEBUG] 6 processes running of frp type [2026-04-09,09:50:02.593] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,09:50:04.526] [DEBUG] 6 processes running of frp type [2026-04-09,10:05:03.138] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,10:05:05.001] [DEBUG] 6 processes running of frp type [2026-04-09,10:20:02.374] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,10:20:04.847] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,10:35:03.196] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,10:35:05.317] [DEBUG] 6 processes running of frp type [2026-04-09,10:50:03.145] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,10:50:05.551] [DEBUG] 6 processes running of frp type [2026-04-09,11:05:03.084] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,11:05:05.014] [DEBUG] 6 processes running of frp type [2026-04-09,11:20:02.416] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,11:20:09.643] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,11:35:02.352] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,11:35:10.063] [DEBUG] 6 processes running of frp type [2026-04-09,11:50:02.954] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,11:50:05.254] [DEBUG] 6 processes running of frp type [2026-04-09,12:05:02.857] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,12:05:05.667] [DEBUG] 6 processes running of frp type [2026-04-09,12:20:03.047] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,12:20:05.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-09,12:35:02.837] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,12:35:05.417] [DEBUG] 6 processes running of frp type [2026-04-09,12:50:02.217] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,12:50:09.967] [DEBUG] 6 processes running of frp type [2026-04-09,13:05:02.469] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,13:05:05.155] [DEBUG] 6 processes running of frp type [2026-04-09,13:20:02.614] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,13:20:05.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-04-09,13:35:02.521] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,13:35:05.757] [DEBUG] 6 processes running of frp type [2026-04-09,13:50:02.574] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,13:50:05.356] [DEBUG] 6 processes running of frp type [2026-04-09,14:05:02.874] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,14:05:11.511] [DEBUG] 6 processes running of frp type [2026-04-09,14:20:02.876] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,14:20:05.506] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,14:35:02.903] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,14:35:05.736] [DEBUG] 6 processes running of frp type [2026-04-09,14:50:02.558] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,14:50:10.130] [DEBUG] 6 processes running of frp type [2026-04-09,15:05:02.728] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,15:05:05.567] [DEBUG] 6 processes running of frp type [2026-04-09,15:20:02.953] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,15:20:05.613] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,15:35:02.708] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,15:35:05.038] [DEBUG] 6 processes running of frp type [2026-04-09,15:50:02.870] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,15:50:05.341] [DEBUG] 6 processes running of frp type [2026-04-09,16:05:02.694] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,16:05:05.032] [DEBUG] 6 processes running of frp type [2026-04-09,16:20:02.469] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,16:20:05.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-09,16:35:02.242] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,16:35:04.736] [DEBUG] 6 processes running of frp type [2026-04-09,16:50:02.526] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,16:50:04.784] [DEBUG] 6 processes running of frp type 2026-04-09 17:00:23.839 [I] [client/service.go:294] [14b29b80de82c9a9] try to connect to server... 2026-04-09 17:00:23.841 [W] [client/service.go:297] [14b29b80de82c9a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:00:25.877 [I] [client/service.go:294] [14b29b80de82c9a9] try to connect to server... 2026-04-09 17:00:25.878 [W] [client/service.go:297] [14b29b80de82c9a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:00:30.196 [I] [client/service.go:294] [14b29b80de82c9a9] try to connect to server... 2026-04-09 17:00:30.197 [W] [client/service.go:297] [14b29b80de82c9a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:00:39.529 [I] [client/service.go:294] [14b29b80de82c9a9] try to connect to server... 2026-04-09 17:00:39.531 [W] [client/service.go:297] [14b29b80de82c9a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:00:58.598 [I] [client/service.go:294] [14b29b80de82c9a9] try to connect to server... 2026-04-09 17:00:58.599 [W] [client/service.go:297] [14b29b80de82c9a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:01:18.601 [I] [client/service.go:294] [14b29b80de82c9a9] try to connect to server... 2026-04-09 17:01:18.602 [W] [client/service.go:297] [14b29b80de82c9a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:01:38.603 [I] [client/service.go:294] [14b29b80de82c9a9] try to connect to server... 2026-04-09 17:01:38.605 [W] [client/service.go:297] [14b29b80de82c9a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:01:58.605 [I] [client/service.go:294] [14b29b80de82c9a9] try to connect to server... 2026-04-09 17:01:58.607 [W] [client/service.go:297] [14b29b80de82c9a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:02:18.608 [I] [client/service.go:294] [14b29b80de82c9a9] try to connect to server... 2026-04-09 17:02:18.610 [W] [client/service.go:297] [14b29b80de82c9a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:02:38.610 [I] [client/service.go:294] [14b29b80de82c9a9] try to connect to server... 2026-04-09 17:02:38.618 [W] [client/service.go:297] [14b29b80de82c9a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:02:58.620 [I] [client/service.go:294] [14b29b80de82c9a9] try to connect to server... 2026-04-09 17:02:58.625 [W] [client/service.go:297] [14b29b80de82c9a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:03:18.627 [I] [client/service.go:294] [14b29b80de82c9a9] try to connect to server... 2026-04-09 17:03:18.631 [W] [client/service.go:297] [14b29b80de82c9a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:03:38.632 [I] [client/service.go:294] [14b29b80de82c9a9] try to connect to server... 2026-04-09 17:03:38.638 [W] [client/service.go:297] [14b29b80de82c9a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:03:58.639 [I] [client/service.go:294] [14b29b80de82c9a9] try to connect to server... 2026-04-09 17:03:58.643 [W] [client/service.go:297] [14b29b80de82c9a9] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-09 17:04:18.645 [I] [client/service.go:294] [14b29b80de82c9a9] try to connect to server... 2026-04-09 17:04:18.649 [W] [client/service.go:297] [14b29b80de82c9a9] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-09 17:04:38.650 [I] [client/service.go:294] [14b29b80de82c9a9] try to connect to server... 2026-04-09 17:04:39.206 [I] [client/service.go:286] [14b29b80de82c9a9] login to server success, get run id [14b29b80de82c9a9] 2026-04-09 17:04:39.208 [I] [proxy/proxy_manager.go:173] [14b29b80de82c9a9] proxy added: [DNL01B4302] 2026-04-09 17:04:39.437 [I] [client/control.go:168] [14b29b80de82c9a9] [DNL01B4302] start proxy success [2026-04-09,17:05:02.304] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,17:05:09.533] [DEBUG] 6 processes running of frp type [2026-04-09,17:20:02.963] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,17:20:05.912] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,17:35:02.870] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,17:35:05.213] [DEBUG] 6 processes running of frp type [2026-04-09,17:50:03.006] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,17:50:04.869] [DEBUG] 6 processes running of frp type [2026-04-09,18:00:40.916] [INFO] Initializing BusSpeedStateManager V2 [2026-04-09,18:00:40.923] [INFO] LocationSqlManager initialising [2026-04-09,18:00:40.924] [INFO] Location DB initialising [2026-04-09,18:00:40.935] [INFO] LocationSqlManager initialisation complete [2026-04-09,18:00:40.936] [DEBUG] UploadManager Init [2026-04-09,18:00:40.937] [DEBUG] UploadManager Init Complete [2026-04-09,18:00:40.941] [INFO] Initializing GPS... [2026-04-09,18:00:40.944] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,18:02:29.705] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,18:02:31.878] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:46.012] [DEBUG] Log Upload Complete! [2026-04-09,18:05:29.837] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,18:05:31.648] [DEBUG] Remote Access Enabled [2026-04-09,18:05:33.392] [INFO] Server Address: 138.201.17.179 [2026-04-09,18:05:33.393] [INFO] Server Port: 7000 [2026-04-09,18:05:33.402] [DEBUG] Starting Remote Access! 2026-04-09 18:05:33.584 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-09 18:05:33.585 [I] [client/service.go:294] try to connect to server... 2026-04-09 18:05:34.328 [I] [client/service.go:286] [836f9810da9013b0] login to server success, get run id [836f9810da9013b0] 2026-04-09 18:05:34.329 [I] [proxy/proxy_manager.go:173] [836f9810da9013b0] proxy added: [DNL01B4302] 2026-04-09 18:05:34.504 [I] [client/control.go:168] [836f9810da9013b0] [DNL01B4302] start proxy success [2026-04-09,18:20:02.480] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,18:20:04.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-09,18:35:03.154] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,18:35:05.036] [DEBUG] 6 processes running of frp type [2026-04-09,18:50:02.718] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,18:50:04.817] [DEBUG] 6 processes running of frp type [2026-04-09,18:34:54.868] [INFO] Initializing BusSpeedStateManager V2 [2026-04-09,18:34:54.872] [INFO] LocationSqlManager initialising [2026-04-09,18:34:54.873] [INFO] Location DB initialising [2026-04-09,18:34:54.882] [INFO] LocationSqlManager initialisation complete [2026-04-09,18:34:54.883] [DEBUG] UploadManager Init [2026-04-09,18:34:54.883] [DEBUG] UploadManager Init Complete [2026-04-09,18:34:54.886] [INFO] Initializing GPS... [2026-04-09,18:34:54.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-04-09,22:58:44.513] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,22:58:46.214] [DEBUG] Remote Access Enabled [2026-04-09,22:58:47.708] [INFO] Server Address: 138.201.17.179 [2026-04-09,22:58:47.709] [INFO] Server Port: 7000 [2026-04-09,22:58:47.718] [DEBUG] Starting Remote Access! 2026-04-09 22:58:47.918 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-09 22:58:47.919 [I] [client/service.go:294] try to connect to server... 2026-04-09 22:58:48.509 [I] [client/service.go:286] [312283e3a9e04da6] login to server success, get run id [312283e3a9e04da6] 2026-04-09 22:58:48.510 [I] [proxy/proxy_manager.go:173] [312283e3a9e04da6] proxy added: [DNL01B4302] 2026-04-09 22:58:48.687 [I] [client/control.go:168] [312283e3a9e04da6] [DNL01B4302] start proxy success [2026-04-09,23:05:02.878] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,23:05:04.796] [DEBUG] 6 processes running of frp type [2026-04-09,23:20:01.999] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,23:20:03.899] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-09,23:35:02.705] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,23:35:04.799] [DEBUG] 6 processes running of frp type [2026-04-09,23:50:02.403] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-09,23:50:04.227] [DEBUG] 6 processes running of frp type [2026-04-10,00:05:02.582] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,00:05:04.793] [DEBUG] 6 processes running of frp type [2026-04-10,00:20:02.173] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,00:20:04.006] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,00:35:02.963] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,00:35:04.810] [DEBUG] 6 processes running of frp type [2026-04-10,00:50:02.591] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,00:50:04.640] [DEBUG] 6 processes running of frp type [2026-04-10,01:05:03.099] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,01:05:05.179] [DEBUG] 6 processes running of frp type [2026-04-10,01:20:02.723] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,01:20:05.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-04-10,01:35:02.091] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,01:35:04.572] [DEBUG] 6 processes running of frp type [2026-04-10,01:50:02.107] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,01:50:03.977] [DEBUG] 6 processes running of frp type [2026-04-10,02:05:02.484] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,02:05:04.555] [DEBUG] 6 processes running of frp type [2026-04-10,02:20:02.863] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,02:20:04.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-04-10,02:35:02.849] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,02:35:04.784] [DEBUG] 6 processes running of frp type [2026-04-10,02:50:02.517] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,02:50:04.617] [DEBUG] 6 processes running of frp type [2026-04-10,03:05:03.189] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,03:05:05.400] [DEBUG] 6 processes running of frp type [2026-04-10,03:20:02.678] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,03:20:04.557] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,03:35:02.471] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,03:35:04.856] [DEBUG] 6 processes running of frp type [2026-04-10,03:50:02.441] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,03:50:04.296] [DEBUG] 6 processes running of frp type [2026-04-10,04:05:02.679] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,04:05:04.785] [DEBUG] 6 processes running of frp type [2026-04-10,04:20:02.131] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,04:20:04.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-04-10,04:35:02.398] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,04:35:04.565] [DEBUG] 6 processes running of frp type [2026-04-10,04:50:02.471] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,04:50:04.608] [DEBUG] 6 processes running of frp type [2026-04-10,05:05:01.964] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,05:05:03.824] [DEBUG] 6 processes running of frp type [2026-04-10,05:20:02.198] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,05:20:03.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-10,05:35:02.111] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,05:35:04.223] [DEBUG] 6 processes running of frp type [2026-04-10,05:50:02.532] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,05:50:04.664] [DEBUG] 6 processes running of frp type [2026-04-10,06:05:02.992] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,06:05:04.793] [DEBUG] 6 processes running of frp type [2026-04-10,06:20:02.145] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,06:20:03.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-10,06:35:02.423] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,06:35:04.462] [DEBUG] 6 processes running of frp type [2026-04-10,06:50:03.192] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,06:50:05.151] [DEBUG] 6 processes running of frp type [2026-04-10,06:55:20.034] [INFO] Initializing BusSpeedStateManager V2 [2026-04-10,06:55:20.040] [INFO] LocationSqlManager initialising [2026-04-10,06:55:20.041] [INFO] Location DB initialising [2026-04-10,06:55:20.052] [INFO] LocationSqlManager initialisation complete [2026-04-10,06:55:20.054] [DEBUG] UploadManager Init [2026-04-10,06:55:20.054] [DEBUG] UploadManager Init Complete [2026-04-10,06:55:20.059] [INFO] Initializing GPS... [2026-04-10,06:55:20.062] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,08:21:45.003] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,08:21:46.678] [DEBUG] Remote Access Enabled [2026-04-10,08:21:48.238] [INFO] Server Address: 138.201.17.179 [2026-04-10,08:21:48.240] [INFO] Server Port: 7000 [2026-04-10,08:21:48.249] [DEBUG] Starting Remote Access! 2026-04-10 08:21:48.422 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-10 08:21:48.423 [I] [client/service.go:294] try to connect to server... 2026-04-10 08:21:49.027 [I] [client/service.go:286] [343e3a55c03a561e] login to server success, get run id [343e3a55c03a561e] 2026-04-10 08:21:49.028 [I] [proxy/proxy_manager.go:173] [343e3a55c03a561e] proxy added: [DNL01B4302] 2026-04-10 08:21:49.282 [I] [client/control.go:168] [343e3a55c03a561e] [DNL01B4302] start proxy success [2026-04-10,08:23:39.101] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,08:23:40.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-10,08:23:59.337] [DEBUG] Log Upload Complete! Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02.547] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,08:35:04.509] [DEBUG] 6 processes running of frp type [2026-04-10,08:37:30.420] [INFO] Initializing BusSpeedStateManager V2 [2026-04-10,08:37:30.426] [INFO] LocationSqlManager initialising [2026-04-10,08:37:30.426] [INFO] Location DB initialising [2026-04-10,08:37:30.436] [INFO] LocationSqlManager initialisation complete [2026-04-10,08:37:30.437] [DEBUG] UploadManager Init [2026-04-10,08:37:30.438] [DEBUG] UploadManager Init Complete [2026-04-10,08:37:30.441] [INFO] Initializing GPS... [2026-04-10,08:37:30.443] [INFO] Starting location capture [2026-04-10,08:37:30.497] [INFO] Initializing BusSpeedStateManager V2 [2026-04-10,08:37:30.502] [INFO] LocationSqlManager initialising [2026-04-10,08:37:30.503] [INFO] Location DB initialising [2026-04-10,08:37:30.513] [INFO] LocationSqlManager initialisation complete [2026-04-10,08:37:30.514] [DEBUG] UploadManager Init [2026-04-10,08:37:30.515] [DEBUG] UploadManager Init Complete [2026-04-10,08:37:30.518] [INFO] Initializing GPS... [2026-04-10,08:37:30.520] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:37:30.370] [INFO] Initializing BusSpeedStateManager V2 [2026-04-10,08:37:30.374] [INFO] LocationSqlManager initialising [2026-04-10,08:37:30.375] [INFO] Location DB initialising [2026-04-10,08:37:30.384] [INFO] LocationSqlManager initialisation complete [2026-04-10,08:37:30.385] [DEBUG] UploadManager Init [2026-04-10,08:37:30.385] [DEBUG] UploadManager Init Complete [2026-04-10,08:37:30.388] [INFO] Initializing GPS... [2026-04-10,08:37:30.390] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,20:58:44.438] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,20:58:46.582] [DEBUG] Remote Access Enabled [2026-04-10,20:58:48.382] [INFO] Server Address: 138.201.17.179 [2026-04-10,20:58:48.383] [INFO] Server Port: 7000 [2026-04-10,20:58:48.393] [DEBUG] Starting Remote Access! 2026-04-10 20:58:48.577 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-10 20:58:48.578 [I] [client/service.go:294] try to connect to server... 2026-04-10 20:58:49.268 [I] [client/service.go:286] [87472665a1f7615b] login to server success, get run id [87472665a1f7615b] 2026-04-10 20:58:49.269 [I] [proxy/proxy_manager.go:173] [87472665a1f7615b] proxy added: [DNL01B4302] 2026-04-10 20:58:49.460 [I] [client/control.go:168] [87472665a1f7615b] [DNL01B4302] start proxy success [2026-04-10,21:05:02.576] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,21:05:04.949] [DEBUG] 6 processes running of frp type [2026-04-10,21:20:02.375] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,21:20:04.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-10,21:35:02.696] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,21:35:04.639] [DEBUG] 6 processes running of frp type [2026-04-10,21:50:02.583] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,21:50:04.478] [DEBUG] 6 processes running of frp type [2026-04-10,22:05:03.126] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,22:05:10.571] [DEBUG] 6 processes running of frp type [2026-04-10,22:20:03.226] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,22:20:11.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-10,22:35:02.416] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,22:35:04.515] [DEBUG] 6 processes running of frp type [2026-04-10,22:50:02.264] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,22:50:04.264] [DEBUG] 6 processes running of frp type [2026-04-10,23:05:02.711] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,23:05:05.119] [DEBUG] 6 processes running of frp type [2026-04-10,23:20:02.465] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,23:20:04.456] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-10,23:35:03.263] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,23:35:05.345] [DEBUG] 6 processes running of frp type [2026-04-10,23:50:03.126] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-10,23:50:05.122] [DEBUG] 6 processes running of frp type [2026-04-11,00:05:02.695] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,00:05:07.119] [DEBUG] 6 processes running of frp type [2026-04-11,00:20:02.421] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,00:20:04.490] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,00:35:02.265] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,00:35:04.289] [DEBUG] 6 processes running of frp type [2026-04-11,00:50:03.164] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,00:50:05.156] [DEBUG] 6 processes running of frp type [2026-04-11,01:05:02.922] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,01:05:04.976] [DEBUG] 6 processes running of frp type [2026-04-11,01:20:02.339] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,01:20:04.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-11,01:35:02.843] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,01:35:05.058] [DEBUG] 6 processes running of frp type [2026-04-11,01:50:02.631] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,01:50:04.633] [DEBUG] 6 processes running of frp type [2026-04-11,02:05:03.104] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,02:05:05.287] [DEBUG] 6 processes running of frp type [2026-04-11,02:20:02.878] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,02:20:05.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' [2026-04-11,02:35:03.140] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,02:35:05.219] [DEBUG] 6 processes running of frp type [2026-04-11,02:50:02.861] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,02:50:04.720] [DEBUG] 6 processes running of frp type [2026-04-11,03:05:02.235] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,03:05:04.636] [DEBUG] 6 processes running of frp type [2026-04-11,03:20:01.942] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,03:20:04.145] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,03:35:02.811] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,03:35:04.867] [DEBUG] 6 processes running of frp type [2026-04-11,03:50:02.231] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,03:50:04.933] [DEBUG] 6 processes running of frp type [2026-04-11,04:05:02.267] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,04:05:04.254] [DEBUG] 6 processes running of frp type [2026-04-11,04:20:02.635] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,04:20:04.503] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,04:35:03.166] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,04:35:05.130] [DEBUG] 6 processes running of frp type [2026-04-11,04:50:02.456] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,04:50:05.102] [DEBUG] 6 processes running of frp type [2026-04-11,05:05:02.581] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,05:05:04.643] [DEBUG] 6 processes running of frp type [2026-04-11,05:20:03.295] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,05:20:05.336] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,05:35:02.977] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,05:35:05.709] [DEBUG] 6 processes running of frp type [2026-04-11,05:50:02.792] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,05:50:05.060] [DEBUG] 6 processes running of frp type [2026-04-11,06:05:02.329] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,06:05:04.601] [DEBUG] 6 processes running of frp type [2026-04-11,06:20:03.085] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,06:20:05.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-11,06:35:02.840] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,06:35:09.581] [DEBUG] 6 processes running of frp type [2026-04-11,06:50:02.302] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,06:50:04.155] [DEBUG] 6 processes running of frp type [2026-04-11,07:05:02.697] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,07:05:04.372] [DEBUG] 6 processes running of frp type [2026-04-11,07:20:02.649] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,07:20:04.927] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,07:35:02.467] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,07:35:04.235] [DEBUG] 6 processes running of frp type [2026-04-11,07:50:02.925] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,07:50:04.800] [DEBUG] 6 processes running of frp type [2026-04-11,08:02:02.110] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,08:02:04.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( [2026-04-11,08:02:14.864] [DEBUG] Log Upload Complete! [2026-04-11,08:05:02.321] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,08:05:04.156] [DEBUG] 6 processes running of frp type [2026-04-11,08:20:02.569] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,08:20:04.744] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,08:35:02.462] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,08:35:04.471] [DEBUG] 6 processes running of frp type [2026-04-11,08:50:02.562] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,08:50:05.373] [DEBUG] 6 processes running of frp type [2026-04-11,09:05:02.742] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,09:05:04.783] [DEBUG] 6 processes running of frp type [2026-04-11,09:20:02.165] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,09:20:04.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-11,09:35:03.060] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,09:35:05.238] [DEBUG] 6 processes running of frp type [2026-04-11,09:50:02.998] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,09:50:05.281] [DEBUG] 6 processes running of frp type [2026-04-11,10:05:02.722] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,10:05:05.118] [DEBUG] 6 processes running of frp type [2026-04-11,10:20:02.505] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,10:20:04.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-04-11,10:02:45.397] [INFO] Initializing BusSpeedStateManager V2 [2026-04-11,10:02:45.402] [INFO] LocationSqlManager initialising [2026-04-11,10:02:45.403] [INFO] Location DB initialising [2026-04-11,10:02:45.412] [INFO] LocationSqlManager initialisation complete [2026-04-11,10:02:45.413] [DEBUG] UploadManager Init [2026-04-11,10:02:45.413] [DEBUG] UploadManager Init Complete [2026-04-11,10:02:45.416] [INFO] Initializing GPS... [2026-04-11,10:02:45.418] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-11,10:46:05.564] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,10:46:07.798] [DEBUG] Remote Access Enabled [2026-04-11,10:46:09.689] [INFO] Server Address: 138.201.17.179 [2026-04-11,10:46:09.690] [INFO] Server Port: 7000 [2026-04-11,10:46:09.699] [DEBUG] Starting Remote Access! 2026-04-11 10:46:09.883 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-11 10:46:09.884 [I] [client/service.go:294] try to connect to server... 2026-04-11 10:46:10.553 [I] [client/service.go:286] [f50f8c2795770663] login to server success, get run id [f50f8c2795770663] 2026-04-11 10:46:10.554 [I] [proxy/proxy_manager.go:173] [f50f8c2795770663] proxy added: [DNL01B4302] 2026-04-11 10:46:10.794 [I] [client/control.go:168] [f50f8c2795770663] [DNL01B4302] start proxy success [2026-04-11,10:50:33.833] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,10:50:35.957] [DEBUG] 6 processes running of frp type [2026-04-11,11:05:02.503] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,11:05:05.347] [DEBUG] 6 processes running of frp type [2026-04-11,11:20:02.612] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,11:20:04.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-11,11:35:02.443] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,11:35:04.697] [DEBUG] 6 processes running of frp type [2026-04-11,11:50:02.559] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,11:50:05.014] [DEBUG] 6 processes running of frp type [2026-04-11,12:05:02.597] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,12:05:05.322] [DEBUG] 6 processes running of frp type [2026-04-11,12:20:02.626] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,12:20:05.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-11,12:35:02.551] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,12:35:05.180] [DEBUG] 6 processes running of frp type [2026-04-11,12:50:03.018] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-11,12:50:05.021] [DEBUG] 6 processes running of frp type [2026-04-11,12:27:09.652] [INFO] Initializing BusSpeedStateManager V2 [2026-04-11,12:27:09.658] [INFO] LocationSqlManager initialising [2026-04-11,12:27:09.659] [INFO] Location DB initialising [2026-04-11,12:27:09.670] [INFO] LocationSqlManager initialisation complete [2026-04-11,12:27:09.671] [DEBUG] UploadManager Init [2026-04-11,12:27:09.672] [DEBUG] UploadManager Init Complete [2026-04-11,12:27:09.676] [INFO] Initializing GPS... [2026-04-11,12:27:09.679] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:27:10.275] [INFO] Initializing BusSpeedStateManager V2 [2026-04-11,12:27:10.280] [INFO] LocationSqlManager initialising [2026-04-11,12:27:10.280] [INFO] Location DB initialising [2026-04-11,12:27:10.290] [INFO] LocationSqlManager initialisation complete [2026-04-11,12:27:10.291] [DEBUG] UploadManager Init [2026-04-11,12:27:10.291] [DEBUG] UploadManager Init Complete [2026-04-11,12:27:10.293] [INFO] Initializing GPS... [2026-04-11,12:27:10.295] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:27:09.841] [INFO] Initializing BusSpeedStateManager V2 [2026-04-11,12:27:09.848] [INFO] LocationSqlManager initialising [2026-04-11,12:27:09.849] [INFO] Location DB initialising [2026-04-11,12:27:09.860] [INFO] LocationSqlManager initialisation complete [2026-04-11,12:27:09.862] [DEBUG] UploadManager Init [2026-04-11,12:27:09.862] [DEBUG] UploadManager Init Complete [2026-04-11,12:27:09.866] [INFO] Initializing GPS... [2026-04-11,12:27:09.869] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,07:13:19.352] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,07:13:21.035] [DEBUG] Remote Access Enabled [2026-04-12,07:13:22.578] [INFO] Server Address: 138.201.17.179 [2026-04-12,07:13:22.580] [INFO] Server Port: 7000 [2026-04-12,07:13:22.589] [DEBUG] Starting Remote Access! 2026-04-12 07:13:22.795 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-12 07:13:22.796 [I] [client/service.go:294] try to connect to server... 2026-04-12 07:13:23.565 [I] [client/service.go:286] [18d08942c6ab8bc7] login to server success, get run id [18d08942c6ab8bc7] 2026-04-12 07:13:23.566 [I] [proxy/proxy_manager.go:173] [18d08942c6ab8bc7] proxy added: [DNL01B4302] 2026-04-12 07:13:23.744 [I] [client/control.go:168] [18d08942c6ab8bc7] [DNL01B4302] start proxy success [2026-04-12,07:16:23.611] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,07:16:25.479] [DEBUG] 6 processes running of frp type [2026-04-12,07:20:03.062] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,07:20:04.668] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,07:35:02.279] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,07:35:04.681] [DEBUG] 6 processes running of frp type [2026-04-12,07:50:02.361] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,07:50:04.912] [DEBUG] 6 processes running of frp type [2026-04-12,08:02:02.358] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,08:02:04.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( [2026-04-12,08:02:19.788] [DEBUG] Log Upload Complete! [2026-04-12,08:05:02.409] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,08:05:04.765] [DEBUG] 6 processes running of frp type [2026-04-12,08:20:02.246] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,08:20:03.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-04-12,08:20:36.903] [INFO] Initializing BusSpeedStateManager V2 [2026-04-12,08:20:36.910] [INFO] LocationSqlManager initialising [2026-04-12,08:20:36.911] [INFO] Location DB initialising [2026-04-12,08:20:36.922] [INFO] LocationSqlManager initialisation complete [2026-04-12,08:20:36.924] [DEBUG] UploadManager Init [2026-04-12,08:20:36.924] [DEBUG] UploadManager Init Complete [2026-04-12,08:20:36.928] [INFO] Initializing GPS... [2026-04-12,08:20:36.931] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:20:36.553] [INFO] Initializing BusSpeedStateManager V2 [2026-04-12,08:20:36.558] [INFO] LocationSqlManager initialising [2026-04-12,08:20:36.558] [INFO] Location DB initialising [2026-04-12,08:20:36.568] [INFO] LocationSqlManager initialisation complete [2026-04-12,08:20:36.568] [DEBUG] UploadManager Init [2026-04-12,08:20:36.569] [DEBUG] UploadManager Init Complete [2026-04-12,08:20:36.571] [INFO] Initializing GPS... [2026-04-12,08:20:36.573] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:57:40.554] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,18:57:42.903] [DEBUG] Remote Access Enabled [2026-04-12,18:57:44.748] [INFO] Server Address: 138.201.17.179 [2026-04-12,18:57:44.750] [INFO] Server Port: 7000 [2026-04-12,18:57:44.759] [DEBUG] Starting Remote Access! 2026-04-12 18:57:44.943 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-12 18:57:44.944 [I] [client/service.go:294] try to connect to server... 2026-04-12 18:57:45.630 [I] [client/service.go:286] [0020215b38a21f3d] login to server success, get run id [0020215b38a21f3d] 2026-04-12 18:57:45.632 [I] [proxy/proxy_manager.go:173] [0020215b38a21f3d] proxy added: [DNL01B4302] 2026-04-12 18:57:45.886 [I] [client/control.go:168] [0020215b38a21f3d] [DNL01B4302] start proxy success [2026-04-12,19:05:02.760] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,19:05:05.458] [DEBUG] 6 processes running of frp type [2026-04-12,19:20:02.831] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,19:20:04.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-12,19:35:02.386] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,19:35:04.466] [DEBUG] 6 processes running of frp type [2026-04-12,19:50:03.109] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,19:50:05.580] [DEBUG] 6 processes running of frp type [2026-04-12,20:05:02.871] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,20:05:05.519] [DEBUG] 6 processes running of frp type [2026-04-12,20:20:03.071] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,20:20:05.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-12 20:32:31.986 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-12 20:32:32.972 [I] [client/service.go:286] [0020215b38a21f3d] login to server success, get run id [0020215b38a21f3d] 2026-04-12 20:32:32.973 [I] [proxy/proxy_manager.go:173] [0020215b38a21f3d] proxy added: [DNL01B4302] 2026-04-12 20:32:34.224 [I] [client/control.go:168] [0020215b38a21f3d] [DNL01B4302] start proxy success [2026-04-12,20:35:02.604] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,20:35:04.772] [DEBUG] 6 processes running of frp type [2026-04-12,20:50:03.043] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,20:50:05.260] [DEBUG] 6 processes running of frp type 2026-04-12 20:55:57.204 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-12 20:56:14.531 [I] [client/service.go:286] [0020215b38a21f3d] login to server success, get run id [0020215b38a21f3d] 2026-04-12 20:56:14.533 [I] [proxy/proxy_manager.go:173] [0020215b38a21f3d] proxy added: [DNL01B4302] 2026-04-12 20:56:25.181 [I] [client/control.go:168] [0020215b38a21f3d] [DNL01B4302] start proxy success 2026-04-12 21:01:21.059 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-12 21:01:31.061 [W] [client/service.go:297] [0020215b38a21f3d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 21:01:31.062 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-12 21:01:42.692 [W] [client/service.go:297] [0020215b38a21f3d] connect to server error: connection write timeout 2026-04-12 21:01:42.692 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-12 21:02:10.872 [W] [client/service.go:297] [0020215b38a21f3d] connect to server error: i/o deadline reached 2026-04-12 21:02:10.873 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-12 21:02:20.875 [W] [client/service.go:297] [0020215b38a21f3d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 21:02:20.875 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-12 21:02:30.877 [W] [client/service.go:297] [0020215b38a21f3d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 21:02:50.878 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-12 21:03:04.814 [W] [client/service.go:297] [0020215b38a21f3d] connect to server error: i/o deadline reached 2026-04-12 21:03:24.815 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-12 21:03:35.836 [W] [client/service.go:297] [0020215b38a21f3d] connect to server error: connection write timeout 2026-04-12 21:03:55.837 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-12 21:03:56.474 [I] [client/service.go:286] [0020215b38a21f3d] login to server success, get run id [0020215b38a21f3d] 2026-04-12 21:03:56.476 [I] [proxy/proxy_manager.go:173] [0020215b38a21f3d] proxy added: [DNL01B4302] 2026-04-12 21:03:56.696 [I] [client/control.go:168] [0020215b38a21f3d] [DNL01B4302] start proxy success [2026-04-12,21:05:02.665] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,21:05:04.973] [DEBUG] 6 processes running of frp type [2026-04-12,21:20:02.605] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,21:20:04.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-12,21:35:02.734] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,21:35:05.022] [DEBUG] 6 processes running of frp type [2026-04-12,21:50:02.954] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,21:50:05.845] [DEBUG] 6 processes running of frp type [2026-04-12,22:05:07.352] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,22:05:09.347] [DEBUG] 6 processes running of frp type [2026-04-12,22:20:02.810] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,22:20:04.727] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-12 22:34:53.510 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... [2026-04-12,22:35:04.572] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-04-12 22:35:06.741 [W] [client/service.go:297] [0020215b38a21f3d] connect to server error: connection write timeout 2026-04-12 22:35:06.742 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-12 22:35:25.324 [W] [client/service.go:297] [0020215b38a21f3d] connect to server error: connection write timeout 2026-04-12 22:35:25.324 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-12 22:35:35.327 [W] [client/service.go:297] [0020215b38a21f3d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-12 22:35:35.327 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-12 22:35:48.864 [I] [client/service.go:286] [0020215b38a21f3d] login to server success, get run id [0020215b38a21f3d] 2026-04-12 22:35:48.866 [I] [proxy/proxy_manager.go:173] [0020215b38a21f3d] proxy added: [DNL01B4302] 2026-04-12 22:35:50.879 [I] [client/control.go:168] [0020215b38a21f3d] [DNL01B4302] start proxy success [2026-04-12,22:35:55.191] [DEBUG] 6 processes running of frp type 2026-04-12 22:37:25.736 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-12 22:37:38.664 [I] [client/service.go:286] [0020215b38a21f3d] login to server success, get run id [0020215b38a21f3d] 2026-04-12 22:37:38.665 [I] [proxy/proxy_manager.go:173] [0020215b38a21f3d] proxy added: [DNL01B4302] 2026-04-12 22:37:39.390 [I] [client/control.go:168] [0020215b38a21f3d] [DNL01B4302] start proxy success [2026-04-12,22:50:03.187] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,22:50:05.215] [DEBUG] 6 processes running of frp type 2026-04-12 22:57:55.785 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-12 22:58:00.142 [W] [client/service.go:297] [0020215b38a21f3d] connect to server error: session shutdown 2026-04-12 22:58:00.143 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-12 22:58:04.006 [I] [client/service.go:286] [0020215b38a21f3d] login to server success, get run id [0020215b38a21f3d] 2026-04-12 22:58:04.007 [I] [proxy/proxy_manager.go:173] [0020215b38a21f3d] proxy added: [DNL01B4302] 2026-04-12 22:58:04.220 [I] [client/control.go:168] [0020215b38a21f3d] [DNL01B4302] start proxy success [2026-04-12,23:05:02.744] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,23:05:09.946] [DEBUG] 6 processes running of frp type [2026-04-12,23:20:02.253] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,23:20:04.256] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-12,23:35:02.530] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,23:35:04.417] [DEBUG] 6 processes running of frp type [2026-04-12,23:50:02.338] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-12,23:50:04.601] [DEBUG] 6 processes running of frp type [2026-04-13,00:05:03.201] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,00:05:06.030] [DEBUG] 6 processes running of frp type [2026-04-13,00:20:02.339] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,00:20:04.447] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,00:35:03.170] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,00:35:04.953] [DEBUG] 6 processes running of frp type 2026-04-13 00:43:47.534 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-13 00:43:57.537 [W] [client/service.go:297] [0020215b38a21f3d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-13 00:43:57.537 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-13 00:44:07.539 [W] [client/service.go:297] [0020215b38a21f3d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-13 00:44:07.540 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-13 00:44:17.542 [W] [client/service.go:297] [0020215b38a21f3d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-13 00:44:17.543 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-13 00:44:26.387 [W] [client/service.go:297] [0020215b38a21f3d] connect to server error: session shutdown 2026-04-13 00:44:45.352 [I] [client/service.go:294] [0020215b38a21f3d] try to connect to server... 2026-04-13 00:44:46.181 [I] [client/service.go:286] [0020215b38a21f3d] login to server success, get run id [0020215b38a21f3d] 2026-04-13 00:44:46.183 [I] [proxy/proxy_manager.go:173] [0020215b38a21f3d] proxy added: [DNL01B4302] 2026-04-13 00:44:46.624 [I] [client/control.go:168] [0020215b38a21f3d] [DNL01B4302] start proxy success [2026-04-13,00:50:02.739] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,00:50:05.063] [DEBUG] 6 processes running of frp type [2026-04-13,01:05:02.440] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,01:05:05.030] [DEBUG] 6 processes running of frp type [2026-04-13,01:20:02.325] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,01:20:04.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-13,01:35:03.164] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,01:35:05.608] [DEBUG] 6 processes running of frp type [2026-04-13,01:50:02.492] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,01:50:04.601] [DEBUG] 6 processes running of frp type [2026-04-13,02:05:03.055] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,02:05:04.927] [DEBUG] 6 processes running of frp type [2026-04-13,02:20:02.290] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,02:20:04.163] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,02:35:02.192] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,02:35:04.234] [DEBUG] 6 processes running of frp type [2026-04-13,02:50:02.823] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,02:50:05.600] [DEBUG] 6 processes running of frp type [2026-04-13,03:05:02.910] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,03:05:04.896] [DEBUG] 6 processes running of frp type [2026-04-13,03:20:02.255] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,03:20:04.445] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,03:35:02.951] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,03:35:05.125] [DEBUG] 6 processes running of frp type [2026-04-13,03:50:02.807] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,03:50:05.111] [DEBUG] 6 processes running of frp type [2026-04-13,04:05:02.648] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,04:05:04.796] [DEBUG] 6 processes running of frp type [2026-04-13,04:20:02.021] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,04:20:03.898] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,04:35:02.821] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,04:35:04.846] [DEBUG] 6 processes running of frp type [2026-04-13,04:50:02.542] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,04:50:04.801] [DEBUG] 6 processes running of frp type [2026-04-13,05:05:02.200] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,05:05:04.180] [DEBUG] 6 processes running of frp type [2026-04-13,05:20:02.460] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,05:20:04.441] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,05:35:02.574] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,05:35:05.109] [DEBUG] 6 processes running of frp type [2026-04-13,05:50:02.808] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,05:50:05.794] [DEBUG] 6 processes running of frp type [2026-04-13,06:05:02.305] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,06:05:04.705] [DEBUG] 6 processes running of frp type [2026-04-13,06:20:01.923] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,06:20:04.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-04-13,06:35:03.061] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,06:35:05.335] [DEBUG] 6 processes running of frp type [2026-04-13,06:50:03.110] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,06:50:05.009] [DEBUG] 6 processes running of frp type [2026-04-13,07:05:02.593] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,07:05:04.623] [DEBUG] 6 processes running of frp type [2026-04-13,07:20:03.133] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,07:20:05.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-13,07:35:03.034] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,07:35:04.951] [DEBUG] 6 processes running of frp type [2026-04-13,07:50:02.775] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,07:50:05.426] [DEBUG] 6 processes running of frp type [2026-04-13,08:02:02.634] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,08:02:04.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-04-13,08:02:18.004] [DEBUG] Log Upload Complete! [2026-04-13,08:05:02.913] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,08:05:05.035] [DEBUG] 6 processes running of frp type [2026-04-13,08:20:02.393] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,08:20:04.576] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,08:35:02.257] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,08:35:04.869] [DEBUG] 6 processes running of frp type [2026-04-13,08:50:02.349] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,08:50:04.866] [DEBUG] 6 processes running of frp type [2026-04-13,09:05:02.371] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,09:05:04.388] [DEBUG] 6 processes running of frp type [2026-04-13,09:20:02.854] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,09:20:04.861] [DEBUG] 6 processes running of frp type [2026-04-13,08:52:59.797] [INFO] Initializing BusSpeedStateManager V2 [2026-04-13,08:52:59.804] [INFO] LocationSqlManager initialising [2026-04-13,08:52:59.805] [INFO] Location DB initialising [2026-04-13,08:52:59.816] [INFO] LocationSqlManager initialisation complete [2026-04-13,08:52:59.817] [DEBUG] UploadManager Init [2026-04-13,08:52:59.818] [DEBUG] UploadManager Init Complete [2026-04-13,08:52:59.822] [INFO] Initializing GPS... [2026-04-13,08:52:59.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-04-13,11:36:46.285] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,11:36:47.980] [DEBUG] Remote Access Enabled [2026-04-13,11:36:49.845] [INFO] Server Address: 138.201.17.179 [2026-04-13,11:36:49.846] [INFO] Server Port: 7000 [2026-04-13,11:36:49.856] [DEBUG] Starting Remote Access! 2026-04-13 11:36:50.020 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-13 11:36:50.021 [I] [client/service.go:294] try to connect to server... 2026-04-13 11:36:50.662 [I] [client/service.go:286] [1520522a09d86c1b] login to server success, get run id [1520522a09d86c1b] 2026-04-13 11:36:50.663 [I] [proxy/proxy_manager.go:173] [1520522a09d86c1b] proxy added: [DNL01B4302] 2026-04-13 11:36:50.844 [I] [client/control.go:168] [1520522a09d86c1b] [DNL01B4302] start proxy success [2026-04-13,11:50:02.036] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,11:50:04.251] [DEBUG] 6 processes running of frp type [2026-04-13,12:05:02.796] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,12:05:05.134] [DEBUG] 6 processes running of frp type [2026-04-13,12:20:02.408] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,12:20:04.256] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,12:35:02.463] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,12:35:04.428] [DEBUG] 6 processes running of frp type [2026-04-13,12:50:03.193] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,12:50:05.655] [DEBUG] 6 processes running of frp type [2026-04-13,13:05:03.268] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,13:05:05.378] [DEBUG] 6 processes running of frp type [2026-04-13,13:20:02.623] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,13:20:05.185] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,13:35:02.679] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,13:35:04.652] [DEBUG] 6 processes running of frp type [2026-04-13,13:50:02.467] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,13:50:04.877] [DEBUG] 6 processes running of frp type [2026-04-13,14:05:02.244] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,14:05:04.314] [DEBUG] 6 processes running of frp type [2026-04-13,14:20:02.769] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,14:20:04.840] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,14:35:02.406] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,14:35:04.697] [DEBUG] 6 processes running of frp type [2026-04-13,14:50:03.096] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,14:50:05.440] [DEBUG] 6 processes running of frp type [2026-04-13,15:05:02.820] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,15:05:05.470] [DEBUG] 6 processes running of frp type [2026-04-13,15:20:02.930] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,15:20:05.415] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,15:35:02.899] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,15:35:05.085] [DEBUG] 6 processes running of frp type [2026-04-13,15:50:03.046] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,15:50:05.414] [DEBUG] 6 processes running of frp type [2026-04-13,16:05:02.780] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,16:05:04.814] [DEBUG] 6 processes running of frp type [2026-04-13,16:20:02.324] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,16:20:04.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' [2026-04-13,16:35:01.998] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,16:35:03.846] [DEBUG] 6 processes running of frp type [2026-04-13,16:50:02.751] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,16:50:05.057] [DEBUG] 6 processes running of frp type 2026-04-13 17:00:12.504 [I] [client/service.go:294] [1520522a09d86c1b] try to connect to server... 2026-04-13 17:00:13.276 [W] [client/service.go:297] [1520522a09d86c1b] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-13 17:00:15.414 [I] [client/service.go:294] [1520522a09d86c1b] try to connect to server... 2026-04-13 17:00:25.416 [W] [client/service.go:297] [1520522a09d86c1b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-13 17:00:25.417 [I] [client/service.go:294] [1520522a09d86c1b] try to connect to server... 2026-04-13 17:00:25.418 [W] [client/service.go:297] [1520522a09d86c1b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-13 17:00:35.067 [I] [client/service.go:294] [1520522a09d86c1b] try to connect to server... 2026-04-13 17:00:35.068 [W] [client/service.go:297] [1520522a09d86c1b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-13 17:00:55.069 [I] [client/service.go:294] [1520522a09d86c1b] try to connect to server... 2026-04-13 17:00:55.071 [W] [client/service.go:297] [1520522a09d86c1b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-13 17:01:15.072 [I] [client/service.go:294] [1520522a09d86c1b] try to connect to server... 2026-04-13 17:01:15.073 [W] [client/service.go:297] [1520522a09d86c1b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-13 17:01:35.074 [I] [client/service.go:294] [1520522a09d86c1b] try to connect to server... 2026-04-13 17:01:35.075 [W] [client/service.go:297] [1520522a09d86c1b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-13 17:01:55.076 [I] [client/service.go:294] [1520522a09d86c1b] try to connect to server... 2026-04-13 17:01:55.077 [W] [client/service.go:297] [1520522a09d86c1b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-13 17:02:15.078 [I] [client/service.go:294] [1520522a09d86c1b] try to connect to server... 2026-04-13 17:02:15.080 [W] [client/service.go:297] [1520522a09d86c1b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-13 17:02:35.081 [I] [client/service.go:294] [1520522a09d86c1b] try to connect to server... 2026-04-13 17:02:35.082 [W] [client/service.go:297] [1520522a09d86c1b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-13 17:02:55.083 [I] [client/service.go:294] [1520522a09d86c1b] try to connect to server... 2026-04-13 17:02:55.084 [W] [client/service.go:297] [1520522a09d86c1b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-13 17:03:15.085 [I] [client/service.go:294] [1520522a09d86c1b] try to connect to server... 2026-04-13 17:03:15.086 [W] [client/service.go:297] [1520522a09d86c1b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-13 17:03:35.087 [I] [client/service.go:294] [1520522a09d86c1b] try to connect to server... 2026-04-13 17:03:35.090 [W] [client/service.go:297] [1520522a09d86c1b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-13 17:03:55.091 [I] [client/service.go:294] [1520522a09d86c1b] try to connect to server... 2026-04-13 17:03:55.097 [W] [client/service.go:297] [1520522a09d86c1b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-13 17:04:15.099 [I] [client/service.go:294] [1520522a09d86c1b] try to connect to server... 2026-04-13 17:04:15.104 [W] [client/service.go:297] [1520522a09d86c1b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-13 17:04:35.105 [I] [client/service.go:294] [1520522a09d86c1b] try to connect to server... 2026-04-13 17:04:36.860 [I] [client/service.go:286] [1520522a09d86c1b] login to server success, get run id [1520522a09d86c1b] 2026-04-13 17:04:36.862 [I] [proxy/proxy_manager.go:173] [1520522a09d86c1b] proxy added: [DNL01B4302] 2026-04-13 17:04:38.538 [I] [client/control.go:168] [1520522a09d86c1b] [DNL01B4302] start proxy success [2026-04-13,17:05:02.414] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,17:05:19.319] [DEBUG] 6 processes running of frp type [2026-04-13,17:20:02.606] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,17:20:05.178] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,17:35:02.709] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,17:35:04.920] [DEBUG] 6 processes running of frp type [2026-04-13,17:50:02.828] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,17:50:04.832] [DEBUG] 6 processes running of frp type [2026-04-13,18:00:41.329] [INFO] Initializing BusSpeedStateManager V2 [2026-04-13,18:00:41.335] [INFO] LocationSqlManager initialising [2026-04-13,18:00:41.336] [INFO] Location DB initialising [2026-04-13,18:00:41.345] [INFO] LocationSqlManager initialisation complete [2026-04-13,18:00:41.346] [DEBUG] UploadManager Init [2026-04-13,18:00:41.346] [DEBUG] UploadManager Init Complete [2026-04-13,18:00:41.349] [INFO] Initializing GPS... [2026-04-13,18:00:41.351] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.406] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,18:02:31.573] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-13,18:02:47.496] [DEBUG] Log Upload Complete! [2026-04-13,18:05:29.505] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,18:05:31.375] [DEBUG] Remote Access Enabled [2026-04-13,18:05:32.921] [INFO] Server Address: 138.201.17.179 [2026-04-13,18:05:32.923] [INFO] Server Port: 7000 [2026-04-13,18:05:32.932] [DEBUG] Starting Remote Access! 2026-04-13 18:05:33.114 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-13 18:05:33.115 [I] [client/service.go:294] try to connect to server... 2026-04-13 18:05:33.725 [I] [client/service.go:286] [f1ae4a7de5103eb4] login to server success, get run id [f1ae4a7de5103eb4] 2026-04-13 18:05:33.726 [I] [proxy/proxy_manager.go:173] [f1ae4a7de5103eb4] proxy added: [DNL01B4302] 2026-04-13 18:05:33.911 [I] [client/control.go:168] [f1ae4a7de5103eb4] [DNL01B4302] start proxy success [2026-04-13,18:20:01.979] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,18:20:04.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-13,18:35:02.895] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,18:35:05.242] [DEBUG] 6 processes running of frp type [2026-04-13,18:50:03.116] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,18:50:04.959] [DEBUG] 6 processes running of frp type [2026-04-13,19:05:02.306] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,19:05:04.449] [DEBUG] 6 processes running of frp type [2026-04-13,19:20:02.888] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,19:20:05.395] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,19:35:02.665] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,19:35:04.859] [DEBUG] 6 processes running of frp type [2026-04-13,19:50:04.296] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,19:50:06.858] [DEBUG] 6 processes running of frp type [2026-04-13,20:05:04.572] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,20:05:07.021] [DEBUG] 6 processes running of frp type [2026-04-13,20:20:04.765] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,20:20:07.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-13,20:35:04.755] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,20:35:06.963] [DEBUG] 6 processes running of frp type [2026-04-13,20:50:04.958] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,20:50:07.427] [DEBUG] 6 processes running of frp type [2026-04-13,20:55:59.415] [INFO] Initializing BusSpeedStateManager V2 [2026-04-13,20:55:59.422] [INFO] LocationSqlManager initialising [2026-04-13,20:55:59.423] [INFO] Location DB initialising [2026-04-13,20:55:59.435] [INFO] LocationSqlManager initialisation complete [2026-04-13,20:55:59.436] [DEBUG] UploadManager Init [2026-04-13,20:55:59.436] [DEBUG] UploadManager Init Complete [2026-04-13,20:55:59.441] [INFO] Initializing GPS... [2026-04-13,20:55:59.444] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-13,23:20:18.053] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,23:20:19.751] [DEBUG] Remote Access Enabled [2026-04-13,23:20:21.222] [INFO] Server Address: 138.201.17.179 [2026-04-13,23:20:21.224] [INFO] Server Port: 7000 [2026-04-13,23:20:21.233] [DEBUG] Starting Remote Access! 2026-04-13 23:20:21.397 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-13 23:20:21.398 [I] [client/service.go:294] try to connect to server... 2026-04-13 23:20:22.028 [I] [client/service.go:286] [397441d01344a5a6] login to server success, get run id [397441d01344a5a6] 2026-04-13 23:20:22.029 [I] [proxy/proxy_manager.go:173] [397441d01344a5a6] proxy added: [DNL01B4302] 2026-04-13 23:20:22.200 [I] [client/control.go:168] [397441d01344a5a6] [DNL01B4302] 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,23:35:02.197] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,23:35:04.158] [DEBUG] 6 processes running of frp type [2026-04-13,23:50:03.093] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-13,23:50:05.593] [DEBUG] 6 processes running of frp type [2026-04-13,23:36:02.189] [INFO] Initializing BusSpeedStateManager V2 [2026-04-13,23:36:02.194] [INFO] LocationSqlManager initialising [2026-04-13,23:36:02.194] [INFO] Location DB initialising [2026-04-13,23:36:02.203] [INFO] LocationSqlManager initialisation complete [2026-04-13,23:36:02.204] [DEBUG] UploadManager Init [2026-04-13,23:36:02.205] [DEBUG] UploadManager Init Complete [2026-04-13,23:36:02.207] [INFO] Initializing GPS... [2026-04-13,23:36:02.209] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:27:47.927] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,00:27:49.821] [DEBUG] Remote Access Enabled [2026-04-14,00:27:51.332] [INFO] Server Address: 138.201.17.179 [2026-04-14,00:27:51.334] [INFO] Server Port: 7000 [2026-04-14,00:27:51.345] [DEBUG] Starting Remote Access! 2026-04-14 00:27:51.495 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-14 00:27:51.496 [I] [client/service.go:294] try to connect to server... 2026-04-14 00:27:52.136 [I] [client/service.go:286] [b32452cfa172fba9] login to server success, get run id [b32452cfa172fba9] 2026-04-14 00:27:52.137 [I] [proxy/proxy_manager.go:173] [b32452cfa172fba9] proxy added: [DNL01B4302] 2026-04-14 00:27:52.326 [I] [client/control.go:168] [b32452cfa172fba9] [DNL01B4302] start proxy success [2026-04-14,00:35:02.773] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,00:35:04.765] [DEBUG] 6 processes running of frp type [2026-04-14,00:43:30.972] [INFO] Initializing BusSpeedStateManager V2 [2026-04-14,00:43:30.977] [INFO] LocationSqlManager initialising [2026-04-14,00:43:30.978] [INFO] Location DB initialising [2026-04-14,00:43:30.988] [INFO] LocationSqlManager initialisation complete [2026-04-14,00:43:30.989] [DEBUG] UploadManager Init [2026-04-14,00:43:30.989] [DEBUG] UploadManager Init Complete [2026-04-14,00:43:30.992] [INFO] Initializing GPS... [2026-04-14,00:43:30.995] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:24:59.886] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,02:25:01.896] [DEBUG] Remote Access Enabled [2026-04-14,02:25:03.440] [INFO] Server Address: 138.201.17.179 [2026-04-14,02:25:03.441] [INFO] Server Port: 7000 [2026-04-14,02:25:03.452] [DEBUG] Starting Remote Access! 2026-04-14 02:25:03.616 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-14 02:25:03.617 [I] [client/service.go:294] try to connect to server... 2026-04-14 02:25:04.242 [I] [client/service.go:286] [dd3f02127d73206a] login to server success, get run id [dd3f02127d73206a] 2026-04-14 02:25:04.243 [I] [proxy/proxy_manager.go:173] [dd3f02127d73206a] proxy added: [DNL01B4302] 2026-04-14 02:25:04.441 [I] [client/control.go:168] [dd3f02127d73206a] [DNL01B4302] 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,02:26:42.441] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,02:26:44.297] [DEBUG] 6 processes running of frp type [2026-04-14,02:35:02.630] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,02:35:05.214] [DEBUG] 6 processes running of frp type [2026-04-14,02:50:02.906] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,02:50:04.919] [DEBUG] 6 processes running of frp type [2026-04-14,03:05:02.701] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,03:05:04.811] [DEBUG] 6 processes running of frp type [2026-04-14,03:20:02.356] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,03:20:04.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-04-14,03:35:03.110] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,03:35:05.080] [DEBUG] 6 processes running of frp type [2026-04-14,03:50:02.278] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,03:50:04.327] [DEBUG] 6 processes running of frp type [2026-04-14,04:05:02.571] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,04:05:04.486] [DEBUG] 6 processes running of frp type [2026-04-14,04:20:03.052] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,04:20:05.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-04-14,04:35:02.796] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,04:35:04.879] [DEBUG] 6 processes running of frp type [2026-04-14,04:50:02.319] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,04:50:04.290] [DEBUG] 6 processes running of frp type [2026-04-14,05:05:02.661] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,05:05:04.865] [DEBUG] 6 processes running of frp type [2026-04-14,05:20:02.200] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,05:20:04.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-14,05:35:02.533] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,05:35:04.843] [DEBUG] 6 processes running of frp type [2026-04-14,05:50:03.175] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,05:51:13.212] [DEBUG] 6 processes running of frp type [2026-04-14,06:05:02.900] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,06:05:05.104] [DEBUG] 6 processes running of frp type [2026-04-14,06:20:02.782] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,06:20:05.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-04-14,06:35:02.875] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,06:35:05.418] [DEBUG] 6 processes running of frp type [2026-04-14,06:50:02.990] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,06:50:05.577] [DEBUG] 6 processes running of frp type [2026-04-14,07:05:03.047] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,07:05:05.092] [DEBUG] 6 processes running of frp type [2026-04-14,07:20:02.600] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,07:20:05.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-14,07:35:02.389] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,07:35:04.477] [DEBUG] 6 processes running of frp type [2026-04-14,07:50:02.158] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,07:50:04.661] [DEBUG] 6 processes running of frp type [2026-04-14,08:02:03.178] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,08:02:05.202] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:22.585] [DEBUG] Log Upload Complete! [2026-04-14,08:05:03.144] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,08:05:05.598] [DEBUG] 6 processes running of frp type [2026-04-14,08:20:03.202] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,08:20:05.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-14,08:35:02.863] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,08:35:05.801] [DEBUG] 6 processes running of frp type [2026-04-14,08:50:02.996] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,08:50:05.049] [DEBUG] 6 processes running of frp type [2026-04-14,09:05:02.797] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,09:05:04.891] [DEBUG] 6 processes running of frp type [2026-04-14,09:20:02.346] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,09:20:04.484] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-14,09:35:02.467] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,09:35:05.258] [DEBUG] 6 processes running of frp type [2026-04-14,09:50:02.745] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,09:50:05.297] [DEBUG] 6 processes running of frp type [2026-04-14,10:05:02.675] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,10:05:04.566] [DEBUG] 6 processes running of frp type [2026-04-14,10:20:03.014] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,10:20:05.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-14,10:35:02.387] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,10:35:04.242] [DEBUG] 6 processes running of frp type [2026-04-14,10:50:03.235] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,10:50:05.432] [DEBUG] 6 processes running of frp type [2026-04-14,11:05:02.984] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,11:05:04.884] [DEBUG] 6 processes running of frp type [2026-04-14,11:20:02.432] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,11:20:05.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-14,11:35:02.348] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,11:35:04.585] [DEBUG] 6 processes running of frp type [2026-04-14,11:50:02.427] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,11:50:05.104] [DEBUG] 6 processes running of frp type [2026-04-14,12:05:02.593] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,12:05:05.615] [DEBUG] 6 processes running of frp type [2026-04-14,12:20:03.052] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,12:20:05.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-14,12:35:02.738] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,12:35:10.657] [DEBUG] 6 processes running of frp type [2026-04-14,12:50:02.424] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,12:50:04.506] [DEBUG] 6 processes running of frp type [2026-04-14,13:05:02.989] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,13:05:05.284] [DEBUG] 6 processes running of frp type [2026-04-14,13:20:02.688] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,13:20:05.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' [2026-04-14,13:35:02.566] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,13:35:04.874] [DEBUG] 6 processes running of frp type [2026-04-14,13:50:02.782] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,13:50:04.814] [DEBUG] 6 processes running of frp type [2026-04-14,14:05:02.271] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,14:05:04.566] [DEBUG] 6 processes running of frp type [2026-04-14,14:20:03.181] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,14:20:05.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-14,14:35:02.884] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,14:35:05.018] [DEBUG] 6 processes running of frp type [2026-04-14,14:50:02.722] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,14:50:05.490] [DEBUG] 6 processes running of frp type [2026-04-14,15:05:02.957] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,15:05:05.305] [DEBUG] 6 processes running of frp type [2026-04-14,15:20:02.684] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,15:20:05.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' [2026-04-14,15:35:02.492] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,15:35:10.032] [DEBUG] 6 processes running of frp type [2026-04-14,15:50:02.962] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,15:50:05.045] [DEBUG] 6 processes running of frp type [2026-04-14,16:05:02.514] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,16:05:04.892] [DEBUG] 6 processes running of frp type [2026-04-14,16:20:02.424] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,16:20:04.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-04-14,16:35:02.289] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,16:35:04.589] [DEBUG] 6 processes running of frp type [2026-04-14,16:50:02.541] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,16:50:04.863] [DEBUG] 6 processes running of frp type [2026-04-14,16:03:18.865] [INFO] Initializing BusSpeedStateManager V2 [2026-04-14,16:03:18.870] [INFO] LocationSqlManager initialising [2026-04-14,16:03:18.870] [INFO] Location DB initialising [2026-04-14,16:03:18.880] [INFO] LocationSqlManager initialisation complete [2026-04-14,16:03:18.881] [DEBUG] UploadManager Init [2026-04-14,16:03:18.881] [DEBUG] UploadManager Init Complete [2026-04-14,16:03:18.884] [INFO] Initializing GPS... [2026-04-14,16:03:18.886] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:33:43.566] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-14,22:33:45.283] [DEBUG] Remote Access Enabled [2026-04-14,22:33:46.848] [INFO] Server Address: 138.201.17.179 [2026-04-14,22:33:46.849] [INFO] Server Port: 7000 [2026-04-14,22:33:46.858] [DEBUG] Starting Remote Access! 2026-04-14 22:33:47.058 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-14 22:33:47.059 [I] [client/service.go:294] try to connect to server... 2026-04-14 22:33:47.648 [I] [client/service.go:286] [38c41ad180c97aff] login to server success, get run id [38c41ad180c97aff] 2026-04-14 22:33:47.648 [I] [proxy/proxy_manager.go:173] [38c41ad180c97aff] proxy added: [DNL01B4302] 2026-04-14 22:33:47.870 [I] [client/control.go:168] [38c41ad180c97aff] [DNL01B4302] start proxy success [2026-04-14,22:33:21.045] [INFO] Initializing BusSpeedStateManager V2 [2026-04-14,22:33:21.050] [INFO] LocationSqlManager initialising [2026-04-14,22:33:21.050] [INFO] Location DB initialising [2026-04-14,22:33:21.059] [INFO] LocationSqlManager initialisation complete [2026-04-14,22:33:21.060] [DEBUG] UploadManager Init [2026-04-14,22:33:21.061] [DEBUG] UploadManager Init Complete [2026-04-14,22:33:21.063] [INFO] Initializing GPS... [2026-04-14,22:33:21.065] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:08:55.382] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,06:08:57.102] [DEBUG] Remote Access Enabled [2026-04-15,06:08:58.976] [INFO] Server Address: 138.201.17.179 [2026-04-15,06:08:58.977] [INFO] Server Port: 7000 [2026-04-15,06:08:58.986] [DEBUG] Starting Remote Access! 2026-04-15 06:08:59.177 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-15 06:08:59.178 [I] [client/service.go:294] try to connect to server... 2026-04-15 06:08:59.689 [I] [client/service.go:286] [351096943cc836d2] login to server success, get run id [351096943cc836d2] 2026-04-15 06:08:59.690 [I] [proxy/proxy_manager.go:173] [351096943cc836d2] proxy added: [DNL01B4302] 2026-04-15 06:08:59.914 [I] [client/control.go:168] [351096943cc836d2] [DNL01B4302] start proxy success [2026-04-15,06:20:01.994] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,06:20:04.381] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,06:35:03.111] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,06:35:04.866] [DEBUG] 6 processes running of frp type [2026-04-15,06:50:02.327] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,06:50:04.365] [DEBUG] 6 processes running of frp type [2026-04-15,07:05:02.882] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,07:05:05.272] [DEBUG] 6 processes running of frp type [2026-04-15,07:20:02.506] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,07:20:04.826] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,07:35:02.734] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,07:35:04.548] [DEBUG] 6 processes running of frp type [2026-04-15,07:50:02.934] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,07:50:04.912] [DEBUG] 6 processes running of frp type [2026-04-15,08:02:02.157] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,08:02:03.892] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:22.680] [DEBUG] Log Upload Complete! [2026-04-15,08:05:02.249] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,08:05:04.445] [DEBUG] 6 processes running of frp type [2026-04-15,08:20:02.683] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,08:20:04.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-04-15,08:35:02.837] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,08:35:04.959] [DEBUG] 6 processes running of frp type [2026-04-15,08:50:02.870] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,08:50:04.880] [DEBUG] 6 processes running of frp type [2026-04-15,09:05:02.188] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,09:05:04.736] [DEBUG] 6 processes running of frp type [2026-04-15,09:20:02.136] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,09:20:04.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-04-15,09:35:02.254] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,09:35:04.106] [DEBUG] 6 processes running of frp type [2026-04-15,09:50:03.202] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,09:50:05.222] [DEBUG] 6 processes running of frp type [2026-04-15,10:05:02.781] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,10:05:04.964] [DEBUG] 6 processes running of frp type [2026-04-15,10:20:02.471] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,10:20:04.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-15,10:35:03.006] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,10:35:05.117] [DEBUG] 6 processes running of frp type [2026-04-15,10:50:02.759] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,10:50:04.966] [DEBUG] 6 processes running of frp type [2026-04-15,11:05:02.338] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,11:05:04.388] [DEBUG] 6 processes running of frp type [2026-04-15,11:20:02.850] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,11:20:04.868] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,11:35:02.759] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,11:35:04.789] [DEBUG] 6 processes running of frp type [2026-04-15,11:50:02.527] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,11:50:05.190] [DEBUG] 6 processes running of frp type [2026-04-15,12:05:02.752] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,12:05:05.119] [DEBUG] 6 processes running of frp type [2026-04-15,12:20:02.360] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,12:20:14.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-15,12:35:02.344] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,12:35:04.383] [DEBUG] 6 processes running of frp type [2026-04-15,12:50:03.274] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,12:50:05.193] [DEBUG] 6 processes running of frp type [2026-04-15,13:05:02.647] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,13:05:04.849] [DEBUG] 6 processes running of frp type [2026-04-15,13:20:02.230] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,13:20:04.613] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,13:35:02.219] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,13:35:04.069] [DEBUG] 6 processes running of frp type [2026-04-15,13:50:03.111] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,13:50:05.165] [DEBUG] 6 processes running of frp type [2026-04-15,14:05:02.616] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,14:05:04.372] [DEBUG] 6 processes running of frp type [2026-04-15,14:20:02.721] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,14:20:04.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-15,14:35:02.640] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,14:35:04.829] [DEBUG] 6 processes running of frp type [2026-04-15,14:50:02.625] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,14:50:04.862] [DEBUG] 6 processes running of frp type [2026-04-15,15:05:02.304] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,15:05:04.036] [DEBUG] 6 processes running of frp type [2026-04-15,15:20:02.392] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,15:20:04.549] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,15:35:02.368] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,15:35:04.790] [DEBUG] 6 processes running of frp type [2026-04-15,15:50:02.662] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,15:50:04.870] [DEBUG] 6 processes running of frp type [2026-04-15,16:05:02.335] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,16:05:04.385] [DEBUG] 6 processes running of frp type [2026-04-15,16:20:02.763] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,16:20:04.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-15,16:35:02.686] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,16:35:04.766] [DEBUG] 6 processes running of frp type [2026-04-15,16:50:02.635] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,16:50:04.863] [DEBUG] 6 processes running of frp type 2026-04-15 17:00:18.957 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:00:18.958 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:00:21.038 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:00:21.039 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:00:25.388 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:00:25.389 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:00:34.301 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:00:34.303 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:00:52.703 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:00:52.704 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:01:12.705 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:01:12.708 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:01:32.709 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:01:32.710 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:01:52.711 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:01:52.712 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:02:12.713 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:02:12.715 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:02:32.716 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:02:32.717 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:02:52.718 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:02:52.719 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:03:12.721 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:03:12.722 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:03:32.723 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:03:32.724 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:03:52.725 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:03:52.732 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:04:12.733 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:04:12.738 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:04:32.738 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:04:34.312 [I] [client/service.go:286] [351096943cc836d2] login to server success, get run id [351096943cc836d2] 2026-04-15 17:04:34.314 [I] [proxy/proxy_manager.go:173] [351096943cc836d2] proxy added: [DNL01B4302] 2026-04-15 17:04:35.344 [I] [client/control.go:168] [351096943cc836d2] [DNL01B4302] start proxy success [2026-04-15,17:05:02.352] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,17:05:04.058] [DEBUG] 6 processes running of frp type 2026-04-15 17:05:43.114 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:05:43.115 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:05:45.270 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:05:45.272 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:05:49.768 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:05:49.769 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:05:58.932 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:05:58.933 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:06:18.388 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:06:18.389 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:06:38.390 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:06:38.391 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:06:58.392 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:06:58.393 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:07:18.394 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:07:18.395 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:07:38.397 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:07:38.398 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:07:58.400 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:07:58.401 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:08:18.402 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:08:18.404 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:08:38.404 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:08:38.406 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:08:58.407 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:08:58.412 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:09:18.412 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:09:18.418 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-15 17:09:38.419 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:09:38.424 [W] [client/service.go:297] [351096943cc836d2] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-15 17:09:58.426 [I] [client/service.go:294] [351096943cc836d2] try to connect to server... 2026-04-15 17:09:59.034 [I] [client/service.go:286] [351096943cc836d2] login to server success, get run id [351096943cc836d2] 2026-04-15 17:09:59.036 [I] [proxy/proxy_manager.go:173] [351096943cc836d2] proxy added: [DNL01B4302] 2026-04-15 17:09:59.336 [I] [client/control.go:168] [351096943cc836d2] [DNL01B4302] start proxy success [2026-04-15,17:20:02.360] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,17:20:04.526] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,17:35:02.268] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,17:35:04.358] [DEBUG] 6 processes running of frp type [2026-04-15,17:50:03.090] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,17:50:05.215] [DEBUG] 6 processes running of frp type [2026-04-15,18:00:41.963] [INFO] Initializing BusSpeedStateManager V2 [2026-04-15,18:00:41.972] [INFO] LocationSqlManager initialising [2026-04-15,18:00:41.972] [INFO] Location DB initialising [2026-04-15,18:00:41.984] [INFO] LocationSqlManager initialisation complete [2026-04-15,18:00:41.985] [DEBUG] UploadManager Init [2026-04-15,18:00:41.985] [DEBUG] UploadManager Init Complete [2026-04-15,18:00:41.990] [INFO] Initializing GPS... [2026-04-15,18:00:41.992] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.659] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,18:02:31.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-04-15,18:02:43.932] [DEBUG] Log Upload Complete! [2026-04-15,18:05:29.809] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,18:05:31.610] [DEBUG] Remote Access Enabled [2026-04-15,18:05:34.710] [INFO] Server Address: 138.201.17.179 [2026-04-15,18:05:34.711] [INFO] Server Port: 7000 [2026-04-15,18:05:34.716] [DEBUG] Starting Remote Access! 2026-04-15 18:05:34.854 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-15 18:05:34.855 [I] [client/service.go:294] try to connect to server... 2026-04-15 18:05:35.675 [I] [client/service.go:286] [c1d914158b8f1a64] login to server success, get run id [c1d914158b8f1a64] 2026-04-15 18:05:35.677 [I] [proxy/proxy_manager.go:173] [c1d914158b8f1a64] proxy added: [DNL01B4302] 2026-04-15 18:05:35.850 [I] [client/control.go:168] [c1d914158b8f1a64] [DNL01B4302] start proxy success [2026-04-15,18:20:02.369] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,18:20:04.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-15,18:35:03.017] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,18:35:05.976] [DEBUG] 6 processes running of frp type [2026-04-15,18:50:02.595] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,18:50:15.165] [DEBUG] 6 processes running of frp type [2026-04-15,19:05:02.561] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,19:05:04.341] [DEBUG] 6 processes running of frp type [2026-04-15,19:09:18.172] [INFO] Initializing BusSpeedStateManager V2 [2026-04-15,19:09:18.176] [INFO] LocationSqlManager initialising [2026-04-15,19:09:18.176] [INFO] Location DB initialising [2026-04-15,19:09:18.185] [INFO] LocationSqlManager initialisation complete [2026-04-15,19:09:18.186] [DEBUG] UploadManager Init [2026-04-15,19:09:18.187] [DEBUG] UploadManager Init Complete [2026-04-15,19:09:18.189] [INFO] Initializing GPS... [2026-04-15,19:09:18.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' [2026-04-15,23:14:03.410] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,23:14:05.406] [DEBUG] Remote Access Enabled [2026-04-15,23:14:06.927] [INFO] Server Address: 138.201.17.179 [2026-04-15,23:14:06.928] [INFO] Server Port: 7000 [2026-04-15,23:14:06.936] [DEBUG] Starting Remote Access! 2026-04-15 23:14:07.148 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-15 23:14:07.149 [I] [client/service.go:294] try to connect to server... 2026-04-15 23:14:07.787 [I] [client/service.go:286] [615817d91ef3e770] login to server success, get run id [615817d91ef3e770] 2026-04-15 23:14:07.788 [I] [proxy/proxy_manager.go:173] [615817d91ef3e770] proxy added: [DNL01B4302] 2026-04-15 23:14:08.058 [I] [client/control.go:168] [615817d91ef3e770] [DNL01B4302] start proxy success [2026-04-15,23:20:03.199] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-15,23:20:05.375] [DEBUG] 6 processes running of frp type [2026-04-15,23:15:11.116] [INFO] Initializing BusSpeedStateManager V2 [2026-04-15,23:15:11.121] [INFO] LocationSqlManager initialising [2026-04-15,23:15:11.121] [INFO] Location DB initialising [2026-04-15,23:15:11.131] [INFO] LocationSqlManager initialisation complete [2026-04-15,23:15:11.131] [DEBUG] UploadManager Init [2026-04-15,23:15:11.132] [DEBUG] UploadManager Init Complete [2026-04-15,23:15:11.135] [INFO] Initializing GPS... [2026-04-15,23:15:11.137] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-15,23:20:00.077] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with 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,19:05:02.337] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,19:05:04.312] [DEBUG] Remote Access Enabled [2026-04-16,19:05:05.863] [INFO] Server Address: 138.201.17.179 [2026-04-16,19:05:05.865] [INFO] Server Port: 7000 [2026-04-16,19:05:05.876] [DEBUG] Starting Remote Access! 2026-04-16 19:05:06.042 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-16 19:05:06.043 [I] [client/service.go:294] try to connect to server... 2026-04-16 19:05:06.766 [I] [client/service.go:286] [5fead3c8d0569ba1] login to server success, get run id [5fead3c8d0569ba1] 2026-04-16 19:05:06.767 [I] [proxy/proxy_manager.go:173] [5fead3c8d0569ba1] proxy added: [DNL01B4302] 2026-04-16 19:05:06.967 [I] [client/control.go:168] [5fead3c8d0569ba1] [DNL01B4302] start proxy success [2026-04-16,19:20:03.223] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,19:20:05.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-04-16,19:35:02.878] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,19:35:05.355] [DEBUG] 6 processes running of frp type [2026-04-16,19:50:03.247] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,19:50:05.461] [DEBUG] 6 processes running of frp type [2026-04-16,20:05:03.257] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,20:05:05.222] [DEBUG] 6 processes running of frp type [2026-04-16,20:20:02.524] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,20:20:04.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-04-16,20:35:02.617] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,20:35:05.056] [DEBUG] 6 processes running of frp type [2026-04-16,20:50:02.621] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,20:50:04.542] [DEBUG] 6 processes running of frp type [2026-04-16,21:05:03.082] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,21:05:04.933] [DEBUG] 6 processes running of frp type [2026-04-16,21:20:02.424] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,21:20:05.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-16,21:35:02.409] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,21:35:04.296] [DEBUG] 6 processes running of frp type [2026-04-16,21:50:02.756] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,21:50:04.527] [DEBUG] 6 processes running of frp type [2026-04-16,22:05:02.882] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,22:05:04.701] [DEBUG] 6 processes running of frp type [2026-04-16,22:20:02.049] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,22:20:04.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-16,22:35:02.907] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,22:35:05.641] [DEBUG] 6 processes running of frp type [2026-04-16,22:50:02.269] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,22:50:04.033] [DEBUG] 6 processes running of frp type [2026-04-16,23:05:02.519] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,23:05:04.778] [DEBUG] 6 processes running of frp type [2026-04-16,23:20:02.129] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,23:20:04.303] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-16,23:35:02.984] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,23:35:04.873] [DEBUG] 6 processes running of frp type [2026-04-16,23:50:02.758] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-16,23:50:05.203] [DEBUG] 6 processes running of frp type [2026-04-17,00:05:02.466] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,00:05:04.244] [DEBUG] 6 processes running of frp type [2026-04-17,00:20:02.600] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,00:20:04.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-04-17,00:35:02.566] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,00:35:04.554] [DEBUG] 6 processes running of frp type [2026-04-17,00:50:02.333] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,00:50:04.321] [DEBUG] 6 processes running of frp type [2026-04-17,01:05:02.719] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,01:05:04.818] [DEBUG] 6 processes running of frp type [2026-04-17,01:20:02.193] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,01:20:05.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' [2026-04-17,01:35:03.162] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,01:35:04.998] [DEBUG] 6 processes running of frp type [2026-04-17,01:50:02.780] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,01:50:04.941] [DEBUG] 6 processes running of frp type [2026-04-17,02:05:02.403] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,02:05:04.713] [DEBUG] 6 processes running of frp type [2026-04-17,02:20:01.987] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,02:20:03.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-17,02:35:03.023] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,02:35:04.737] [DEBUG] 6 processes running of frp type [2026-04-17,02:50:02.208] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,02:50:04.383] [DEBUG] 6 processes running of frp type [2026-04-17,03:05:02.839] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,03:05:04.853] [DEBUG] 6 processes running of frp type [2026-04-17,03:20:02.228] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,03:20:03.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-17,03:35:03.231] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,03:35:05.280] [DEBUG] 6 processes running of frp type [2026-04-17,03:50:03.026] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,03:50:05.310] [DEBUG] 6 processes running of frp type [2026-04-17,04:05:02.811] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,04:05:05.048] [DEBUG] 6 processes running of frp type [2026-04-17,04:20:02.245] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,04:20:04.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-04-17,04:35:02.230] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,04:35:04.724] [DEBUG] 6 processes running of frp type [2026-04-17,04:50:02.469] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,04:50:04.424] [DEBUG] 6 processes running of frp type [2026-04-17,05:05:02.885] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,05:05:05.250] [DEBUG] 6 processes running of frp type [2026-04-17,05:20:02.615] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,05:20:04.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-17,05:35:02.572] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,05:35:04.732] [DEBUG] 6 processes running of frp type [2026-04-17,05:50:02.462] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,05:50:04.498] [DEBUG] 6 processes running of frp type [2026-04-17,06:05:02.941] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,06:05:04.668] [DEBUG] 6 processes running of frp type [2026-04-17,06:20:02.897] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,06:20:05.165] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,06:35:03.026] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,06:35:05.036] [DEBUG] 6 processes running of frp type [2026-04-17,06:50:02.751] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,06:50:05.174] [DEBUG] 6 processes running of frp type [2026-04-17,07:05:02.758] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,07:05:04.707] [DEBUG] 6 processes running of frp type [2026-04-17,07:20:02.129] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,07:20:04.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-17,07:35:03.296] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,07:35:05.570] [DEBUG] 6 processes running of frp type [2026-04-17,07:50:02.434] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,07:50:04.437] [DEBUG] 6 processes running of frp type [2026-04-17,08:02:02.679] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,08:02:04.715] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:17.904] [DEBUG] Log Upload Complete! [2026-04-17,08:05:02.946] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,08:05:04.929] [DEBUG] 6 processes running of frp type [2026-04-17,08:01:34.450] [INFO] Initializing BusSpeedStateManager V2 [2026-04-17,08:01:34.454] [INFO] LocationSqlManager initialising [2026-04-17,08:01:34.455] [INFO] Location DB initialising [2026-04-17,08:01:34.464] [INFO] LocationSqlManager initialisation complete [2026-04-17,08:01:34.465] [DEBUG] UploadManager Init [2026-04-17,08:01:34.465] [DEBUG] UploadManager Init Complete [2026-04-17,08:01:34.468] [INFO] Initializing GPS... [2026-04-17,08:01:34.470] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,16:39:44.505] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,16:39:46.269] [DEBUG] Remote Access Enabled [2026-04-17,16:39:47.818] [INFO] Server Address: 138.201.17.179 [2026-04-17,16:39:47.820] [INFO] Server Port: 7000 [2026-04-17,16:39:47.829] [DEBUG] Starting Remote Access! 2026-04-17 16:39:48.002 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-17 16:39:48.003 [I] [client/service.go:294] try to connect to server... 2026-04-17 16:39:48.714 [I] [client/service.go:286] [4a70f9f15d92026d] login to server success, get run id [4a70f9f15d92026d] 2026-04-17 16:39:48.715 [I] [proxy/proxy_manager.go:173] [4a70f9f15d92026d] proxy added: [DNL01B4302] 2026-04-17 16:39:48.897 [I] [client/control.go:168] [4a70f9f15d92026d] [DNL01B4302] start proxy success [2026-04-17,16:50:02.479] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,16:50:04.723] [DEBUG] 6 processes running of frp type 2026-04-17 17:00:36.472 [I] [client/service.go:294] [4a70f9f15d92026d] try to connect to server... 2026-04-17 17:00:36.474 [W] [client/service.go:297] [4a70f9f15d92026d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:00:38.539 [I] [client/service.go:294] [4a70f9f15d92026d] try to connect to server... 2026-04-17 17:00:38.541 [W] [client/service.go:297] [4a70f9f15d92026d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:00:42.986 [I] [client/service.go:294] [4a70f9f15d92026d] try to connect to server... 2026-04-17 17:00:42.988 [W] [client/service.go:297] [4a70f9f15d92026d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:00:52.284 [I] [client/service.go:294] [4a70f9f15d92026d] try to connect to server... 2026-04-17 17:00:52.285 [W] [client/service.go:297] [4a70f9f15d92026d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:01:11.479 [I] [client/service.go:294] [4a70f9f15d92026d] try to connect to server... 2026-04-17 17:01:11.481 [W] [client/service.go:297] [4a70f9f15d92026d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:01:31.482 [I] [client/service.go:294] [4a70f9f15d92026d] try to connect to server... 2026-04-17 17:01:31.485 [W] [client/service.go:297] [4a70f9f15d92026d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:01:51.487 [I] [client/service.go:294] [4a70f9f15d92026d] try to connect to server... 2026-04-17 17:01:51.488 [W] [client/service.go:297] [4a70f9f15d92026d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:02:11.490 [I] [client/service.go:294] [4a70f9f15d92026d] try to connect to server... 2026-04-17 17:02:11.491 [W] [client/service.go:297] [4a70f9f15d92026d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:02:31.493 [I] [client/service.go:294] [4a70f9f15d92026d] try to connect to server... 2026-04-17 17:02:31.494 [W] [client/service.go:297] [4a70f9f15d92026d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:02:51.495 [I] [client/service.go:294] [4a70f9f15d92026d] try to connect to server... 2026-04-17 17:02:51.496 [W] [client/service.go:297] [4a70f9f15d92026d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:03:11.498 [I] [client/service.go:294] [4a70f9f15d92026d] try to connect to server... 2026-04-17 17:03:11.500 [W] [client/service.go:297] [4a70f9f15d92026d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:03:31.500 [I] [client/service.go:294] [4a70f9f15d92026d] try to connect to server... 2026-04-17 17:03:31.501 [W] [client/service.go:297] [4a70f9f15d92026d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:03:51.503 [I] [client/service.go:294] [4a70f9f15d92026d] try to connect to server... 2026-04-17 17:03:51.507 [W] [client/service.go:297] [4a70f9f15d92026d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:04:11.509 [I] [client/service.go:294] [4a70f9f15d92026d] try to connect to server... 2026-04-17 17:04:11.514 [W] [client/service.go:297] [4a70f9f15d92026d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-17 17:04:31.515 [I] [client/service.go:294] [4a70f9f15d92026d] try to connect to server... 2026-04-17 17:04:32.743 [I] [client/service.go:286] [4a70f9f15d92026d] login to server success, get run id [4a70f9f15d92026d] 2026-04-17 17:04:32.745 [I] [proxy/proxy_manager.go:173] [4a70f9f15d92026d] proxy added: [DNL01B4302] 2026-04-17 17:04:33.533 [I] [client/control.go:168] [4a70f9f15d92026d] [DNL01B4302] start proxy success [2026-04-17,17:05:02.589] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,17:05:04.648] [DEBUG] 6 processes running of frp type [2026-04-17,17:20:02.062] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,17:20:04.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-04-17,17:35:02.230] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,17:35:04.583] [DEBUG] 6 processes running of frp type [2026-04-17,17:50:02.109] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,17:50:09.711] [DEBUG] 6 processes running of frp type [2026-04-17,18:00:40.885] [INFO] Initializing BusSpeedStateManager V2 [2026-04-17,18:00:40.890] [INFO] LocationSqlManager initialising [2026-04-17,18:00:40.891] [INFO] Location DB initialising [2026-04-17,18:00:40.900] [INFO] LocationSqlManager initialisation complete [2026-04-17,18:00:40.901] [DEBUG] UploadManager Init [2026-04-17,18:00:40.901] [DEBUG] UploadManager Init Complete [2026-04-17,18:00:40.905] [INFO] Initializing GPS... [2026-04-17,18:00:40.907] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,18:02:29.264] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,18:02:31.039] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:43.523] [DEBUG] Log Upload Complete! [2026-04-17,18:05:29.320] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,18:05:31.286] [DEBUG] Remote Access Enabled [2026-04-17,18:05:32.811] [INFO] Server Address: 138.201.17.179 [2026-04-17,18:05:32.812] [INFO] Server Port: 7000 [2026-04-17,18:05:32.822] [DEBUG] Starting Remote Access! 2026-04-17 18:05:33.018 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-17 18:05:33.019 [I] [client/service.go:294] try to connect to server... 2026-04-17 18:05:33.544 [I] [client/service.go:286] [a84fb72b799fbe96] login to server success, get run id [a84fb72b799fbe96] 2026-04-17 18:05:33.545 [I] [proxy/proxy_manager.go:173] [a84fb72b799fbe96] proxy added: [DNL01B4302] 2026-04-17 18:05:33.768 [I] [client/control.go:168] [a84fb72b799fbe96] [DNL01B4302] start proxy success [2026-04-17,18:20:02.150] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,18:20:04.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-17,18:35:03.437] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,18:35:05.363] [DEBUG] 6 processes running of frp type [2026-04-17,18:50:03.076] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,18:50:05.195] [DEBUG] 6 processes running of frp type [2026-04-17,19:05:02.500] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,19:05:05.076] [DEBUG] 6 processes running of frp type [2026-04-17,19:20:02.630] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,19:20:05.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-04-17,19:35:02.888] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,19:35:04.954] [DEBUG] 6 processes running of frp type [2026-04-17,19:50:02.242] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,19:50:04.568] [DEBUG] 6 processes running of frp type [2026-04-17,20:05:03.031] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,20:05:05.173] [DEBUG] 6 processes running of frp type [2026-04-17,20:20:02.442] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,20:20:15.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-04-17,20:35:02.854] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,20:35:10.622] [DEBUG] 6 processes running of frp type [2026-04-17,20:50:02.421] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,20:50:04.751] [DEBUG] 6 processes running of frp type [2026-04-17,21:05:02.098] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,21:05:05.620] [DEBUG] 6 processes running of frp type 2026-04-17 21:06:00.940 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-17 21:06:10.943 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 21:06:10.943 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-17 21:06:23.076 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: read tcp 192.168.1.104:42686->138.201.17.179:7000: read: connection reset by peer 2026-04-17 21:06:23.076 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-17 21:06:33.314 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: session shutdown 2026-04-17 21:06:33.315 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-17 21:06:46.104 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: read tcp 192.168.1.104:52510->138.201.17.179:7000: read: connection reset by peer 2026-04-17 21:06:46.104 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-17 21:06:56.995 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: session shutdown 2026-04-17 21:07:16.997 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-17 21:07:21.734 [I] [client/service.go:286] [a84fb72b799fbe96] login to server success, get run id [a84fb72b799fbe96] 2026-04-17 21:07:21.736 [I] [proxy/proxy_manager.go:173] [a84fb72b799fbe96] proxy added: [DNL01B4302] 2026-04-17 21:07:23.494 [I] [client/control.go:168] [a84fb72b799fbe96] [DNL01B4302] start proxy success [2026-04-17,21:20:03.140] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,21:20:13.150] [DEBUG] 6 processes running of frp type 2026-04-17 21:24:57.711 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-17 21:25:07.713 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 21:25:07.714 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-17 21:25:17.715 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 21:25:17.716 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-17 21:25:28.113 [I] [client/service.go:286] [a84fb72b799fbe96] login to server success, get run id [a84fb72b799fbe96] 2026-04-17 21:25:28.114 [I] [proxy/proxy_manager.go:173] [a84fb72b799fbe96] proxy added: [DNL01B4302] 2026-04-17 21:25:29.591 [I] [client/control.go:168] [a84fb72b799fbe96] [DNL01B4302] 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 21:34:43.649 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-17 21:34:54.848 [I] [client/service.go:286] [a84fb72b799fbe96] login to server success, get run id [a84fb72b799fbe96] 2026-04-17 21:34:54.849 [I] [proxy/proxy_manager.go:173] [a84fb72b799fbe96] proxy added: [DNL01B4302] 2026-04-17 21:34:58.128 [I] [client/control.go:168] [a84fb72b799fbe96] [DNL01B4302] start proxy success [2026-04-17,21:35:02.662] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,21:35:11.648] [DEBUG] 6 processes running of frp type [2026-04-17,21:50:02.370] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,21:50:04.507] [DEBUG] 6 processes running of frp type [2026-04-17,22:05:03.137] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,22:05:05.538] [DEBUG] 6 processes running of frp type 2026-04-17 22:05:39.463 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-17 22:05:40.203 [I] [client/service.go:286] [a84fb72b799fbe96] login to server success, get run id [a84fb72b799fbe96] 2026-04-17 22:05:40.204 [I] [proxy/proxy_manager.go:173] [a84fb72b799fbe96] proxy added: [DNL01B4302] 2026-04-17 22:05:40.563 [I] [client/control.go:168] [a84fb72b799fbe96] [DNL01B4302] start proxy success 2026-04-17 22:09:22.189 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-17 22:09:33.073 [I] [client/service.go:286] [a84fb72b799fbe96] login to server success, get run id [a84fb72b799fbe96] 2026-04-17 22:09:33.075 [I] [proxy/proxy_manager.go:173] [a84fb72b799fbe96] proxy added: [DNL01B4302] 2026-04-17 22:09:36.304 [I] [client/control.go:168] [a84fb72b799fbe96] [DNL01B4302] start proxy success [2026-04-17,22:20:02.914] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,22:20:05.418] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,22:35:02.501] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,22:35:04.247] [DEBUG] 6 processes running of frp type 2026-04-17 22:43:41.704 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-17 22:43:51.707 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-17 22:43:51.708 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-17 22:43:53.257 [I] [client/service.go:286] [a84fb72b799fbe96] login to server success, get run id [a84fb72b799fbe96] 2026-04-17 22:43:53.258 [I] [proxy/proxy_manager.go:173] [a84fb72b799fbe96] proxy added: [DNL01B4302] 2026-04-17 22:43:53.577 [I] [client/control.go:168] [a84fb72b799fbe96] [DNL01B4302] start proxy success [2026-04-17,22:50:03.056] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,22:50:05.154] [DEBUG] 6 processes running of frp type [2026-04-17,23:05:02.612] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,23:05:10.514] [DEBUG] 6 processes running of frp type [2026-04-17,23:20:02.890] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,23:20:10.893] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-17,23:35:02.762] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,23:35:04.726] [DEBUG] 6 processes running of frp type [2026-04-17,23:50:02.578] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-17,23:50:04.537] [DEBUG] 6 processes running of frp type [2026-04-18,00:05:02.958] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,00:05:05.320] [DEBUG] 6 processes running of frp type [2026-04-18,00:20:02.591] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,00:20:04.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-04-18,00:35:02.428] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,00:35:04.389] [DEBUG] 6 processes running of frp type [2026-04-18,00:50:03.185] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,00:50:06.083] [DEBUG] 6 processes running of frp type [2026-04-18,01:05:02.531] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,01:05:04.607] [DEBUG] 6 processes running of frp type [2026-04-18,01:20:03.009] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,01:20:05.429] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,01:35:02.790] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,01:35:05.010] [DEBUG] 6 processes running of frp type [2026-04-18,01:50:02.878] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,01:50:04.896] [DEBUG] 6 processes running of frp type [2026-04-18,02:05:02.302] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,02:05:04.251] [DEBUG] 6 processes running of frp type [2026-04-18,02:20:02.502] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,02:20:04.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-18,02:35:02.437] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,02:35:04.514] [DEBUG] 6 processes running of frp type [2026-04-18,02:50:02.306] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,02:50:04.515] [DEBUG] 6 processes running of frp type [2026-04-18,03:05:03.063] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,03:05:05.442] [DEBUG] 6 processes running of frp type [2026-04-18,03:20:02.838] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,03:20:05.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-04-18,03:35:02.478] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,03:35:04.871] [DEBUG] 6 processes running of frp type [2026-04-18,03:50:02.699] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,03:50:04.890] [DEBUG] 6 processes running of frp type [2026-04-18,04:05:02.281] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,04:05:04.555] [DEBUG] 6 processes running of frp type [2026-04-18,04:20:03.002] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,04:20:05.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-18,04:35:02.212] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,04:35:04.309] [DEBUG] 6 processes running of frp type [2026-04-18,04:50:03.074] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,04:50:04.864] [DEBUG] 6 processes running of frp type [2026-04-18,05:05:02.202] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,05:05:04.131] [DEBUG] 6 processes running of frp type [2026-04-18,05:20:02.456] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,05:20:04.581] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,05:35:02.171] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,05:35:04.538] [DEBUG] 6 processes running of frp type [2026-04-18,05:50:02.296] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,05:50:04.716] [DEBUG] 6 processes running of frp type [2026-04-18,06:05:02.101] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,06:05:04.290] [DEBUG] 6 processes running of frp type [2026-04-18,06:20:02.775] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,06:20:04.770] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,06:35:02.175] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,06:35:04.187] [DEBUG] 6 processes running of frp type [2026-04-18,06:50:03.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,06:50:04.889] [DEBUG] 6 processes running of frp type [2026-04-18,07:05:02.381] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,07:05:04.176] [DEBUG] 6 processes running of frp type [2026-04-18,07:20:02.511] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,07:21:15.469] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,07:35:02.185] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,07:35:04.281] [DEBUG] 6 processes running of frp type [2026-04-18,07:50:03.086] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,07:50:05.490] [DEBUG] 6 processes running of frp type [2026-04-18,08:02:02.791] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,08:02:04.688] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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,08:02:20.245] [DEBUG] Log Upload Complete! [2026-04-18,08:05:02.942] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,08:05:05.415] [DEBUG] 6 processes running of frp type [2026-04-18,08:20:02.865] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,08:20:04.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-18,08:35:02.468] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,08:35:04.993] [DEBUG] 6 processes running of frp type [2026-04-18,08:50:02.975] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,08:50:05.189] [DEBUG] 6 processes running of frp type [2026-04-18,09:05:02.594] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,09:05:04.988] [DEBUG] 6 processes running of frp type [2026-04-18,09:20:02.445] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,09:20:04.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-18,09:35:02.233] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,09:35:09.442] [DEBUG] 6 processes running of frp type [2026-04-18,09:50:02.210] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,09:50:04.419] [DEBUG] 6 processes running of frp type [2026-04-18,10:05:02.952] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,10:05:04.856] [DEBUG] 6 processes running of frp type [2026-04-18,10:20:02.272] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,10:20:04.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-04-18,10:35:02.333] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,10:35:04.669] [DEBUG] 6 processes running of frp type [2026-04-18,10:50:02.348] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,10:50:04.554] [DEBUG] 6 processes running of frp type [2026-04-18,11:05:03.050] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,11:05:05.268] [DEBUG] 6 processes running of frp type [2026-04-18,11:20:02.592] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,11:20:04.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-18,11:35:02.658] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,11:35:04.843] [DEBUG] 6 processes running of frp type [2026-04-18,11:50:02.458] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,11:50:10.082] [DEBUG] 6 processes running of frp type [2026-04-18,12:05:02.609] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,12:05:05.301] [DEBUG] 6 processes running of frp type [2026-04-18,12:20:02.726] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,12:20:05.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-18,12:35:02.656] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,12:35:05.007] [DEBUG] 6 processes running of frp type [2026-04-18,12:50:02.910] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,12:50:05.181] [DEBUG] 6 processes running of frp type [2026-04-18,13:05:02.706] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,13:05:05.339] [DEBUG] 6 processes running of frp type [2026-04-18,13:20:02.833] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,13:20:05.346] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,13:35:02.774] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,13:35:05.665] [DEBUG] 6 processes running of frp type [2026-04-18,13:50:02.478] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,13:50:05.106] [DEBUG] 6 processes running of frp type [2026-04-18,14:05:02.470] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,14:05:04.932] [DEBUG] 6 processes running of frp type [2026-04-18,14:20:02.334] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,14:20:04.415] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,14:35:02.152] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,14:35:04.893] [DEBUG] 6 processes running of frp type [2026-04-18,14:50:02.691] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,14:50:04.985] [DEBUG] 6 processes running of frp type [2026-04-18,15:05:02.517] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,15:05:04.807] [DEBUG] 6 processes running of frp type [2026-04-18,15:20:02.208] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,15:20:09.660] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,15:35:03.219] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,15:35:05.834] [DEBUG] 6 processes running of frp type [2026-04-18,15:50:02.618] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,15:50:05.077] [DEBUG] 6 processes running of frp type [2026-04-18,16:05:02.484] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,16:05:12.479] [DEBUG] 6 processes running of frp type [2026-04-18,16:20:02.804] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,16:20:04.986] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,16:35:02.820] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,16:35:04.705] [DEBUG] 6 processes running of frp type [2026-04-18,16:50:02.597] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,16:50:04.557] [DEBUG] 6 processes running of frp type 2026-04-18 17:00:20.025 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-18 17:00:20.810 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 17:00:22.895 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-18 17:00:23.851 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: dial tcp 138.201.17.179:7000: connect: no route to host 2026-04-18 17:00:28.204 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-18 17:00:28.204 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:00:37.390 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-18 17:00:37.390 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:00:57.391 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-18 17:00:57.392 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:01:17.393 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-18 17:01:17.394 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:01:37.395 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-18 17:01:37.396 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:01:57.397 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-18 17:01:57.398 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:02:17.399 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-18 17:02:17.400 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:02:37.402 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-18 17:02:37.404 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:02:57.405 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-18 17:02:57.410 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:03:17.410 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-18 17:03:17.415 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:03:37.417 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-18 17:03:37.422 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:03:57.424 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-18 17:03:57.428 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-18 17:04:17.430 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-18 17:04:17.435 [W] [client/service.go:297] [a84fb72b799fbe96] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-18 17:04:37.437 [I] [client/service.go:294] [a84fb72b799fbe96] try to connect to server... 2026-04-18 17:04:38.165 [I] [client/service.go:286] [a84fb72b799fbe96] login to server success, get run id [a84fb72b799fbe96] 2026-04-18 17:04:38.166 [I] [proxy/proxy_manager.go:173] [a84fb72b799fbe96] proxy added: [DNL01B4302] 2026-04-18 17:04:38.484 [I] [client/control.go:168] [a84fb72b799fbe96] [DNL01B4302] start proxy success [2026-04-18,17:05:03.304] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,17:05:05.262] [DEBUG] 6 processes running of frp type [2026-04-18,17:20:02.523] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,17:20:04.381] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,17:35:02.714] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,17:35:04.751] [DEBUG] 6 processes running of frp type [2026-04-18,17:50:02.407] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,17:50:04.734] [DEBUG] 6 processes running of frp type [2026-04-18,18:00:41.315] [INFO] Initializing BusSpeedStateManager V2 [2026-04-18,18:00:41.322] [INFO] LocationSqlManager initialising [2026-04-18,18:00:41.323] [INFO] Location DB initialising [2026-04-18,18:00:41.334] [INFO] LocationSqlManager initialisation complete [2026-04-18,18:00:41.335] [DEBUG] UploadManager Init [2026-04-18,18:00:41.335] [DEBUG] UploadManager Init Complete [2026-04-18,18:00:41.340] [INFO] Initializing GPS... [2026-04-18,18:00:41.343] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:30.078] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,18:02:32.435] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-18,18:02:46.050] [DEBUG] Log Upload Complete! [2026-04-18,18:05:35.961] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,18:05:38.878] [DEBUG] Remote Access Enabled [2026-04-18,18:05:40.601] [INFO] Server Address: 138.201.17.179 [2026-04-18,18:05:40.602] [INFO] Server Port: 7000 [2026-04-18,18:05:40.607] [DEBUG] Starting Remote Access! 2026-04-18 18:05:40.733 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-18 18:05:40.734 [I] [client/service.go:294] try to connect to server... 2026-04-18 18:05:41.354 [I] [client/service.go:286] [87a18a8550870ba2] login to server success, get run id [87a18a8550870ba2] 2026-04-18 18:05:41.356 [I] [proxy/proxy_manager.go:173] [87a18a8550870ba2] proxy added: [DNL01B4302] 2026-04-18 18:05:41.578 [I] [client/control.go:168] [87a18a8550870ba2] [DNL01B4302] start proxy success [2026-04-18,18:20:02.404] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,18:20:04.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-18,18:35:02.256] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,18:35:04.729] [DEBUG] 6 processes running of frp type [2026-04-18,18:50:02.579] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,18:50:04.902] [DEBUG] 6 processes running of frp type [2026-04-18,19:05:02.376] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,19:05:09.749] [DEBUG] 6 processes running of frp type [2026-04-18,19:20:02.164] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,19:20:04.485] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,19:35:03.024] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,19:35:04.947] [DEBUG] 6 processes running of frp type [2026-04-18,19:50:02.788] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,19:50:05.052] [DEBUG] 6 processes running of frp type [2026-04-18,20:05:02.504] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,20:05:10.427] [DEBUG] 6 processes running of frp type [2026-04-18,20:20:02.920] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,20:20:04.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-18,20:35:02.774] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,20:35:04.688] [DEBUG] 6 processes running of frp type [2026-04-18,20:50:02.422] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,20:50:15.028] [DEBUG] 6 processes running of frp type [2026-04-18,21:05:02.452] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,21:05:15.260] [DEBUG] 6 processes running of frp type [2026-04-18,21:20:02.606] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,21:20:05.247] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,21:35:02.638] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,21:35:05.046] [DEBUG] 6 processes running of frp type [2026-04-18,21:50:02.962] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,21:50:04.924] [DEBUG] 6 processes running of frp type [2026-04-18,22:05:02.384] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,22:05:04.359] [DEBUG] 6 processes running of frp type [2026-04-18,22:20:02.706] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,22:20:05.116] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-18,22:35:02.726] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,22:35:04.593] [DEBUG] 6 processes running of frp type [2026-04-18,22:50:02.445] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,22:50:04.615] [DEBUG] 6 processes running of frp type [2026-04-18,23:05:03.934] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,23:05:06.667] [DEBUG] 6 processes running of frp type [2026-04-18,23:20:03.008] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,23:20:05.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-18,23:35:02.791] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,23:35:04.958] [DEBUG] 6 processes running of frp type [2026-04-18,23:50:02.722] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-18,23:50:04.982] [DEBUG] 6 processes running of frp type [2026-04-19,00:05:02.499] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,00:05:04.827] [DEBUG] 6 processes running of frp type [2026-04-19,00:20:02.201] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,00:20:04.038] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,00:35:02.944] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,00:35:04.809] [DEBUG] 6 processes running of frp type [2026-04-19,00:50:02.656] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,00:50:04.735] [DEBUG] 6 processes running of frp type [2026-04-19,01:05:02.613] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,01:05:14.707] [DEBUG] 6 processes running of frp type [2026-04-19,01:20:02.963] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,01:20:04.808] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,01:35:03.045] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,01:35:05.179] [DEBUG] 6 processes running of frp type [2026-04-19,01:50:02.915] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,01:50:05.288] [DEBUG] 6 processes running of frp type [2026-04-19,02:05:02.782] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,02:05:04.642] [DEBUG] 6 processes running of frp type [2026-04-19,02:20:02.963] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,02:20:05.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-19,02:35:02.853] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,02:35:05.310] [DEBUG] 6 processes running of frp type [2026-04-19,02:50:03.081] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,02:50:04.834] [DEBUG] 6 processes running of frp type 2026-04-19 02:56:08.896 [I] [client/service.go:294] [87a18a8550870ba2] try to connect to server... 2026-04-19 02:56:13.539 [I] [client/service.go:286] [87a18a8550870ba2] login to server success, get run id [87a18a8550870ba2] 2026-04-19 02:56:13.541 [I] [proxy/proxy_manager.go:173] [87a18a8550870ba2] proxy added: [DNL01B4302] 2026-04-19 02:56:14.083 [I] [client/control.go:168] [87a18a8550870ba2] [DNL01B4302] start proxy success [2026-04-19,03:05:02.345] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,03:05:04.633] [DEBUG] 6 processes running of frp type [2026-04-19,03:20:03.123] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,03:20:05.445] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,03:35:02.897] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,03:35:04.804] [DEBUG] 6 processes running of frp type [2026-04-19,03:50:02.630] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,03:50:04.914] [DEBUG] 6 processes running of frp type [2026-04-19,04:05:02.451] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,04:05:04.767] [DEBUG] 6 processes running of frp type [2026-04-19,04:20:02.113] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,04:20:04.559] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,04:35:03.162] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,04:35:05.006] [DEBUG] 6 processes running of frp type [2026-04-19,04:50:03.244] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,04:50:05.207] [DEBUG] 6 processes running of frp type [2026-04-19,05:05:02.669] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,05:05:04.572] [DEBUG] 6 processes running of frp type [2026-04-19,05:20:02.969] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,05:20:05.013] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,05:35:02.636] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,05:35:05.080] [DEBUG] 6 processes running of frp type [2026-04-19,05:50:02.896] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,05:50:04.888] [DEBUG] 6 processes running of frp type [2026-04-19,06:05:02.428] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,06:05:04.370] [DEBUG] 6 processes running of frp type [2026-04-19,06:20:02.840] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,06:20:04.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-19,06:35:02.628] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,06:35:04.578] [DEBUG] 6 processes running of frp type [2026-04-19,06:50:02.370] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,06:50:04.478] [DEBUG] 6 processes running of frp type [2026-04-19,07:05:02.991] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,07:05:05.833] [DEBUG] 6 processes running of frp type [2026-04-19,07:20:02.102] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,07:20:03.784] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,07:35:03.189] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,07:35:05.155] [DEBUG] 6 processes running of frp type [2026-04-19,07:50:03.048] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,07:50:05.064] [DEBUG] 6 processes running of frp type [2026-04-19,08:02:02.338] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,08:02:04.239] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-19,08:02:22.743] [DEBUG] Log Upload Complete! [2026-04-19,08:05:02.563] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,08:05:04.213] [DEBUG] 6 processes running of frp type [2026-04-19,08:20:02.588] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,08:20:04.269] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,08:35:02.468] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,08:35:04.327] [DEBUG] 6 processes running of frp type [2026-04-19,08:50:03.086] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,08:50:04.822] [DEBUG] 6 processes running of frp type [2026-04-19,09:05:02.312] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,09:05:04.216] [DEBUG] 6 processes running of frp type [2026-04-19,09:20:02.714] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,09:20:04.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-04-19,09:35:02.593] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,09:35:04.306] [DEBUG] 6 processes running of frp type [2026-04-19,09:50:01.987] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,09:50:03.803] [DEBUG] 6 processes running of frp type [2026-04-19,10:05:02.178] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,10:05:04.038] [DEBUG] 6 processes running of frp type [2026-04-19,10:20:02.389] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,10:20:04.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-04-19,10:35:02.235] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,10:35:04.053] [DEBUG] 6 processes running of frp type [2026-04-19,10:50:02.909] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,10:50:04.757] [DEBUG] 6 processes running of frp type [2026-04-19,11:05:02.326] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,11:05:04.207] [DEBUG] 6 processes running of frp type [2026-04-19,11:20:02.600] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,11:20:04.433] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,11:35:02.595] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,11:35:04.537] [DEBUG] 6 processes running of frp type [2026-04-19,11:50:02.070] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,11:50:03.927] [DEBUG] 6 processes running of frp type [2026-04-19,12:05:02.414] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,12:05:04.211] [DEBUG] 6 processes running of frp type [2026-04-19,12:20:02.582] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,12:20:04.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-19,12:35:02.493] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,12:35:05.148] [DEBUG] 6 processes running of frp type [2026-04-19,12:50:03.012] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,12:50:05.635] [DEBUG] 6 processes running of frp type [2026-04-19,13:05:03.232] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,13:05:05.302] [DEBUG] 6 processes running of frp type [2026-04-19,13:20:02.633] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,13:20:04.509] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,13:35:02.560] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,13:35:05.372] [DEBUG] 6 processes running of frp type [2026-04-19,13:50:03.084] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,13:50:05.609] [DEBUG] 6 processes running of frp type [2026-04-19,14:05:03.024] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,14:05:05.083] [DEBUG] 6 processes running of frp type [2026-04-19,14:20:02.546] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,14:20:04.515] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,14:35:02.526] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,14:35:04.745] [DEBUG] 6 processes running of frp type [2026-04-19,14:50:02.620] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,14:50:04.840] [DEBUG] 6 processes running of frp type [2026-04-19,15:05:02.391] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,15:05:04.812] [DEBUG] 6 processes running of frp type [2026-04-19,15:20:02.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,15:20:04.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-04-19,15:35:02.906] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,15:35:05.086] [DEBUG] 6 processes running of frp type [2026-04-19,15:50:02.947] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,15:50:04.835] [DEBUG] 6 processes running of frp type [2026-04-19,16:05:02.268] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,16:05:09.786] [DEBUG] 6 processes running of frp type [2026-04-19,16:20:02.203] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,16:20:04.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-19,16:35:03.099] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,16:35:05.392] [DEBUG] 6 processes running of frp type [2026-04-19,16:50:02.101] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,16:50:04.821] [DEBUG] 6 processes running of frp type 2026-04-19 17:00:36.993 [I] [client/service.go:294] [87a18a8550870ba2] try to connect to server... 2026-04-19 17:00:36.994 [W] [client/service.go:297] [87a18a8550870ba2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:00:39.179 [I] [client/service.go:294] [87a18a8550870ba2] try to connect to server... 2026-04-19 17:00:39.180 [W] [client/service.go:297] [87a18a8550870ba2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:00:43.611 [I] [client/service.go:294] [87a18a8550870ba2] try to connect to server... 2026-04-19 17:00:43.612 [W] [client/service.go:297] [87a18a8550870ba2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:00:53.243 [I] [client/service.go:294] [87a18a8550870ba2] try to connect to server... 2026-04-19 17:00:53.245 [W] [client/service.go:297] [87a18a8550870ba2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:01:13.246 [I] [client/service.go:294] [87a18a8550870ba2] try to connect to server... 2026-04-19 17:01:13.248 [W] [client/service.go:297] [87a18a8550870ba2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:01:33.249 [I] [client/service.go:294] [87a18a8550870ba2] try to connect to server... 2026-04-19 17:01:33.250 [W] [client/service.go:297] [87a18a8550870ba2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:01:53.251 [I] [client/service.go:294] [87a18a8550870ba2] try to connect to server... 2026-04-19 17:01:53.253 [W] [client/service.go:297] [87a18a8550870ba2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:02:13.254 [I] [client/service.go:294] [87a18a8550870ba2] try to connect to server... 2026-04-19 17:02:13.255 [W] [client/service.go:297] [87a18a8550870ba2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:02:33.257 [I] [client/service.go:294] [87a18a8550870ba2] try to connect to server... 2026-04-19 17:02:33.258 [W] [client/service.go:297] [87a18a8550870ba2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:02:53.260 [I] [client/service.go:294] [87a18a8550870ba2] try to connect to server... 2026-04-19 17:02:53.261 [W] [client/service.go:297] [87a18a8550870ba2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:03:13.262 [I] [client/service.go:294] [87a18a8550870ba2] try to connect to server... 2026-04-19 17:03:13.263 [W] [client/service.go:297] [87a18a8550870ba2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:03:33.264 [I] [client/service.go:294] [87a18a8550870ba2] try to connect to server... 2026-04-19 17:03:33.265 [W] [client/service.go:297] [87a18a8550870ba2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:03:53.266 [I] [client/service.go:294] [87a18a8550870ba2] try to connect to server... 2026-04-19 17:03:53.271 [W] [client/service.go:297] [87a18a8550870ba2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:04:13.272 [I] [client/service.go:294] [87a18a8550870ba2] try to connect to server... 2026-04-19 17:04:13.276 [W] [client/service.go:297] [87a18a8550870ba2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-19 17:04:33.278 [I] [client/service.go:294] [87a18a8550870ba2] try to connect to server... 2026-04-19 17:04:35.319 [I] [client/service.go:286] [87a18a8550870ba2] login to server success, get run id [87a18a8550870ba2] 2026-04-19 17:04:35.321 [I] [proxy/proxy_manager.go:173] [87a18a8550870ba2] proxy added: [DNL01B4302] 2026-04-19 17:04:36.205 [I] [client/control.go:168] [87a18a8550870ba2] [DNL01B4302] start proxy success [2026-04-19,17:05:02.258] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,17:05:04.523] [DEBUG] 6 processes running of frp type [2026-04-19,17:20:03.119] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,17:20:04.986] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-19,17:35:02.814] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,17:35:04.613] [DEBUG] 6 processes running of frp type [2026-04-19,17:50:02.602] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,17:50:04.447] [DEBUG] 6 processes running of frp type 2026-04-19 17:57:38.553 [I] [client/service.go:294] [87a18a8550870ba2] try to connect to server... 2026-04-19 17:57:39.145 [I] [client/service.go:286] [87a18a8550870ba2] login to server success, get run id [87a18a8550870ba2] 2026-04-19 17:57:39.146 [I] [proxy/proxy_manager.go:173] [87a18a8550870ba2] proxy added: [DNL01B4302] 2026-04-19 17:57:39.380 [I] [client/control.go:168] [87a18a8550870ba2] [DNL01B4302] start proxy success [2026-04-19,18:00:41.569] [INFO] Initializing BusSpeedStateManager V2 [2026-04-19,18:00:41.574] [INFO] LocationSqlManager initialising [2026-04-19,18:00:41.575] [INFO] Location DB initialising [2026-04-19,18:00:41.584] [INFO] LocationSqlManager initialisation complete [2026-04-19,18:00:41.585] [DEBUG] UploadManager Init [2026-04-19,18:00:41.585] [DEBUG] UploadManager Init Complete [2026-04-19,18:00:41.588] [INFO] Initializing GPS... [2026-04-19,18:00:41.589] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:30.111] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,18:02:41.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( [2026-04-19,18:03:26.233] [DEBUG] Log Upload Complete! [2026-04-19,18:05:30.105] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-19,18:05:31.820] [DEBUG] Remote Access Enabled [2026-04-19,18:05:33.684] [INFO] Server Address: 138.201.17.179 [2026-04-19,18:05:33.686] [INFO] Server Port: 7000 [2026-04-19,18:05:33.697] [DEBUG] Starting Remote Access! 2026-04-19 18:05:33.897 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-19 18:05:33.898 [I] [client/service.go:294] try to connect to server... 2026-04-19 18:05:34.471 [I] [client/service.go:286] [269c0acdfc6d783a] login to server success, get run id [269c0acdfc6d783a] 2026-04-19 18:05:34.472 [I] [proxy/proxy_manager.go:173] [269c0acdfc6d783a] proxy added: [DNL01B4302] 2026-04-19 18:05:34.711 [I] [client/control.go:168] [269c0acdfc6d783a] [DNL01B4302] start proxy success [2026-04-19,18:09:33.775] [INFO] Initializing BusSpeedStateManager V2 [2026-04-19,18:09:33.781] [INFO] LocationSqlManager initialising [2026-04-19,18:09:33.782] [INFO] Location DB initialising [2026-04-19,18:09:33.793] [INFO] LocationSqlManager initialisation complete [2026-04-19,18:09:33.795] [DEBUG] UploadManager Init [2026-04-19,18:09:33.795] [DEBUG] UploadManager Init Complete [2026-04-19,18:09:33.800] [INFO] Initializing GPS... [2026-04-19,18:09:33.803] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:37:32.526] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,15:37:34.386] [DEBUG] Remote Access Enabled [2026-04-23,15:37:36.092] [INFO] Server Address: 138.201.17.179 [2026-04-23,15:37:36.094] [INFO] Server Port: 7000 [2026-04-23,15:37:36.103] [DEBUG] Starting Remote Access! 2026-04-23 15:37:36.252 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-23 15:37:36.253 [I] [client/service.go:294] try to connect to server... 2026-04-23 15:37:36.910 [I] [client/service.go:286] [52053a88d6857ca2] login to server success, get run id [52053a88d6857ca2] 2026-04-23 15:37:36.911 [I] [proxy/proxy_manager.go:173] [52053a88d6857ca2] proxy added: [DNL01B4302] 2026-04-23 15:37:37.080 [I] [client/control.go:168] [52053a88d6857ca2] [DNL01B4302] start proxy success [2026-04-23,15:50:02.697] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,15:50:04.464] [DEBUG] 6 processes running of frp type [2026-04-23,16:05:03.139] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,16:05:04.919] [DEBUG] 6 processes running of frp type [2026-04-23,16:20:02.083] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,16:20:03.845] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,16:35:02.876] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,16:35:04.681] [DEBUG] 6 processes running of frp type [2026-04-23,16:50:02.567] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,16:50:04.384] [DEBUG] 6 processes running of frp type 2026-04-23 17:00:16.247 [I] [client/service.go:294] [52053a88d6857ca2] try to connect to server... 2026-04-23 17:00:16.248 [W] [client/service.go:297] [52053a88d6857ca2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:00:18.393 [I] [client/service.go:294] [52053a88d6857ca2] try to connect to server... 2026-04-23 17:00:18.394 [W] [client/service.go:297] [52053a88d6857ca2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:00:23.043 [I] [client/service.go:294] [52053a88d6857ca2] try to connect to server... 2026-04-23 17:00:23.045 [W] [client/service.go:297] [52053a88d6857ca2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:00:33.084 [I] [client/service.go:294] [52053a88d6857ca2] try to connect to server... 2026-04-23 17:00:33.085 [W] [client/service.go:297] [52053a88d6857ca2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:00:53.087 [I] [client/service.go:294] [52053a88d6857ca2] try to connect to server... 2026-04-23 17:00:53.088 [W] [client/service.go:297] [52053a88d6857ca2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:01:13.090 [I] [client/service.go:294] [52053a88d6857ca2] try to connect to server... 2026-04-23 17:01:13.092 [W] [client/service.go:297] [52053a88d6857ca2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:01:33.093 [I] [client/service.go:294] [52053a88d6857ca2] try to connect to server... 2026-04-23 17:01:33.094 [W] [client/service.go:297] [52053a88d6857ca2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:01:53.095 [I] [client/service.go:294] [52053a88d6857ca2] try to connect to server... 2026-04-23 17:01:53.096 [W] [client/service.go:297] [52053a88d6857ca2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:02:13.097 [I] [client/service.go:294] [52053a88d6857ca2] try to connect to server... 2026-04-23 17:02:13.098 [W] [client/service.go:297] [52053a88d6857ca2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:02:33.099 [I] [client/service.go:294] [52053a88d6857ca2] try to connect to server... 2026-04-23 17:02:33.101 [W] [client/service.go:297] [52053a88d6857ca2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:02:53.102 [I] [client/service.go:294] [52053a88d6857ca2] try to connect to server... 2026-04-23 17:02:53.103 [W] [client/service.go:297] [52053a88d6857ca2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:03:13.105 [I] [client/service.go:294] [52053a88d6857ca2] try to connect to server... 2026-04-23 17:03:13.107 [W] [client/service.go:297] [52053a88d6857ca2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:03:33.107 [I] [client/service.go:294] [52053a88d6857ca2] try to connect to server... 2026-04-23 17:03:33.109 [W] [client/service.go:297] [52053a88d6857ca2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:03:53.110 [I] [client/service.go:294] [52053a88d6857ca2] try to connect to server... 2026-04-23 17:03:53.114 [W] [client/service.go:297] [52053a88d6857ca2] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-23 17:04:13.115 [I] [client/service.go:294] [52053a88d6857ca2] try to connect to server... 2026-04-23 17:04:13.119 [W] [client/service.go:297] [52053a88d6857ca2] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-04-23 17:04:33.121 [I] [client/service.go:294] [52053a88d6857ca2] try to connect to server... 2026-04-23 17:04:33.636 [I] [client/service.go:286] [52053a88d6857ca2] login to server success, get run id [52053a88d6857ca2] 2026-04-23 17:04:33.638 [I] [proxy/proxy_manager.go:173] [52053a88d6857ca2] proxy added: [DNL01B4302] 2026-04-23 17:04:33.971 [I] [client/control.go:168] [52053a88d6857ca2] [DNL01B4302] start proxy success [2026-04-23,17:05:02.853] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,17:05:04.668] [DEBUG] 6 processes running of frp type [2026-04-23,17:20:03.153] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,17:20:04.967] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,17:35:03.055] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,17:35:04.820] [DEBUG] 6 processes running of frp type [2026-04-23,17:50:02.428] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,17:50:04.098] [DEBUG] 6 processes running of frp type [2026-04-23,18:00:42.028] [INFO] Initializing BusSpeedStateManager V2 [2026-04-23,18:00:42.035] [INFO] LocationSqlManager initialising [2026-04-23,18:00:42.036] [INFO] Location DB initialising [2026-04-23,18:00:42.047] [INFO] LocationSqlManager initialisation complete [2026-04-23,18:00:42.048] [DEBUG] UploadManager Init [2026-04-23,18:00:42.049] [DEBUG] UploadManager Init Complete [2026-04-23,18:00:42.054] [INFO] Initializing GPS... [2026-04-23,18:00:42.057] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,18:02:29.579] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,18:02:31.268] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:47.870] [DEBUG] Log Upload Complete! [2026-04-23,18:05:29.672] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,18:05:31.300] [DEBUG] Remote Access Enabled [2026-04-23,18:05:32.579] [INFO] Server Address: 138.201.17.179 [2026-04-23,18:05:32.580] [INFO] Server Port: 7000 [2026-04-23,18:05:32.585] [DEBUG] Starting Remote Access! 2026-04-23 18:05:32.741 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-23 18:05:32.742 [I] [client/service.go:294] try to connect to server... 2026-04-23 18:05:33.263 [I] [client/service.go:286] [d723bd53425954ac] login to server success, get run id [d723bd53425954ac] 2026-04-23 18:05:33.264 [I] [proxy/proxy_manager.go:173] [d723bd53425954ac] proxy added: [DNL01B4302] 2026-04-23 18:05:33.433 [I] [client/control.go:168] [d723bd53425954ac] [DNL01B4302] start proxy success [2026-04-23,18:20:02.129] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,18:20:03.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-23,18:35:02.829] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,18:35:04.560] [DEBUG] 6 processes running of frp type [2026-04-23,18:50:02.315] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,18:50:03.984] [DEBUG] 6 processes running of frp type [2026-04-23,19:05:02.317] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,19:05:03.959] [DEBUG] 6 processes running of frp type [2026-04-23,19:20:02.245] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,19:20:03.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-23,19:35:02.404] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,19:35:04.151] [DEBUG] 6 processes running of frp type [2026-04-23,19:50:02.582] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,19:50:04.523] [DEBUG] 6 processes running of frp type [2026-04-23,20:05:02.913] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,20:05:04.658] [DEBUG] 6 processes running of frp type [2026-04-23,20:20:01.953] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,20:20:03.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' [2026-04-23,20:35:02.832] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,20:35:05.599] [DEBUG] 6 processes running of frp type [2026-04-23,20:50:02.564] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,20:50:10.205] [DEBUG] 6 processes running of frp type [2026-04-23,21:05:03.201] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,21:05:07.088] [DEBUG] 6 processes running of frp type 2026-04-23 21:12:55.974 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-23 21:13:05.976 [W] [client/service.go:297] [d723bd53425954ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 21:13:05.976 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-23 21:13:16.761 [I] [client/service.go:286] [d723bd53425954ac] login to server success, get run id [d723bd53425954ac] 2026-04-23 21:13:16.762 [I] [proxy/proxy_manager.go:173] [d723bd53425954ac] proxy added: [DNL01B4302] 2026-04-23 21:13:17.168 [I] [client/control.go:168] [d723bd53425954ac] [DNL01B4302] start proxy success 2026-04-23 21:14:55.873 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-23 21:15:05.875 [W] [client/service.go:297] [d723bd53425954ac] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-23 21:15:05.875 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-23 21:15:06.928 [I] [client/service.go:286] [d723bd53425954ac] login to server success, get run id [d723bd53425954ac] 2026-04-23 21:15:06.929 [I] [proxy/proxy_manager.go:173] [d723bd53425954ac] proxy added: [DNL01B4302] 2026-04-23 21:15:07.268 [I] [client/control.go:168] [d723bd53425954ac] [DNL01B4302] start proxy success [2026-04-23,21:20:02.386] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,21:20:04.433] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,21:35:04.418] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,21:35:21.474] [DEBUG] 6 processes running of frp type [2026-04-23,21:50:02.056] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,21:50:03.704] [DEBUG] 6 processes running of frp type [2026-04-23,22:05:03.282] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,22:05:05.436] [DEBUG] 6 processes running of frp type [2026-04-23,22:20:02.707] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,22:20:04.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-23,22:35:03.003] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,22:35:04.892] [DEBUG] 6 processes running of frp type [2026-04-23,22:50:02.885] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,22:50:05.175] [DEBUG] 6 processes running of frp type [2026-04-23,23:05:02.931] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,23:05:05.005] [DEBUG] 6 processes running of frp type [2026-04-23,23:20:02.389] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,23:20:04.583] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-23,23:35:02.697] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,23:35:05.143] [DEBUG] 6 processes running of frp type [2026-04-23,23:50:02.960] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-23,23:50:05.209] [DEBUG] 6 processes running of frp type [2026-04-24,00:05:02.704] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,00:05:04.748] [DEBUG] 6 processes running of frp type [2026-04-24,00:20:01.943] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,00:20:04.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,00:35:02.876] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,00:35:05.474] [DEBUG] 6 processes running of frp type [2026-04-24,00:50:02.001] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,00:50:03.933] [DEBUG] 6 processes running of frp type [2026-04-24,01:05:02.227] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,01:05:04.402] [DEBUG] 6 processes running of frp type [2026-04-24,01:20:03.125] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,01:20:05.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-24,01:35:02.756] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,01:35:05.098] [DEBUG] 6 processes running of frp type [2026-04-24,01:50:02.867] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,01:50:05.935] [DEBUG] 6 processes running of frp type [2026-04-24,02:05:02.268] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,02:05:04.630] [DEBUG] 6 processes running of frp type [2026-04-24,02:20:02.968] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,02:20:04.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-04-24,02:35:02.324] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,02:35:04.769] [DEBUG] 6 processes running of frp type [2026-04-24,02:50:02.053] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,02:50:04.054] [DEBUG] 6 processes running of frp type [2026-04-24,03:05:02.269] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,03:05:04.408] [DEBUG] 6 processes running of frp type [2026-04-24,03:20:02.996] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,03:20:05.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-24,03:35:02.861] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,03:35:04.901] [DEBUG] 6 processes running of frp type [2026-04-24,03:50:02.770] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,03:50:05.179] [DEBUG] 6 processes running of frp type [2026-04-24,04:05:02.515] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,04:05:04.577] [DEBUG] 6 processes running of frp type [2026-04-24,04:20:02.760] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,04:20:05.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-04-24,04:35:02.136] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,04:35:04.499] [DEBUG] 6 processes running of frp type [2026-04-24,04:50:02.323] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,04:50:04.400] [DEBUG] 6 processes running of frp type [2026-04-24,05:05:02.724] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,05:05:04.889] [DEBUG] 6 processes running of frp type [2026-04-24,05:20:02.312] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,05:20:04.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-24,05:35:02.849] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,05:35:05.074] [DEBUG] 6 processes running of frp type [2026-04-24,05:50:02.899] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,05:50:05.192] [DEBUG] 6 processes running of frp type [2026-04-24,06:05:02.869] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,06:05:05.051] [DEBUG] 6 processes running of frp type [2026-04-24,06:20:02.374] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,06:20:04.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-24,06:35:03.146] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,06:35:05.087] [DEBUG] 6 processes running of frp type [2026-04-24,06:50:02.728] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,06:50:04.941] [DEBUG] 6 processes running of frp type [2026-04-24,07:05:02.434] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,07:05:04.634] [DEBUG] 6 processes running of frp type [2026-04-24,07:20:03.118] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,07:20:05.440] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,07:35:02.914] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,07:35:05.079] [DEBUG] 6 processes running of frp type [2026-04-24,07:50:02.948] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,07:50:05.122] [DEBUG] 6 processes running of frp type [2026-04-24,08:02:02.347] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,08:02:04.771] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to 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-24,08:05:02.859] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,08:05:05.372] [DEBUG] 6 processes running of frp type [2026-04-24,08:20:03.001] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,08:20:05.225] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,08:35:02.755] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,08:35:05.081] [DEBUG] 6 processes running of frp type [2026-04-24,08:50:02.953] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,08:50:05.559] [DEBUG] 6 processes running of frp type [2026-04-24,09:05:03.000] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,09:05:04.888] [DEBUG] 6 processes running of frp type [2026-04-24,09:20:02.251] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,09:20:04.459] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,09:35:02.097] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,09:35:04.246] [DEBUG] 6 processes running of frp type [2026-04-24,09:50:03.073] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,09:50:05.332] [DEBUG] 6 processes running of frp type [2026-04-24,10:05:02.777] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,10:05:04.866] [DEBUG] 6 processes running of frp type [2026-04-24,10:20:02.345] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,10:20:04.056] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,10:35:01.913] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,10:35:04.848] [DEBUG] 6 processes running of frp type [2026-04-24,10:50:02.807] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,10:50:05.138] [DEBUG] 6 processes running of frp type [2026-04-24,11:05:02.557] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,11:05:04.575] [DEBUG] 6 processes running of frp type [2026-04-24,11:20:02.914] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,11:20:09.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-04-24,11:35:02.786] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,11:35:04.571] [DEBUG] 6 processes running of frp type [2026-04-24,11:50:02.486] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,11:50:04.722] [DEBUG] 6 processes running of frp type [2026-04-24,12:05:03.158] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,12:05:05.686] [DEBUG] 6 processes running of frp type [2026-04-24,12:20:02.102] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,12:20:11.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-04-24,12:35:03.029] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,12:35:10.347] [DEBUG] 6 processes running of frp type [2026-04-24,12:50:03.115] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,12:50:05.375] [DEBUG] 6 processes running of frp type [2026-04-24,13:05:02.895] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,13:05:04.887] [DEBUG] 6 processes running of frp type [2026-04-24,13:20:02.416] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,13:20:04.846] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,13:35:01.990] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,13:35:04.246] [DEBUG] 6 processes running of frp type [2026-04-24,13:50:02.986] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,13:50:05.147] [DEBUG] 6 processes running of frp type [2026-04-24,14:05:02.723] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,14:05:04.893] [DEBUG] 6 processes running of frp type [2026-04-24,14:20:02.257] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,14:20:04.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-24,14:35:01.993] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,14:35:03.936] [DEBUG] 6 processes running of frp type [2026-04-24,14:50:02.685] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,14:50:10.533] [DEBUG] 6 processes running of frp type [2026-04-24,15:05:02.983] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,15:05:05.305] [DEBUG] 6 processes running of frp type [2026-04-24,15:20:02.539] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,15:20:04.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-24,15:35:02.788] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,15:35:15.136] [DEBUG] 6 processes running of frp type [2026-04-24,15:50:02.977] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,15:50:04.823] [DEBUG] 6 processes running of frp type [2026-04-24,16:05:02.209] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,16:05:04.718] [DEBUG] 6 processes running of frp type [2026-04-24,16:20:02.044] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,16:20:04.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-24,16:35:02.961] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,16:35:05.585] [DEBUG] 6 processes running of frp type [2026-04-24,16:50:02.555] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,16:50:04.723] [DEBUG] 6 processes running of frp type 2026-04-24 17:00:18.446 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-24 17:00:18.447 [W] [client/service.go:297] [d723bd53425954ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:00:20.480 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-24 17:00:20.481 [W] [client/service.go:297] [d723bd53425954ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:00:24.891 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-24 17:00:24.892 [W] [client/service.go:297] [d723bd53425954ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:00:34.500 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-24 17:00:34.502 [W] [client/service.go:297] [d723bd53425954ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:00:53.806 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-24 17:00:53.808 [W] [client/service.go:297] [d723bd53425954ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:01:13.809 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-24 17:01:13.810 [W] [client/service.go:297] [d723bd53425954ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:01:33.811 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-24 17:01:33.812 [W] [client/service.go:297] [d723bd53425954ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:01:53.814 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-24 17:01:53.815 [W] [client/service.go:297] [d723bd53425954ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:02:13.817 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-24 17:02:13.818 [W] [client/service.go:297] [d723bd53425954ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:02:33.819 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-24 17:02:33.820 [W] [client/service.go:297] [d723bd53425954ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:02:53.821 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-24 17:02:53.822 [W] [client/service.go:297] [d723bd53425954ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:03:13.823 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-24 17:03:13.825 [W] [client/service.go:297] [d723bd53425954ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:03:33.825 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-24 17:03:33.826 [W] [client/service.go:297] [d723bd53425954ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:03:53.828 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-24 17:03:53.833 [W] [client/service.go:297] [d723bd53425954ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:04:13.835 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-24 17:04:13.839 [W] [client/service.go:297] [d723bd53425954ac] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-24 17:04:33.840 [I] [client/service.go:294] [d723bd53425954ac] try to connect to server... 2026-04-24 17:04:34.503 [I] [client/service.go:286] [d723bd53425954ac] login to server success, get run id [d723bd53425954ac] 2026-04-24 17:04:34.505 [I] [proxy/proxy_manager.go:173] [d723bd53425954ac] proxy added: [DNL01B4302] 2026-04-24 17:04:34.916 [I] [client/control.go:168] [d723bd53425954ac] [DNL01B4302] start proxy success [2026-04-24,17:05:02.342] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,17:05:04.114] [DEBUG] 6 processes running of frp type [2026-04-24,17:20:02.489] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,17:20:04.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' [2026-04-24,17:35:02.589] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,17:35:05.211] [DEBUG] 6 processes running of frp type [2026-04-24,17:50:02.985] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,17:50:04.924] [DEBUG] 6 processes running of frp type [2026-04-24,18:00:41.333] [INFO] Initializing BusSpeedStateManager V2 [2026-04-24,18:00:41.338] [INFO] LocationSqlManager initialising [2026-04-24,18:00:41.339] [INFO] Location DB initialising [2026-04-24,18:00:41.349] [INFO] LocationSqlManager initialisation complete [2026-04-24,18:00:41.350] [DEBUG] UploadManager Init [2026-04-24,18:00:41.350] [DEBUG] UploadManager Init Complete [2026-04-24,18:00:41.353] [INFO] Initializing GPS... [2026-04-24,18:00:41.356] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.726] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,18:02:31.871] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:49.377] [DEBUG] Log Upload Complete! [2026-04-24,18:05:29.845] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,18:05:31.826] [DEBUG] Remote Access Enabled [2026-04-24,18:05:33.677] [INFO] Server Address: 138.201.17.179 [2026-04-24,18:05:33.678] [INFO] Server Port: 7000 [2026-04-24,18:05:33.687] [DEBUG] Starting Remote Access! 2026-04-24 18:05:33.890 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-24 18:05:33.891 [I] [client/service.go:294] try to connect to server... 2026-04-24 18:05:34.612 [I] [client/service.go:286] [e89cd6c81df211e2] login to server success, get run id [e89cd6c81df211e2] 2026-04-24 18:05:34.613 [I] [proxy/proxy_manager.go:173] [e89cd6c81df211e2] proxy added: [DNL01B4302] 2026-04-24 18:05:34.785 [I] [client/control.go:168] [e89cd6c81df211e2] [DNL01B4302] start proxy success [2026-04-24,18:20:02.628] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,18:20:05.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-04-24,18:35:02.440] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,18:35:14.718] [DEBUG] 6 processes running of frp type [2026-04-24,18:50:02.368] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,18:50:04.892] [DEBUG] 6 processes running of frp type [2026-04-24,19:05:02.197] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,19:05:04.466] [DEBUG] 6 processes running of frp type [2026-04-24,19:20:02.819] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,19:20:15.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-04-24,19:35:02.515] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,19:35:04.472] [DEBUG] 6 processes running of frp type [2026-04-24,19:50:03.063] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,19:50:05.702] [DEBUG] 6 processes running of frp type [2026-04-24,20:05:02.137] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,20:05:05.129] [DEBUG] 6 processes running of frp type [2026-04-24,20:20:02.476] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,20:20:20.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-24,20:35:02.181] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,20:35:04.659] [DEBUG] 6 processes running of frp type [2026-04-24,20:50:02.238] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,20:50:14.963] [DEBUG] 6 processes running of frp type [2026-04-24,21:05:02.688] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,21:05:15.030] [DEBUG] 6 processes running of frp type [2026-04-24,21:20:02.217] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,21:20:04.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-24,21:35:03.051] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,21:35:15.885] [DEBUG] 6 processes running of frp type [2026-04-24,21:50:02.190] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,21:50:04.535] [DEBUG] 6 processes running of frp type [2026-04-24,22:05:02.962] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,22:05:04.945] [DEBUG] 6 processes running of frp type [2026-04-24,22:20:02.486] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,22:20:04.775] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-24,22:35:02.678] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,22:35:04.765] [DEBUG] 6 processes running of frp type [2026-04-24,22:50:02.833] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,22:50:05.101] [DEBUG] 6 processes running of frp type [2026-04-24,23:05:02.680] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,23:05:04.937] [DEBUG] 6 processes running of frp type [2026-04-24,23:20:02.502] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,23:20:04.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-04-24,23:35:02.666] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,23:35:05.278] [DEBUG] 6 processes running of frp type [2026-04-24,23:50:02.871] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-24,23:50:05.292] [DEBUG] 6 processes running of frp type [2026-04-25,00:05:02.507] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,00:05:04.421] [DEBUG] 6 processes running of frp type [2026-04-25,00:20:02.870] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,00:20:04.859] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,00:35:02.863] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,00:35:04.880] [DEBUG] 6 processes running of frp type [2026-04-25,00:50:02.622] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,00:50:04.872] [DEBUG] 6 processes running of frp type [2026-04-25,01:05:02.222] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,01:05:04.408] [DEBUG] 6 processes running of frp type [2026-04-25,01:20:02.981] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,01:20:04.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-25,01:35:02.727] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,01:35:04.798] [DEBUG] 6 processes running of frp type [2026-04-25,01:50:02.623] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,01:50:05.047] [DEBUG] 6 processes running of frp type [2026-04-25,02:05:02.350] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,02:05:04.550] [DEBUG] 6 processes running of frp type 2026-04-25 02:14:06.432 [I] [client/service.go:294] [e89cd6c81df211e2] try to connect to server... 2026-04-25 02:14:10.614 [I] [client/service.go:286] [e89cd6c81df211e2] login to server success, get run id [e89cd6c81df211e2] 2026-04-25 02:14:10.616 [I] [proxy/proxy_manager.go:173] [e89cd6c81df211e2] proxy added: [DNL01B4302] 2026-04-25 02:14:10.846 [I] [client/control.go:168] [e89cd6c81df211e2] [DNL01B4302] start proxy success [2026-04-25,02:20:02.746] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,02:20:04.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-25,02:35:02.641] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,02:35:04.826] [DEBUG] 6 processes running of frp type [2026-04-25,02:50:02.657] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,02:50:04.681] [DEBUG] 6 processes running of frp type [2026-04-25,03:05:01.957] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,03:05:03.857] [DEBUG] 6 processes running of frp type [2026-04-25,03:20:02.049] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,03:20:03.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-04-25,03:35:02.510] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,03:35:04.389] [DEBUG] 6 processes running of frp type [2026-04-25,03:50:03.286] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,03:50:05.830] [DEBUG] 6 processes running of frp type [2026-04-25,04:05:02.454] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,04:05:04.789] [DEBUG] 6 processes running of frp type [2026-04-25,04:20:02.123] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,04:20:04.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-04-25,04:35:02.692] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,04:35:04.659] [DEBUG] 6 processes running of frp type [2026-04-25,04:50:02.444] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,04:50:04.778] [DEBUG] 6 processes running of frp type [2026-04-25,05:05:02.049] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,05:05:04.177] [DEBUG] 6 processes running of frp type [2026-04-25,05:20:02.413] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,05:20:04.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-25,05:35:02.803] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,05:35:05.062] [DEBUG] 6 processes running of frp type [2026-04-25,05:50:02.833] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,05:50:06.570] [DEBUG] 6 processes running of frp type [2026-04-25,06:05:02.889] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,06:05:04.542] [DEBUG] 6 processes running of frp type [2026-04-25,06:20:02.746] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,06:20:04.585] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,06:35:02.659] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,06:35:04.319] [DEBUG] 6 processes running of frp type [2026-04-25,06:50:01.971] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,06:50:03.840] [DEBUG] 6 processes running of frp type [2026-04-25,07:05:02.355] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,07:05:04.359] [DEBUG] 6 processes running of frp type [2026-04-25,07:20:02.719] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,07:20:05.286] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,07:35:02.659] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,07:35:05.396] [DEBUG] 6 processes running of frp type [2026-04-25,07:50:03.137] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,07:50:05.587] [DEBUG] 6 processes running of frp type [2026-04-25,07:23:13.755] [INFO] Initializing BusSpeedStateManager V2 [2026-04-25,07:23:13.759] [INFO] LocationSqlManager initialising [2026-04-25,07:23:13.760] [INFO] Location DB initialising [2026-04-25,07:23:13.769] [INFO] LocationSqlManager initialisation complete [2026-04-25,07:23:13.770] [DEBUG] UploadManager Init [2026-04-25,07:23:13.770] [DEBUG] UploadManager Init Complete [2026-04-25,07:23:13.773] [INFO] Initializing GPS... [2026-04-25,07:23:13.775] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,10:31:28.384] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,10:31:30.833] [DEBUG] Remote Access Enabled [2026-04-25,10:31:32.711] [INFO] Server Address: 138.201.17.179 [2026-04-25,10:31:32.712] [INFO] Server Port: 7000 [2026-04-25,10:31:32.721] [DEBUG] Starting Remote Access! 2026-04-25 10:31:32.919 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-25 10:31:32.920 [I] [client/service.go:294] try to connect to server... 2026-04-25 10:31:33.562 [I] [client/service.go:286] [cbd917a8a550f68a] login to server success, get run id [cbd917a8a550f68a] 2026-04-25 10:31:33.563 [I] [proxy/proxy_manager.go:173] [cbd917a8a550f68a] proxy added: [DNL01B4302] 2026-04-25 10:31:33.790 [I] [client/control.go:168] [cbd917a8a550f68a] [DNL01B4302] start proxy success [2026-04-25,10:50:02.223] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,10:50:04.656] [DEBUG] 6 processes running of frp type [2026-04-25,11:05:03.247] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,11:05:05.617] [DEBUG] 6 processes running of frp type [2026-04-25,11:20:02.947] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,11:20:05.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-25,11:35:07.847] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,11:35:10.120] [DEBUG] 6 processes running of frp type [2026-04-25,11:50:02.911] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,11:50:04.839] [DEBUG] 6 processes running of frp type [2026-04-25,12:05:02.402] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,12:05:04.740] [DEBUG] 6 processes running of frp type [2026-04-25,12:20:02.342] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,12:20:04.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-04-25,12:35:02.797] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,12:35:05.345] [DEBUG] 6 processes running of frp type [2026-04-25,12:50:02.006] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,12:50:04.147] [DEBUG] 6 processes running of frp type [2026-04-25,13:05:02.621] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,13:05:04.955] [DEBUG] 6 processes running of frp type [2026-04-25,13:20:02.324] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,13:20:04.525] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,13:35:02.752] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,13:35:05.037] [DEBUG] 6 processes running of frp type [2026-04-25,13:50:02.678] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,13:50:05.511] [DEBUG] 6 processes running of frp type [2026-04-25,14:05:02.940] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,14:05:05.008] [DEBUG] 6 processes running of frp type [2026-04-25,14:20:02.526] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,14:20:04.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-04-25,14:35:02.597] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,14:35:05.274] [DEBUG] 6 processes running of frp type [2026-04-25,14:50:03.059] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,14:50:10.860] [DEBUG] 6 processes running of frp type [2026-04-25,15:05:02.539] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,15:05:04.610] [DEBUG] 6 processes running of frp type [2026-04-25,15:20:02.279] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,15:20:04.648] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,15:35:02.383] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,15:35:09.739] [DEBUG] 6 processes running of frp type [2026-04-25,15:50:03.115] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,15:50:05.750] [DEBUG] 6 processes running of frp type [2026-04-25,16:05:02.548] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,16:05:05.051] [DEBUG] 6 processes running of frp type [2026-04-25,16:20:02.389] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,16:20:04.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-25,16:35:02.661] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,16:35:05.018] [DEBUG] 6 processes running of frp type [2026-04-25,16:50:02.766] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,16:50:05.171] [DEBUG] 6 processes running of frp type 2026-04-25 17:00:30.490 [I] [client/service.go:294] [cbd917a8a550f68a] try to connect to server... 2026-04-25 17:00:30.492 [W] [client/service.go:297] [cbd917a8a550f68a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:00:32.585 [I] [client/service.go:294] [cbd917a8a550f68a] try to connect to server... 2026-04-25 17:00:32.587 [W] [client/service.go:297] [cbd917a8a550f68a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:00:36.800 [I] [client/service.go:294] [cbd917a8a550f68a] try to connect to server... 2026-04-25 17:00:36.801 [W] [client/service.go:297] [cbd917a8a550f68a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:00:45.712 [I] [client/service.go:294] [cbd917a8a550f68a] try to connect to server... 2026-04-25 17:00:45.713 [W] [client/service.go:297] [cbd917a8a550f68a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:01:03.913 [I] [client/service.go:294] [cbd917a8a550f68a] try to connect to server... 2026-04-25 17:01:03.915 [W] [client/service.go:297] [cbd917a8a550f68a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:01:23.916 [I] [client/service.go:294] [cbd917a8a550f68a] try to connect to server... 2026-04-25 17:01:23.917 [W] [client/service.go:297] [cbd917a8a550f68a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:01:43.918 [I] [client/service.go:294] [cbd917a8a550f68a] try to connect to server... 2026-04-25 17:01:43.919 [W] [client/service.go:297] [cbd917a8a550f68a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:02:03.920 [I] [client/service.go:294] [cbd917a8a550f68a] try to connect to server... 2026-04-25 17:02:03.921 [W] [client/service.go:297] [cbd917a8a550f68a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:02:23.922 [I] [client/service.go:294] [cbd917a8a550f68a] try to connect to server... 2026-04-25 17:02:23.924 [W] [client/service.go:297] [cbd917a8a550f68a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:02:43.925 [I] [client/service.go:294] [cbd917a8a550f68a] try to connect to server... 2026-04-25 17:02:43.926 [W] [client/service.go:297] [cbd917a8a550f68a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:03:03.927 [I] [client/service.go:294] [cbd917a8a550f68a] try to connect to server... 2026-04-25 17:03:03.928 [W] [client/service.go:297] [cbd917a8a550f68a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:03:23.929 [I] [client/service.go:294] [cbd917a8a550f68a] try to connect to server... 2026-04-25 17:03:23.930 [W] [client/service.go:297] [cbd917a8a550f68a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:03:43.931 [I] [client/service.go:294] [cbd917a8a550f68a] try to connect to server... 2026-04-25 17:03:43.935 [W] [client/service.go:297] [cbd917a8a550f68a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:04:03.937 [I] [client/service.go:294] [cbd917a8a550f68a] try to connect to server... 2026-04-25 17:04:03.941 [W] [client/service.go:297] [cbd917a8a550f68a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-25 17:04:23.943 [I] [client/service.go:294] [cbd917a8a550f68a] try to connect to server... 2026-04-25 17:04:26.498 [I] [client/service.go:286] [cbd917a8a550f68a] login to server success, get run id [cbd917a8a550f68a] 2026-04-25 17:04:26.499 [I] [proxy/proxy_manager.go:173] [cbd917a8a550f68a] proxy added: [DNL01B4302] 2026-04-25 17:04:26.905 [I] [client/control.go:168] [cbd917a8a550f68a] [DNL01B4302] start proxy success [2026-04-25,17:05:02.678] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,17:05:05.679] [DEBUG] 6 processes running of frp type [2026-04-25,17:20:01.932] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,17:20:04.492] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,17:35:03.051] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,17:35:05.300] [DEBUG] 6 processes running of frp type [2026-04-25,17:50:02.904] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,17:50:05.225] [DEBUG] 6 processes running of frp type [2026-04-25,18:00:42.029] [INFO] Initializing BusSpeedStateManager V2 [2026-04-25,18:00:42.034] [INFO] LocationSqlManager initialising [2026-04-25,18:00:42.034] [INFO] Location DB initialising [2026-04-25,18:00:42.044] [INFO] LocationSqlManager initialisation complete [2026-04-25,18:00:42.045] [DEBUG] UploadManager Init [2026-04-25,18:00:42.045] [DEBUG] UploadManager Init Complete [2026-04-25,18:00:42.048] [INFO] Initializing GPS... [2026-04-25,18:00:42.050] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.433] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,18:02:31.829] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:56.891] [DEBUG] Log Upload Complete! [2026-04-25,18:05:29.557] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,18:05:31.286] [DEBUG] Remote Access Enabled [2026-04-25,18:05:32.829] [INFO] Server Address: 138.201.17.179 [2026-04-25,18:05:32.831] [INFO] Server Port: 7000 [2026-04-25,18:05:32.840] [DEBUG] Starting Remote Access! 2026-04-25 18:05:32.995 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-25 18:05:32.996 [I] [client/service.go:294] try to connect to server... 2026-04-25 18:05:33.768 [I] [client/service.go:286] [d899f1727378d800] login to server success, get run id [d899f1727378d800] 2026-04-25 18:05:33.769 [I] [proxy/proxy_manager.go:173] [d899f1727378d800] proxy added: [DNL01B4302] 2026-04-25 18:05:33.941 [I] [client/control.go:168] [d899f1727378d800] [DNL01B4302] start proxy success [2026-04-25,18:20:02.059] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,18:20:04.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' [2026-04-25,18:35:08.274] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,18:35:10.442] [DEBUG] 6 processes running of frp type [2026-04-25,18:50:02.433] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,18:50:04.476] [DEBUG] 6 processes running of frp type [2026-04-25,19:05:02.782] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,19:05:04.734] [DEBUG] 6 processes running of frp type [2026-04-25,19:20:01.966] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,19:20:03.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-04-25,19:35:02.820] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,19:35:20.049] [DEBUG] 6 processes running of frp type [2026-04-25,19:50:02.757] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,19:50:05.216] [DEBUG] 6 processes running of frp type [2026-04-25,20:05:02.531] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,20:05:09.787] [DEBUG] 6 processes running of frp type [2026-04-25,20:20:02.151] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,20:20:04.163] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,20:35:03.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,20:35:05.265] [DEBUG] 6 processes running of frp type [2026-04-25,20:50:02.862] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,20:50:09.936] [DEBUG] 6 processes running of frp type [2026-04-25,21:05:02.164] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,21:05:04.352] [DEBUG] 6 processes running of frp type [2026-04-25,21:20:03.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,21:20:04.980] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-25 21:30:11.616 [I] [client/service.go:294] [d899f1727378d800] try to connect to server... 2026-04-25 21:30:21.618 [W] [client/service.go:297] [d899f1727378d800] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 21:30:21.619 [I] [client/service.go:294] [d899f1727378d800] try to connect to server... 2026-04-25 21:30:23.145 [I] [client/service.go:286] [d899f1727378d800] login to server success, get run id [d899f1727378d800] 2026-04-25 21:30:23.147 [I] [proxy/proxy_manager.go:173] [d899f1727378d800] proxy added: [DNL01B4302] 2026-04-25 21:30:23.466 [I] [client/control.go:168] [d899f1727378d800] [DNL01B4302] start proxy success [2026-04-25,21:35:02.390] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,21:35:04.502] [DEBUG] 6 processes running of frp type [2026-04-25,21:50:02.230] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,21:50:04.528] [DEBUG] 6 processes running of frp type [2026-04-25,22:05:03.138] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,22:05:05.516] [DEBUG] 6 processes running of frp type 2026-04-25 22:07:56.542 [I] [client/service.go:294] [d899f1727378d800] try to connect to server... 2026-04-25 22:08:06.545 [W] [client/service.go:297] [d899f1727378d800] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 22:08:06.545 [I] [client/service.go:294] [d899f1727378d800] try to connect to server... 2026-04-25 22:08:16.923 [W] [client/service.go:297] [d899f1727378d800] connect to server error: connection write timeout 2026-04-25 22:08:16.924 [I] [client/service.go:294] [d899f1727378d800] try to connect to server... 2026-04-25 22:08:26.925 [W] [client/service.go:297] [d899f1727378d800] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 22:08:26.926 [I] [client/service.go:294] [d899f1727378d800] try to connect to server... 2026-04-25 22:08:36.928 [W] [client/service.go:297] [d899f1727378d800] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-04-25 22:08:36.929 [I] [client/service.go:294] [d899f1727378d800] try to connect to server... 2026-04-25 22:08:44.907 [I] [client/service.go:286] [d899f1727378d800] login to server success, get run id [d899f1727378d800] 2026-04-25 22:08:44.908 [I] [proxy/proxy_manager.go:173] [d899f1727378d800] proxy added: [DNL01B4302] 2026-04-25 22:08:45.278 [I] [client/control.go:168] [d899f1727378d800] [DNL01B4302] start proxy success [2026-04-25,22:20:02.975] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,22:20:05.574] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-25,22:35:02.850] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,22:35:05.550] [DEBUG] 6 processes running of frp type [2026-04-25,22:50:02.294] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,22:50:03.976] [DEBUG] 6 processes running of frp type [2026-04-25,23:05:02.276] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,23:05:03.996] [DEBUG] 6 processes running of frp type [2026-04-25,23:20:02.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,23:20:04.776] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-04-25 23:32:17.966 [I] [client/service.go:294] [d899f1727378d800] try to connect to server... 2026-04-25 23:32:18.771 [I] [client/service.go:286] [d899f1727378d800] login to server success, get run id [d899f1727378d800] 2026-04-25 23:32:18.773 [I] [proxy/proxy_manager.go:173] [d899f1727378d800] proxy added: [DNL01B4302] 2026-04-25 23:32:18.959 [I] [client/control.go:168] [d899f1727378d800] [DNL01B4302] start proxy success [2026-04-25,23:35:02.297] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,23:35:04.366] [DEBUG] 6 processes running of frp type [2026-04-25,23:50:03.029] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-25,23:50:05.084] [DEBUG] 6 processes running of frp type [2026-04-26,00:05:02.559] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,00:05:04.605] [DEBUG] 6 processes running of frp type [2026-04-26,00:20:02.800] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,00:20:04.738] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,00:35:02.821] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,00:35:04.726] [DEBUG] 6 processes running of frp type [2026-04-26,00:50:02.663] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,00:50:04.945] [DEBUG] 6 processes running of frp type [2026-04-26,01:05:02.502] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,01:05:04.727] [DEBUG] 6 processes running of frp type [2026-04-26,01:20:01.983] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,01:20:04.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-26,01:35:03.010] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,01:35:05.306] [DEBUG] 6 processes running of frp type [2026-04-26,01:50:02.816] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,01:50:04.659] [DEBUG] 6 processes running of frp type [2026-04-26,02:05:02.122] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,02:05:04.383] [DEBUG] 6 processes running of frp type 2026-04-26 02:16:42.949 [I] [client/service.go:294] [d899f1727378d800] try to connect to server... 2026-04-26 02:16:51.010 [I] [client/service.go:286] [d899f1727378d800] login to server success, get run id [d899f1727378d800] 2026-04-26 02:16:51.011 [I] [proxy/proxy_manager.go:173] [d899f1727378d800] proxy added: [DNL01B4302] 2026-04-26 02:16:51.311 [I] [client/control.go:168] [d899f1727378d800] [DNL01B4302] start proxy success [2026-04-26,02:20:02.706] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,02:20:04.432] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,02:35:02.571] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,02:35:04.595] [DEBUG] 6 processes running of frp type 2026-04-26 02:48:12.455 [I] [client/service.go:294] [d899f1727378d800] try to connect to server... 2026-04-26 02:48:16.231 [I] [client/service.go:286] [d899f1727378d800] login to server success, get run id [d899f1727378d800] 2026-04-26 02:48:16.234 [I] [proxy/proxy_manager.go:173] [d899f1727378d800] proxy added: [DNL01B4302] 2026-04-26 02:48:16.629 [I] [client/control.go:168] [d899f1727378d800] [DNL01B4302] start proxy success [2026-04-26,02:50:04.315] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,02:50:07.856] [DEBUG] 6 processes running of frp type [2026-04-26,03:05:02.254] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,03:05:04.178] [DEBUG] 6 processes running of frp type [2026-04-26,03:20:02.951] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,03:20:04.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' [2026-04-26,03:35:02.510] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,03:35:04.560] [DEBUG] 6 processes running of frp type [2026-04-26,03:50:02.446] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,03:50:04.437] [DEBUG] 6 processes running of frp type [2026-04-26,04:05:03.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,04:05:05.893] [DEBUG] 6 processes running of frp type [2026-04-26,04:20:02.241] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,04:20:04.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-26,04:35:03.120] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,04:35:05.717] [DEBUG] 6 processes running of frp type [2026-04-26,04:50:02.450] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,04:50:04.427] [DEBUG] 6 processes running of frp type [2026-04-26,05:05:02.938] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,05:05:04.982] [DEBUG] 6 processes running of frp type [2026-04-26,05:20:02.358] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,05:20:04.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-26,05:35:03.218] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,05:35:04.975] [DEBUG] 6 processes running of frp type [2026-04-26,05:50:02.722] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,05:50:04.653] [DEBUG] 6 processes running of frp type [2026-04-26,05:52:38.573] [INFO] Initializing BusSpeedStateManager V2 [2026-04-26,05:52:38.580] [INFO] LocationSqlManager initialising [2026-04-26,05:52:38.581] [INFO] Location DB initialising [2026-04-26,05:52:38.592] [INFO] LocationSqlManager initialisation complete [2026-04-26,05:52:38.593] [DEBUG] UploadManager Init [2026-04-26,05:52:38.594] [DEBUG] UploadManager Init Complete [2026-04-26,05:52:38.598] [INFO] Initializing GPS... [2026-04-26,05:52:38.601] [INFO] Starting location capture [2026-04-26,05:52:38.727] [INFO] Initializing BusSpeedStateManager V2 [2026-04-26,05:52:38.732] [INFO] LocationSqlManager initialising [2026-04-26,05:52:38.733] [INFO] Location DB initialising [2026-04-26,05:52:38.742] [INFO] LocationSqlManager initialisation complete [2026-04-26,05:52:38.743] [DEBUG] UploadManager Init [2026-04-26,05:52:38.743] [DEBUG] UploadManager Init Complete [2026-04-26,05:52:38.746] [INFO] Initializing GPS... [2026-04-26,05:52:38.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-04-26,17:53:38.421] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,17:53:40.580] [DEBUG] Remote Access Enabled [2026-04-26,17:53:42.055] [INFO] Server Address: 138.201.17.179 [2026-04-26,17:53:42.056] [INFO] Server Port: 7000 [2026-04-26,17:53:42.066] [DEBUG] Starting Remote Access! 2026-04-26 17:53:42.250 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-26 17:53:42.250 [I] [client/service.go:294] try to connect to server... 2026-04-26 17:53:42.968 [I] [client/service.go:286] [30fc269a336d5569] login to server success, get run id [30fc269a336d5569] 2026-04-26 17:53:42.969 [I] [proxy/proxy_manager.go:173] [30fc269a336d5569] proxy added: [DNL01B4302] 2026-04-26 17:53:43.157 [I] [client/control.go:168] [30fc269a336d5569] [DNL01B4302] start proxy success [2026-04-26,18:00:41.222] [INFO] Initializing BusSpeedStateManager V2 [2026-04-26,18:00:41.228] [INFO] LocationSqlManager initialising [2026-04-26,18:00:41.228] [INFO] Location DB initialising [2026-04-26,18:00:41.238] [INFO] LocationSqlManager initialisation complete [2026-04-26,18:00:41.239] [DEBUG] UploadManager Init [2026-04-26,18:00:41.239] [DEBUG] UploadManager Init Complete [2026-04-26,18:00:41.242] [INFO] Initializing GPS... [2026-04-26,18:00:41.245] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.794] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,18:02:31.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-04-26,18:02:47.739] [DEBUG] Log Upload Complete! [2026-04-26,18:05:29.776] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,18:05:32.161] [DEBUG] Remote Access Enabled [2026-04-26,18:05:34.045] [INFO] Server Address: 138.201.17.179 [2026-04-26,18:05:34.047] [INFO] Server Port: 7000 [2026-04-26,18:05:34.058] [DEBUG] Starting Remote Access! 2026-04-26 18:05:34.245 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-26 18:05:34.246 [I] [client/service.go:294] try to connect to server... 2026-04-26 18:05:34.962 [I] [client/service.go:286] [6b155faf1e47180a] login to server success, get run id [6b155faf1e47180a] 2026-04-26 18:05:34.963 [I] [proxy/proxy_manager.go:173] [6b155faf1e47180a] proxy added: [DNL01B4302] 2026-04-26 18:05:35.152 [I] [client/control.go:168] [6b155faf1e47180a] [DNL01B4302] start proxy success [2026-04-26,18:20:02.167] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,18:20:04.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-26,18:35:03.050] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,18:35:05.607] [DEBUG] 6 processes running of frp type [2026-04-26,18:50:02.334] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,18:50:04.500] [DEBUG] 6 processes running of frp type [2026-04-26,19:05:03.051] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,19:05:10.458] [DEBUG] 6 processes running of frp type [2026-04-26,19:20:02.696] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,19:20:04.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,19:35:02.975] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,19:35:05.004] [DEBUG] 6 processes running of frp type [2026-04-26,19:50:02.811] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,19:50:05.148] [DEBUG] 6 processes running of frp type [2026-04-26,20:05:02.642] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,20:05:10.078] [DEBUG] 6 processes running of frp type [2026-04-26,20:20:02.661] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,20:20:10.355] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,20:35:04.624] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,20:35:07.358] [DEBUG] 6 processes running of frp type [2026-04-26,20:50:02.401] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,20:50:04.674] [DEBUG] 6 processes running of frp type [2026-04-26,21:05:03.276] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,21:05:10.736] [DEBUG] 6 processes running of frp type [2026-04-26,21:20:02.163] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,21:20:04.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-26,21:35:03.140] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,21:35:05.294] [DEBUG] 6 processes running of frp type [2026-04-26,21:50:03.041] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,21:50:05.233] [DEBUG] 6 processes running of frp type [2026-04-26,22:05:02.655] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,22:05:10.115] [DEBUG] 6 processes running of frp type [2026-04-26,22:20:02.433] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,22:20:07.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-26,22:35:02.413] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,22:35:04.715] [DEBUG] 6 processes running of frp type [2026-04-26,22:50:02.596] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,22:50:04.662] [DEBUG] 6 processes running of frp type [2026-04-26,23:05:02.260] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,23:05:04.484] [DEBUG] 6 processes running of frp type [2026-04-26,23:20:02.961] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,23:20:05.446] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-26,23:35:02.952] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,23:35:05.218] [DEBUG] 6 processes running of frp type [2026-04-26,23:50:02.835] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-26,23:50:05.003] [DEBUG] 6 processes running of frp type [2026-04-27,00:05:02.569] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,00:05:04.903] [DEBUG] 6 processes running of frp type [2026-04-27,00:20:02.253] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,00:20:04.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-27,00:35:02.325] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,00:35:04.448] [DEBUG] 6 processes running of frp type [2026-04-27,00:50:03.161] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,00:50:05.036] [DEBUG] 6 processes running of frp type [2026-04-27,01:05:02.570] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,01:05:05.055] [DEBUG] 6 processes running of frp type [2026-04-27,01:20:02.268] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,01:20:04.008] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,01:35:02.279] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,01:35:04.324] [DEBUG] 6 processes running of frp type [2026-04-27,01:50:03.136] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,01:50:05.122] [DEBUG] 6 processes running of frp type [2026-04-27,02:05:02.557] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,02:05:04.586] [DEBUG] 6 processes running of frp type 2026-04-27 02:08:17.836 [I] [client/service.go:294] [6b155faf1e47180a] try to connect to server... 2026-04-27 02:08:18.741 [I] [client/service.go:286] [6b155faf1e47180a] login to server success, get run id [6b155faf1e47180a] 2026-04-27 02:08:18.743 [I] [proxy/proxy_manager.go:173] [6b155faf1e47180a] proxy added: [DNL01B4302] 2026-04-27 02:08:18.935 [I] [client/control.go:168] [6b155faf1e47180a] [DNL01B4302] start proxy success [2026-04-27,02:20:03.229] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,02:20:05.617] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,02:35:03.382] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,02:35:06.096] [DEBUG] 6 processes running of frp type [2026-04-27,02:50:02.948] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,02:50:05.365] [DEBUG] 6 processes running of frp type [2026-04-27,03:05:02.864] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,03:05:04.500] [DEBUG] 6 processes running of frp type [2026-04-27,03:20:03.080] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,03:20:05.197] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,03:35:02.785] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,03:35:05.417] [DEBUG] 6 processes running of frp type [2026-04-27,03:50:02.280] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,03:50:04.482] [DEBUG] 6 processes running of frp type [2026-04-27,04:05:02.934] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,04:05:04.898] [DEBUG] 6 processes running of frp type [2026-04-27,04:20:02.224] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,04:20:04.569] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,04:35:02.189] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,04:35:04.160] [DEBUG] 6 processes running of frp type [2026-04-27,04:50:03.002] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,04:50:05.173] [DEBUG] 6 processes running of frp type [2026-04-27,05:05:02.624] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,05:05:04.585] [DEBUG] 6 processes running of frp type [2026-04-27,05:20:03.248] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,05:20:05.616] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,05:35:02.856] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,05:35:04.698] [DEBUG] 6 processes running of frp type [2026-04-27,05:50:02.617] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,05:50:04.262] [DEBUG] 6 processes running of frp type [2026-04-27,06:05:02.811] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,06:05:04.513] [DEBUG] 6 processes running of frp type [2026-04-27,06:20:02.985] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,06:20:05.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-27,06:35:02.811] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,06:35:04.974] [DEBUG] 6 processes running of frp type [2026-04-27,06:50:02.790] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,06:50:05.204] [DEBUG] 6 processes running of frp type [2026-04-27,07:05:02.541] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,07:05:04.655] [DEBUG] 6 processes running of frp type [2026-04-27,07:20:02.182] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,07:20:04.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-27,07:35:02.906] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,07:35:05.681] [DEBUG] 6 processes running of frp type [2026-04-27,07:50:02.434] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,07:50:04.624] [DEBUG] 6 processes running of frp type [2026-04-27,08:02:02.990] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,08:02:04.787] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-27,08:02:35.954] [DEBUG] Log Upload Complete! [2026-04-27,08:05:03.179] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,08:05:05.074] [DEBUG] 6 processes running of frp type [2026-04-27,08:20:02.434] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,08:20:04.930] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,08:35:02.439] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,08:35:05.100] [DEBUG] 6 processes running of frp type [2026-04-27,08:50:03.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,08:50:05.662] [DEBUG] 6 processes running of frp type [2026-04-27,09:05:03.123] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,09:05:05.465] [DEBUG] 6 processes running of frp type [2026-04-27,09:20:02.822] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,09:20:04.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-27,09:35:02.833] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,09:35:06.039] [DEBUG] 6 processes running of frp type [2026-04-27,09:50:02.975] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,09:50:05.991] [DEBUG] 6 processes running of frp type [2026-04-27,10:05:02.360] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,10:05:04.266] [DEBUG] 6 processes running of frp type [2026-04-27,10:20:02.661] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,10:20:05.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-04-27,10:35:02.581] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,10:35:10.033] [DEBUG] 6 processes running of frp type [2026-04-27,10:50:02.927] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,10:50:05.204] [DEBUG] 6 processes running of frp type [2026-04-27,11:05:02.574] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,11:05:04.914] [DEBUG] 6 processes running of frp type [2026-04-27,11:20:02.474] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,11:20:04.440] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,11:35:02.465] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,11:35:04.457] [DEBUG] 6 processes running of frp type [2026-04-27,11:50:02.266] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,11:50:04.820] [DEBUG] 6 processes running of frp type [2026-04-27,12:05:02.267] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,12:05:04.963] [DEBUG] 6 processes running of frp type [2026-04-27,12:20:02.425] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,12:20:09.933] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,12:35:02.506] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,12:35:04.351] [DEBUG] 6 processes running of frp type [2026-04-27,12:50:03.075] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,12:50:05.570] [DEBUG] 6 processes running of frp type [2026-04-27,13:05:03.106] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,13:05:10.468] [DEBUG] 6 processes running of frp type [2026-04-27,13:20:02.966] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,13:20:04.940] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,13:35:02.894] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,13:35:04.980] [DEBUG] 6 processes running of frp type [2026-04-27,13:50:02.966] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,13:50:05.238] [DEBUG] 6 processes running of frp type [2026-04-27,14:05:02.777] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,14:05:04.994] [DEBUG] 6 processes running of frp type [2026-04-27,14:20:02.255] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,14:20:04.533] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,14:35:02.298] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,14:35:04.767] [DEBUG] 6 processes running of frp type [2026-04-27,14:50:02.555] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,14:50:04.506] [DEBUG] 6 processes running of frp type [2026-04-27,15:05:03.095] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,15:05:05.309] [DEBUG] 6 processes running of frp type [2026-04-27,15:20:02.746] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,15:20:04.965] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,15:35:02.616] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,15:35:04.835] [DEBUG] 6 processes running of frp type [2026-04-27,15:50:02.594] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,15:50:05.142] [DEBUG] 6 processes running of frp type [2026-04-27,16:05:02.652] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,16:05:09.866] [DEBUG] 6 processes running of frp type [2026-04-27,16:20:02.214] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,16:20:04.183] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,16:35:02.224] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,16:35:04.021] [DEBUG] 6 processes running of frp type [2026-04-27,16:50:02.916] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,16:50:05.241] [DEBUG] 6 processes running of frp type 2026-04-27 17:00:18.524 [I] [client/service.go:294] [6b155faf1e47180a] try to connect to server... 2026-04-27 17:00:18.525 [W] [client/service.go:297] [6b155faf1e47180a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-27 17:00:20.660 [I] [client/service.go:294] [6b155faf1e47180a] try to connect to server... 2026-04-27 17:00:20.660 [W] [client/service.go:297] [6b155faf1e47180a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-27 17:00:25.239 [I] [client/service.go:294] [6b155faf1e47180a] try to connect to server... 2026-04-27 17:00:25.240 [W] [client/service.go:297] [6b155faf1e47180a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-27 17:00:35.109 [I] [client/service.go:294] [6b155faf1e47180a] try to connect to server... 2026-04-27 17:00:35.110 [W] [client/service.go:297] [6b155faf1e47180a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-27 17:00:55.111 [I] [client/service.go:294] [6b155faf1e47180a] try to connect to server... 2026-04-27 17:00:55.112 [W] [client/service.go:297] [6b155faf1e47180a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-27 17:01:15.113 [I] [client/service.go:294] [6b155faf1e47180a] try to connect to server... 2026-04-27 17:01:15.115 [W] [client/service.go:297] [6b155faf1e47180a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-27 17:01:35.116 [I] [client/service.go:294] [6b155faf1e47180a] try to connect to server... 2026-04-27 17:01:35.118 [W] [client/service.go:297] [6b155faf1e47180a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-27 17:01:55.119 [I] [client/service.go:294] [6b155faf1e47180a] try to connect to server... 2026-04-27 17:01:55.120 [W] [client/service.go:297] [6b155faf1e47180a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-27 17:02:15.122 [I] [client/service.go:294] [6b155faf1e47180a] try to connect to server... 2026-04-27 17:02:15.123 [W] [client/service.go:297] [6b155faf1e47180a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-27 17:02:35.124 [I] [client/service.go:294] [6b155faf1e47180a] try to connect to server... 2026-04-27 17:02:35.125 [W] [client/service.go:297] [6b155faf1e47180a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-27 17:02:55.126 [I] [client/service.go:294] [6b155faf1e47180a] try to connect to server... 2026-04-27 17:02:55.127 [W] [client/service.go:297] [6b155faf1e47180a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-27 17:03:15.128 [I] [client/service.go:294] [6b155faf1e47180a] try to connect to server... 2026-04-27 17:03:15.130 [W] [client/service.go:297] [6b155faf1e47180a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-27 17:03:35.130 [I] [client/service.go:294] [6b155faf1e47180a] try to connect to server... 2026-04-27 17:03:35.133 [W] [client/service.go:297] [6b155faf1e47180a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-27 17:03:55.135 [I] [client/service.go:294] [6b155faf1e47180a] try to connect to server... 2026-04-27 17:03:55.139 [W] [client/service.go:297] [6b155faf1e47180a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-27 17:04:15.141 [I] [client/service.go:294] [6b155faf1e47180a] try to connect to server... 2026-04-27 17:04:15.146 [W] [client/service.go:297] [6b155faf1e47180a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-04-27 17:04:35.148 [I] [client/service.go:294] [6b155faf1e47180a] try to connect to server... 2026-04-27 17:04:35.822 [I] [client/service.go:286] [6b155faf1e47180a] login to server success, get run id [6b155faf1e47180a] 2026-04-27 17:04:35.824 [I] [proxy/proxy_manager.go:173] [6b155faf1e47180a] proxy added: [DNL01B4302] 2026-04-27 17:04:37.540 [I] [client/control.go:168] [6b155faf1e47180a] [DNL01B4302] start proxy success [2026-04-27,17:05:02.663] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,17:05:05.279] [DEBUG] 6 processes running of frp type [2026-04-27,17:20:02.622] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,17:20:05.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-27,17:35:02.422] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,17:35:05.179] [DEBUG] 6 processes running of frp type [2026-04-27,17:50:03.021] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,17:50:05.030] [DEBUG] 6 processes running of frp type [2026-04-27,18:00:40.876] [INFO] Initializing BusSpeedStateManager V2 [2026-04-27,18:00:40.883] [INFO] LocationSqlManager initialising [2026-04-27,18:00:40.884] [INFO] Location DB initialising [2026-04-27,18:00:40.895] [INFO] LocationSqlManager initialisation complete [2026-04-27,18:00:40.896] [DEBUG] UploadManager Init [2026-04-27,18:00:40.897] [DEBUG] UploadManager Init Complete [2026-04-27,18:00:40.902] [INFO] Initializing GPS... [2026-04-27,18:00:40.905] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,18:02:29.493] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,18:02:31.511] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-04-27,18:02:51.126] [DEBUG] Log Upload Complete! [2026-04-27,18:05:29.541] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,18:05:31.178] [DEBUG] Remote Access Enabled [2026-04-27,18:05:32.457] [INFO] Server Address: 138.201.17.179 [2026-04-27,18:05:32.458] [INFO] Server Port: 7000 [2026-04-27,18:05:32.463] [DEBUG] Starting Remote Access! 2026-04-27 18:05:32.611 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-27 18:05:32.612 [I] [client/service.go:294] try to connect to server... 2026-04-27 18:05:33.140 [I] [client/service.go:286] [0b56ad146bac234c] login to server success, get run id [0b56ad146bac234c] 2026-04-27 18:05:33.143 [I] [proxy/proxy_manager.go:173] [0b56ad146bac234c] proxy added: [DNL01B4302] 2026-04-27 18:05:33.319 [I] [client/control.go:168] [0b56ad146bac234c] [DNL01B4302] start proxy success [2026-04-27,18:20:02.059] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,18:20:03.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-27,18:35:02.582] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,18:35:04.334] [DEBUG] 6 processes running of frp type [2026-04-27,18:50:09.974] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,18:50:12.439] [DEBUG] 6 processes running of frp type [2026-04-27,19:05:03.127] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,19:05:05.737] [DEBUG] 6 processes running of frp type [2026-04-27,19:20:02.121] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,19:20:04.432] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,19:35:02.450] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,19:35:04.855] [DEBUG] 6 processes running of frp type [2026-04-27,19:50:01.888] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,19:50:04.483] [DEBUG] 6 processes running of frp type [2026-04-27,20:05:02.652] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,20:05:04.593] [DEBUG] 6 processes running of frp type [2026-04-27,20:20:03.193] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,20:20:05.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-04-27,20:35:02.408] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,20:35:05.037] [DEBUG] 6 processes running of frp type [2026-04-27,20:50:02.774] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,20:50:05.117] [DEBUG] 6 processes running of frp type [2026-04-27,21:05:02.482] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,21:05:05.262] [DEBUG] 6 processes running of frp type 2026-04-27 21:08:24.690 [I] [client/service.go:294] [0b56ad146bac234c] try to connect to server... 2026-04-27 21:08:25.418 [I] [client/service.go:286] [0b56ad146bac234c] login to server success, get run id [0b56ad146bac234c] 2026-04-27 21:08:25.420 [I] [proxy/proxy_manager.go:173] [0b56ad146bac234c] proxy added: [DNL01B4302] 2026-04-27 21:08:25.732 [I] [client/control.go:168] [0b56ad146bac234c] [DNL01B4302] start proxy success [2026-04-27,21:20:02.715] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,21:20:10.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-27,21:35:02.243] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,21:35:09.718] [DEBUG] 6 processes running of frp type [2026-04-27,21:50:02.826] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,21:50:05.270] [DEBUG] 6 processes running of frp type [2026-04-27,22:05:03.008] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,22:05:05.569] [DEBUG] 6 processes running of frp type [2026-04-27,22:20:02.756] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,22:20:05.001] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-27,22:35:02.523] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,22:35:04.583] [DEBUG] 6 processes running of frp type [2026-04-27,22:50:02.051] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,22:50:04.596] [DEBUG] 6 processes running of frp type [2026-04-27,23:05:03.458] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,23:05:05.835] [DEBUG] 6 processes running of frp type [2026-04-27,23:20:02.131] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,23:20:03.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-27,23:35:02.942] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,23:35:05.105] [DEBUG] 6 processes running of frp type [2026-04-27,23:50:03.077] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-27,23:50:05.265] [DEBUG] 6 processes running of frp type [2026-04-28,00:05:02.661] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,00:05:05.358] [DEBUG] 6 processes running of frp type [2026-04-28,00:20:02.537] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,00:20:04.551] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,00:35:02.678] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,00:35:04.485] [DEBUG] 6 processes running of frp type [2026-04-28,00:50:02.205] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,00:50:04.349] [DEBUG] 6 processes running of frp type [2026-04-28,01:05:02.650] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,01:05:04.641] [DEBUG] 6 processes running of frp type [2026-04-28,01:20:02.782] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,01:20:05.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-28,01:35:03.002] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,01:35:04.736] [DEBUG] 6 processes running of frp type [2026-04-28,01:50:02.511] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,01:50:04.888] [DEBUG] 6 processes running of frp type [2026-04-28,02:05:02.233] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,02:05:04.326] [DEBUG] 6 processes running of frp type [2026-04-28,02:20:02.697] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,02:20:04.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:02.728] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,02:35:04.450] [DEBUG] 6 processes running of frp type [2026-04-28,02:50:02.225] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,02:50:04.388] [DEBUG] 6 processes running of frp type [2026-04-28,03:05:02.755] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,03:05:04.870] [DEBUG] 6 processes running of frp type [2026-04-28,03:20:02.051] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,03:20:04.145] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,03:35:03.148] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,03:35:05.111] [DEBUG] 6 processes running of frp type [2026-04-28,03:50:02.867] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,03:50:04.621] [DEBUG] 6 processes running of frp type [2026-04-28,04:05:03.253] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,04:05:05.081] [DEBUG] 6 processes running of frp type [2026-04-28,04:20:02.463] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,04:20:04.811] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,04:35:02.426] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,04:35:04.534] [DEBUG] 6 processes running of frp type [2026-04-28,04:50:02.087] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,04:50:04.407] [DEBUG] 6 processes running of frp type [2026-04-28,05:05:02.852] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,05:05:04.651] [DEBUG] 6 processes running of frp type [2026-04-28,05:20:02.881] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,05:20:05.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' [2026-04-28,05:35:02.758] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,05:35:04.679] [DEBUG] 6 processes running of frp type [2026-04-28,05:50:02.349] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,05:50:05.359] [DEBUG] 6 processes running of frp type [2026-04-28,06:05:02.723] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,06:05:04.668] [DEBUG] 6 processes running of frp type [2026-04-28,06:20:03.187] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,06:20:05.489] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,06:35:02.929] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,06:35:05.033] [DEBUG] 6 processes running of frp type [2026-04-28,06:31:47.430] [INFO] Initializing BusSpeedStateManager V2 [2026-04-28,06:31:47.437] [INFO] LocationSqlManager initialising [2026-04-28,06:31:47.438] [INFO] Location DB initialising [2026-04-28,06:31:47.449] [INFO] LocationSqlManager initialisation complete [2026-04-28,06:31:47.450] [DEBUG] UploadManager Init [2026-04-28,06:31:47.451] [DEBUG] UploadManager Init Complete [2026-04-28,06:31:47.455] [INFO] Initializing GPS... [2026-04-28,06:31:47.458] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,06:33:36.404] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-04-28,19:16:39.598] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,19:16:41.477] [DEBUG] Remote Access Enabled [2026-04-28,19:16:43.002] [INFO] Server Address: 138.201.17.179 [2026-04-28,19:16:43.003] [INFO] Server Port: 7000 [2026-04-28,19:16:43.009] [DEBUG] Starting Remote Access! 2026-04-28 19:16:43.138 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-28 19:16:43.138 [I] [client/service.go:294] try to connect to server... 2026-04-28 19:16:43.902 [I] [client/service.go:286] [04036d4cde167a69] login to server success, get run id [04036d4cde167a69] 2026-04-28 19:16:43.903 [I] [proxy/proxy_manager.go:173] [04036d4cde167a69] proxy added: [DNL01B4302] 2026-04-28 19:16:44.116 [I] [client/control.go:168] [04036d4cde167a69] [DNL01B4302] 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-28,19:35:03.077] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,19:35:10.608] [DEBUG] 6 processes running of frp type [2026-04-28,19:50:02.522] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,19:50:04.851] [DEBUG] 6 processes running of frp type [2026-04-28,20:05:02.344] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,20:05:04.648] [DEBUG] 6 processes running of frp type [2026-04-28,20:20:02.137] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,20:20:04.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-28,20:35:02.802] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,20:35:04.590] [DEBUG] 6 processes running of frp type 2026-04-28 20:37:31.727 [I] [client/service.go:294] [04036d4cde167a69] try to connect to server... 2026-04-28 20:37:33.576 [I] [client/service.go:286] [04036d4cde167a69] login to server success, get run id [04036d4cde167a69] 2026-04-28 20:37:33.578 [I] [proxy/proxy_manager.go:173] [04036d4cde167a69] proxy added: [DNL01B4302] 2026-04-28 20:37:33.934 [I] [client/control.go:168] [04036d4cde167a69] [DNL01B4302] start proxy success [2026-04-28,20:50:02.142] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,20:50:04.442] [DEBUG] 6 processes running of frp type [2026-04-28,21:05:03.276] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,21:05:06.080] [DEBUG] 6 processes running of frp type [2026-04-28,21:20:02.644] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,21:20:10.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-28,21:35:02.541] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,21:35:05.507] [DEBUG] 6 processes running of frp type [2026-04-28,21:50:02.798] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,21:50:05.083] [DEBUG] 6 processes running of frp type [2026-04-28,22:05:02.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,22:05:04.544] [DEBUG] 6 processes running of frp type [2026-04-28,22:20:03.087] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,22:20:05.066] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,22:35:02.822] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,22:35:05.569] [DEBUG] 6 processes running of frp type [2026-04-28,22:50:02.648] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,22:50:04.601] [DEBUG] 6 processes running of frp type [2026-04-28,23:05:03.266] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,23:05:05.596] [DEBUG] 6 processes running of frp type [2026-04-28,23:20:03.451] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,23:20:05.475] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-28,23:35:02.890] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,23:35:04.987] [DEBUG] 6 processes running of frp type [2026-04-28,23:50:03.098] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-28,23:50:05.073] [DEBUG] 6 processes running of frp type [2026-04-29,00:05:02.507] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,00:05:04.502] [DEBUG] 6 processes running of frp type [2026-04-29,00:20:03.080] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,00:20:05.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-04-29,00:35:02.477] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,00:35:04.896] [DEBUG] 6 processes running of frp type [2026-04-29,00:50:02.677] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,00:50:05.325] [DEBUG] 6 processes running of frp type [2026-04-29,01:05:02.703] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,01:05:04.981] [DEBUG] 6 processes running of frp type [2026-04-29,01:20:02.319] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,01:20:04.253] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,01:35:02.229] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,01:35:04.770] [DEBUG] 6 processes running of frp type [2026-04-29,01:50:02.322] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,01:50:04.505] [DEBUG] 6 processes running of frp type [2026-04-29,02:05:02.801] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,02:05:04.811] [DEBUG] 6 processes running of frp type [2026-04-29,02:20:02.084] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,02:20:04.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-29,02:35:02.879] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,02:35:04.828] [DEBUG] 6 processes running of frp type [2026-04-29,02:50:02.573] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,02:50:04.740] [DEBUG] 6 processes running of frp type [2026-04-29,03:05:02.185] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,03:05:04.278] [DEBUG] 6 processes running of frp type [2026-04-29,03:20:02.620] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,03:20:04.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-29,03:35:02.645] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,03:35:04.943] [DEBUG] 6 processes running of frp type [2026-04-29,03:50:02.395] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,03:50:04.352] [DEBUG] 6 processes running of frp type [2026-04-29,04:05:02.665] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,04:05:04.428] [DEBUG] 6 processes running of frp type [2026-04-29,04:20:02.747] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,04:20:04.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,04:35:02.791] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,04:35:05.501] [DEBUG] 6 processes running of frp type [2026-04-29,04:50:02.022] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,04:50:03.923] [DEBUG] 6 processes running of frp type [2026-04-29,05:05:02.331] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,05:05:04.389] [DEBUG] 6 processes running of frp type [2026-04-29,05:20:02.811] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,05:20:05.007] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,05:35:02.699] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,05:35:04.817] [DEBUG] 6 processes running of frp type [2026-04-29,05:50:02.649] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,05:50:04.488] [DEBUG] 6 processes running of frp type [2026-04-29,06:05:02.924] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,06:05:04.781] [DEBUG] 6 processes running of frp type [2026-04-29,06:20:02.064] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,06:20:03.958] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,06:35:02.766] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,06:35:04.805] [DEBUG] 6 processes running of frp type [2026-04-29,06:50:02.616] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,06:50:05.211] [DEBUG] 6 processes running of frp type [2026-04-29,07:05:02.650] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,07:05:05.024] [DEBUG] 6 processes running of frp type [2026-04-29,07:20:02.268] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,07:20:04.227] [DEBUG] 6 processes running of frp type [2026-04-29,06:55:44.294] [INFO] Initializing BusSpeedStateManager V2 [2026-04-29,06:55:44.301] [INFO] LocationSqlManager initialising [2026-04-29,06:55:44.302] [INFO] Location DB initialising [2026-04-29,06:55:44.317] [INFO] LocationSqlManager initialisation complete [2026-04-29,06:55:44.319] [DEBUG] UploadManager Init [2026-04-29,06:55:44.320] [DEBUG] UploadManager Init Complete [2026-04-29,06:55:44.327] [INFO] Initializing GPS... [2026-04-29,06:55:44.332] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,18:56:50.908] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,18:56:52.708] [DEBUG] Remote Access Enabled [2026-04-29,18:56:54.553] [INFO] Server Address: 138.201.17.179 [2026-04-29,18:56:54.555] [INFO] Server Port: 7000 [2026-04-29,18:56:54.564] [DEBUG] Starting Remote Access! 2026-04-29 18:56:54.765 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-29 18:56:54.766 [I] [client/service.go:294] try to connect to server... 2026-04-29 18:56:55.435 [I] [client/service.go:286] [eebd175aaf85c561] login to server success, get run id [eebd175aaf85c561] 2026-04-29 18:56:55.435 [I] [proxy/proxy_manager.go:173] [eebd175aaf85c561] proxy added: [DNL01B4302] 2026-04-29 18:56:55.675 [I] [client/control.go:168] [eebd175aaf85c561] [DNL01B4302] start proxy success [2026-04-29,19:05:02.865] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,19:05:04.549] [DEBUG] 6 processes running of frp type [2026-04-29,19:20:02.935] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,19:20:05.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-29,19:35:03.367] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,19:35:05.259] [DEBUG] 6 processes running of frp type [2026-04-29,19:50:02.966] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,19:50:05.122] [DEBUG] 6 processes running of frp type [2026-04-29,20:05:02.674] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,20:05:04.548] [DEBUG] 6 processes running of frp type [2026-04-29,20:20:02.809] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,20:20:05.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-29,20:35:03.015] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,20:35:10.691] [DEBUG] 6 processes running of frp type [2026-04-29,20:50:02.854] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,20:50:05.041] [DEBUG] 6 processes running of frp type [2026-04-29,21:05:02.508] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,21:05:04.964] [DEBUG] 6 processes running of frp type [2026-04-29,21:20:02.545] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,21:20:04.568] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,21:35:02.631] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,21:35:05.629] [DEBUG] 6 processes running of frp type [2026-04-29,21:50:02.519] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,21:50:04.795] [DEBUG] 6 processes running of frp type [2026-04-29,22:05:02.607] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,22:05:04.732] [DEBUG] 6 processes running of frp type [2026-04-29,22:20:02.015] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,22:20:04.331] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-29,22:35:02.807] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,22:35:04.633] [DEBUG] 6 processes running of frp type [2026-04-29,22:50:02.864] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,22:50:05.111] [DEBUG] 6 processes running of frp type [2026-04-29,23:05:02.401] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,23:05:04.772] [DEBUG] 6 processes running of frp type [2026-04-29,23:20:02.256] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,23:20:04.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-29,23:35:03.024] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,23:35:05.020] [DEBUG] 6 processes running of frp type [2026-04-29,23:50:02.794] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-29,23:50:05.293] [DEBUG] 6 processes running of frp type [2026-04-30,00:05:02.928] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,00:05:05.242] [DEBUG] 6 processes running of frp type [2026-04-30,00:20:02.559] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,00:20:05.210] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,00:35:02.607] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,00:35:04.781] [DEBUG] 6 processes running of frp type [2026-04-30,00:50:02.200] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,00:50:04.399] [DEBUG] 6 processes running of frp type [2026-04-30,01:05:03.682] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,01:05:06.626] [DEBUG] 6 processes running of frp type [2026-04-30,01:20:02.061] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,01:20:04.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-30,01:35:03.200] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,01:35:05.330] [DEBUG] 6 processes running of frp type [2026-04-30,01:50:02.892] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,01:50:04.864] [DEBUG] 6 processes running of frp type [2026-04-30,02:05:02.035] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,02:05:04.306] [DEBUG] 6 processes running of frp type [2026-04-30,02:20:02.614] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,02:20:04.602] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,02:35:02.661] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,02:35:04.711] [DEBUG] 6 processes running of frp type [2026-04-30,02:50:02.373] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,02:50:04.203] [DEBUG] 6 processes running of frp type [2026-04-30,03:05:02.648] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,03:05:04.976] [DEBUG] 6 processes running of frp type [2026-04-30,03:20:02.404] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,03:20:04.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' [2026-04-30,03:35:03.116] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,03:35:04.960] [DEBUG] 6 processes running of frp type [2026-04-30,03:50:02.444] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,03:50:04.429] [DEBUG] 6 processes running of frp type [2026-04-30,04:05:02.776] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,04:05:04.847] [DEBUG] 6 processes running of frp type [2026-04-30,04:20:02.300] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,04:20:04.034] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,04:35:02.486] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,04:35:04.521] [DEBUG] 6 processes running of frp type [2026-04-30,04:50:02.848] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,04:50:04.702] [DEBUG] 6 processes running of frp type [2026-04-30,05:05:02.310] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,05:05:04.921] [DEBUG] 6 processes running of frp type [2026-04-30,05:20:02.243] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,05:20:04.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-04-30,05:35:02.284] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,05:35:04.367] [DEBUG] 6 processes running of frp type [2026-04-30,05:50:02.671] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,05:50:05.459] [DEBUG] 6 processes running of frp type [2026-04-30,06:05:03.207] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,06:05:05.330] [DEBUG] 6 processes running of frp type [2026-04-30,06:20:02.756] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,06:20:04.834] [DEBUG] 6 processes running of frp type [2026-04-30,06:01:06.213] [INFO] Initializing BusSpeedStateManager V2 [2026-04-30,06:01:06.220] [INFO] LocationSqlManager initialising [2026-04-30,06:01:06.222] [INFO] Location DB initialising [2026-04-30,06:01:06.233] [INFO] LocationSqlManager initialisation complete [2026-04-30,06:01:06.235] [DEBUG] UploadManager Init [2026-04-30,06:01:06.235] [DEBUG] UploadManager Init Complete [2026-04-30,06:01:06.240] [INFO] Initializing GPS... [2026-04-30,06:01:06.243] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:14:21.898] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,19:14:23.785] [DEBUG] Remote Access Enabled [2026-04-30,19:14:25.419] [INFO] Server Address: 138.201.17.179 [2026-04-30,19:14:25.421] [INFO] Server Port: 7000 [2026-04-30,19:14:25.429] [DEBUG] Starting Remote Access! 2026-04-30 19:14:25.602 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-04-30 19:14:25.603 [I] [client/service.go:294] try to connect to server... 2026-04-30 19:14:26.182 [I] [client/service.go:286] [b8daf9e4180ee2da] login to server success, get run id [b8daf9e4180ee2da] 2026-04-30 19:14:26.183 [I] [proxy/proxy_manager.go:173] [b8daf9e4180ee2da] proxy added: [DNL01B4302] 2026-04-30 19:14:26.375 [I] [client/control.go:168] [b8daf9e4180ee2da] [DNL01B4302] start proxy success [2026-04-30,19:20:02.644] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,19:20:05.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-04-30,19:35:02.446] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,19:35:04.245] [DEBUG] 6 processes running of frp type [2026-04-30,19:50:08.154] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,19:50:10.147] [DEBUG] 6 processes running of frp type [2026-04-30,20:05:02.546] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,20:05:04.779] [DEBUG] 6 processes running of frp type [2026-04-30,20:20:02.115] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,20:20:04.220] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,20:35:02.957] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,20:35:04.719] [DEBUG] 6 processes running of frp type [2026-04-30,20:50:02.566] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,20:50:04.466] [DEBUG] 6 processes running of frp type [2026-04-30,21:05:02.887] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,21:05:05.242] [DEBUG] 6 processes running of frp type [2026-04-30,21:20:02.683] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,21:20:04.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-30,21:35:02.390] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,21:35:04.770] [DEBUG] 6 processes running of frp type [2026-04-30,21:50:02.477] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,21:50:04.533] [DEBUG] 6 processes running of frp type [2026-04-30,22:05:02.969] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,22:05:06.116] [DEBUG] 6 processes running of frp type [2026-04-30,22:20:02.500] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,22:20:05.256] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-04-30,22:35:02.352] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,22:35:04.969] [DEBUG] 6 processes running of frp type [2026-04-30,22:50:02.780] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,22:50:06.707] [DEBUG] 6 processes running of frp type [2026-04-30,23:05:02.161] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,23:05:04.155] [DEBUG] 6 processes running of frp type [2026-04-30,23:20:02.616] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,23:20:04.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-04-30,23:35:02.446] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,23:35:04.946] [DEBUG] 6 processes running of frp type [2026-04-30,23:50:04.651] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-04-30,23:50:07.117] [DEBUG] 6 processes running of frp type [2026-05-01,00:05:03.598] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,00:05:05.895] [DEBUG] 6 processes running of frp type [2026-05-01,00:20:02.482] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,00:20:04.556] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02.369] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,00:35:04.904] [DEBUG] 6 processes running of frp type [2026-05-01,00:50:02.778] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,00:50:04.961] [DEBUG] 6 processes running of frp type [2026-05-01,01:05:02.378] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,01:05:04.518] [DEBUG] 6 processes running of frp type [2026-05-01,01:20:02.941] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,01:20:05.236] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,01:35:02.558] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,01:35:04.623] [DEBUG] 6 processes running of frp type [2026-05-01,01:50:02.508] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,01:50:04.546] [DEBUG] 6 processes running of frp type [2026-05-01,02:05:03.058] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,02:05:05.417] [DEBUG] 6 processes running of frp type [2026-05-01,02:20:02.829] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,02:20:04.849] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,02:35:02.573] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,02:35:04.570] [DEBUG] 6 processes running of frp type [2026-05-01,02:50:02.399] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,02:50:05.078] [DEBUG] 6 processes running of frp type [2026-05-01,03:05:02.529] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,03:05:04.249] [DEBUG] 6 processes running of frp type [2026-05-01,03:20:02.678] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,03:20:04.529] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,03:35:02.531] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,03:35:04.662] [DEBUG] 6 processes running of frp type [2026-05-01,03:50:03.167] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,03:50:04.789] [DEBUG] 6 processes running of frp type [2026-05-01,04:05:02.458] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,04:05:04.730] [DEBUG] 6 processes running of frp type [2026-05-01,04:20:01.900] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,04:20:04.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-05-01,04:35:02.952] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,04:35:04.909] [DEBUG] 6 processes running of frp type [2026-05-01,04:50:02.788] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,04:50:05.211] [DEBUG] 6 processes running of frp type [2026-05-01,05:05:02.615] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,05:05:05.137] [DEBUG] 6 processes running of frp type [2026-05-01,05:20:02.504] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,05:20:04.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-05-01,05:35:02.630] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,05:35:04.851] [DEBUG] 6 processes running of frp type [2026-05-01,05:50:02.663] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,05:50:04.575] [DEBUG] 6 processes running of frp type [2026-05-01,06:05:02.927] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,06:05:05.430] [DEBUG] 6 processes running of frp type [2026-05-01,06:20:02.881] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,06:20:05.266] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,06:35:02.574] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,06:35:04.986] [DEBUG] 6 processes running of frp type [2026-05-01,06:50:02.647] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,06:50:04.389] [DEBUG] 6 processes running of frp type [2026-05-01,07:05:02.895] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,07:05:05.121] [DEBUG] 6 processes running of frp type [2026-05-01,07:20:02.481] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,07:20:04.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-01,07:35:02.226] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,07:37:04.506] [DEBUG] Remote Access Disabled [2026-05-01,07:50:02.328] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,07:50:04.379] [DEBUG] 6 processes running of frp type [2026-05-01,08:02:02.673] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,08:02:04.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( [2026-05-01,08:02:22.033] [DEBUG] Log Upload Complete! [2026-05-01,08:05:02.726] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,08:05:04.514] [DEBUG] 6 processes running of frp type [2026-05-01,08:20:02.952] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,08:20:05.001] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,08:35:02.762] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,08:35:04.568] [DEBUG] 6 processes running of frp type [2026-05-01,08:50:02.470] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,08:50:04.417] [DEBUG] 6 processes running of frp type [2026-05-01,09:05:02.827] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,09:05:05.264] [DEBUG] 6 processes running of frp type [2026-05-01,09:20:02.515] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,09:20:04.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-05-01,09:35:02.579] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,09:35:04.955] [DEBUG] 6 processes running of frp type [2026-05-01,09:50:02.779] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,09:50:10.172] [DEBUG] 6 processes running of frp type [2026-05-01,10:05:02.728] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,10:05:04.642] [DEBUG] 6 processes running of frp type [2026-05-01,10:20:02.076] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,10:20:04.808] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,10:35:03.010] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,10:35:04.958] [DEBUG] 6 processes running of frp type [2026-05-01,10:50:02.850] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,10:50:04.950] [DEBUG] 6 processes running of frp type [2026-05-01,11:05:02.345] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,11:05:04.447] [DEBUG] 6 processes running of frp type [2026-05-01,11:20:02.943] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,11:20:10.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-01,11:35:02.742] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,11:35:05.136] [DEBUG] 6 processes running of frp type [2026-05-01,11:50:02.861] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,11:50:05.297] [DEBUG] 6 processes running of frp type [2026-05-01,12:05:02.760] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,12:05:04.798] [DEBUG] 6 processes running of frp type [2026-05-01,12:20:02.053] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,12:20:04.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-05-01,12:35:03.065] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,12:35:05.294] [DEBUG] 6 processes running of frp type [2026-05-01,12:50:03.192] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,12:50:05.384] [DEBUG] 6 processes running of frp type [2026-05-01,13:05:02.838] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,13:05:04.877] [DEBUG] 6 processes running of frp type [2026-05-01,13:20:02.159] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,13:20:04.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-01,13:35:03.048] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,13:35:05.484] [DEBUG] 6 processes running of frp type [2026-05-01,13:50:02.314] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,13:50:04.703] [DEBUG] 6 processes running of frp type [2026-05-01,14:05:03.050] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,14:05:05.260] [DEBUG] 6 processes running of frp type [2026-05-01,14:20:02.442] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,14:20:04.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-01,14:35:02.459] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,14:35:04.556] [DEBUG] 6 processes running of frp type [2026-05-01,14:50:02.360] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,14:50:04.843] [DEBUG] 6 processes running of frp type [2026-05-01,15:05:02.388] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,15:05:04.245] [DEBUG] 6 processes running of frp type [2026-05-01,15:20:02.693] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,15:20:05.142] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,15:35:02.564] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,15:35:04.669] [DEBUG] 6 processes running of frp type [2026-05-01,15:50:02.513] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,15:50:04.818] [DEBUG] 6 processes running of frp type [2026-05-01,16:05:02.353] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,16:05:04.198] [DEBUG] 6 processes running of frp type [2026-05-01,16:20:02.532] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,16:20:05.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-05-01,16:35:02.426] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,16:35:04.226] [DEBUG] 6 processes running of frp type [2026-05-01,16:50:03.040] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,16:50:05.048] [DEBUG] 6 processes running of frp type 2026-05-01 17:00:35.973 [I] [client/service.go:294] [b8daf9e4180ee2da] try to connect to server... 2026-05-01 17:00:35.974 [W] [client/service.go:297] [b8daf9e4180ee2da] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:00:38.162 [I] [client/service.go:294] [b8daf9e4180ee2da] try to connect to server... 2026-05-01 17:00:38.163 [W] [client/service.go:297] [b8daf9e4180ee2da] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:00:42.698 [I] [client/service.go:294] [b8daf9e4180ee2da] try to connect to server... 2026-05-01 17:00:42.699 [W] [client/service.go:297] [b8daf9e4180ee2da] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:00:52.492 [I] [client/service.go:294] [b8daf9e4180ee2da] try to connect to server... 2026-05-01 17:00:52.493 [W] [client/service.go:297] [b8daf9e4180ee2da] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:01:12.494 [I] [client/service.go:294] [b8daf9e4180ee2da] try to connect to server... 2026-05-01 17:01:12.496 [W] [client/service.go:297] [b8daf9e4180ee2da] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:01:32.497 [I] [client/service.go:294] [b8daf9e4180ee2da] try to connect to server... 2026-05-01 17:01:32.498 [W] [client/service.go:297] [b8daf9e4180ee2da] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:01:52.500 [I] [client/service.go:294] [b8daf9e4180ee2da] try to connect to server... 2026-05-01 17:01:52.501 [W] [client/service.go:297] [b8daf9e4180ee2da] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:02:12.502 [I] [client/service.go:294] [b8daf9e4180ee2da] try to connect to server... 2026-05-01 17:02:12.504 [W] [client/service.go:297] [b8daf9e4180ee2da] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:02:32.505 [I] [client/service.go:294] [b8daf9e4180ee2da] try to connect to server... 2026-05-01 17:02:32.507 [W] [client/service.go:297] [b8daf9e4180ee2da] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:02:52.508 [I] [client/service.go:294] [b8daf9e4180ee2da] try to connect to server... 2026-05-01 17:02:52.509 [W] [client/service.go:297] [b8daf9e4180ee2da] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:03:12.510 [I] [client/service.go:294] [b8daf9e4180ee2da] try to connect to server... 2026-05-01 17:03:12.512 [W] [client/service.go:297] [b8daf9e4180ee2da] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:03:32.512 [I] [client/service.go:294] [b8daf9e4180ee2da] try to connect to server... 2026-05-01 17:03:32.513 [W] [client/service.go:297] [b8daf9e4180ee2da] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:03:52.514 [I] [client/service.go:294] [b8daf9e4180ee2da] try to connect to server... 2026-05-01 17:03:52.520 [W] [client/service.go:297] [b8daf9e4180ee2da] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:04:12.521 [I] [client/service.go:294] [b8daf9e4180ee2da] try to connect to server... 2026-05-01 17:04:12.526 [W] [client/service.go:297] [b8daf9e4180ee2da] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-01 17:04:32.527 [I] [client/service.go:294] [b8daf9e4180ee2da] try to connect to server... 2026-05-01 17:04:34.336 [I] [client/service.go:286] [b8daf9e4180ee2da] login to server success, get run id [b8daf9e4180ee2da] 2026-05-01 17:04:34.338 [I] [proxy/proxy_manager.go:173] [b8daf9e4180ee2da] proxy added: [DNL01B4302] 2026-05-01 17:04:35.452 [I] [client/control.go:168] [b8daf9e4180ee2da] [DNL01B4302] start proxy success [2026-05-01,17:05:02.541] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,17:05:04.658] [DEBUG] 6 processes running of frp type [2026-05-01,17:20:02.977] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,17:20:05.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-01,17:35:03.005] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,17:35:05.422] [DEBUG] 6 processes running of frp type [2026-05-01,17:50:02.244] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,17:50:04.531] [DEBUG] 6 processes running of frp type [2026-05-01,18:00:41.908] [INFO] Initializing BusSpeedStateManager V2 [2026-05-01,18:00:41.913] [INFO] LocationSqlManager initialising [2026-05-01,18:00:41.914] [INFO] Location DB initialising [2026-05-01,18:00:41.924] [INFO] LocationSqlManager initialisation complete [2026-05-01,18:00:41.925] [DEBUG] UploadManager Init [2026-05-01,18:00:41.925] [DEBUG] UploadManager Init Complete [2026-05-01,18:00:41.928] [INFO] Initializing GPS... [2026-05-01,18:00:41.931] [INFO] Starting location capture [2026-05-01,18:01:43.909] [INFO] Initializing BusSpeedStateManager V2 [2026-05-01,18:01:43.917] [INFO] LocationSqlManager initialising [2026-05-01,18:01:43.918] [INFO] Location DB initialising [2026-05-01,18:01:43.929] [INFO] LocationSqlManager initialisation complete [2026-05-01,18:01:43.931] [DEBUG] UploadManager Init [2026-05-01,18:01:43.931] [DEBUG] UploadManager Init Complete [2026-05-01,18:01:43.936] [INFO] Initializing GPS... [2026-05-01,18:01:43.939] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,18:03:32.444] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,18:03:34.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-01,18:03:47.881] [DEBUG] Log Upload Complete! [2026-05-01,18:06:32.680] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,18:06:34.650] [DEBUG] Remote Access Enabled [2026-05-01,18:06:36.199] [INFO] Server Address: 138.201.17.179 [2026-05-01,18:06:36.200] [INFO] Server Port: 7000 [2026-05-01,18:06:36.209] [DEBUG] Starting Remote Access! 2026-05-01 18:06:36.404 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-01 18:06:36.405 [I] [client/service.go:294] try to connect to server... 2026-05-01 18:06:37.134 [I] [client/service.go:286] [2e3b337af8b79abc] login to server success, get run id [2e3b337af8b79abc] 2026-05-01 18:06:37.134 [I] [proxy/proxy_manager.go:173] [2e3b337af8b79abc] proxy added: [DNL01B4302] 2026-05-01 18:06:37.457 [I] [client/control.go:168] [2e3b337af8b79abc] [DNL01B4302] start proxy success [2026-05-01,18:20:02.925] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,18:20:04.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-01,18:35:02.949] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,18:35:05.189] [DEBUG] 6 processes running of frp type [2026-05-01,18:50:02.892] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,18:50:05.384] [DEBUG] 6 processes running of frp type [2026-05-01,19:05:02.628] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,19:05:04.615] [DEBUG] 6 processes running of frp type [2026-05-01,19:20:02.948] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,19:20:10.093] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,19:35:03.195] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,19:35:05.122] [DEBUG] 6 processes running of frp type [2026-05-01,19:50:02.784] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,19:50:04.675] [DEBUG] 6 processes running of frp type [2026-05-01,20:05:03.196] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,20:05:15.106] [DEBUG] 6 processes running of frp type [2026-05-01,20:20:02.370] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,20:20:09.447] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-01,20:35:03.477] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,20:35:05.685] [DEBUG] 6 processes running of frp type [2026-05-01,20:50:02.103] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,20:50:04.230] [DEBUG] 6 processes running of frp type [2026-05-01,21:05:03.034] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-01,21:05:05.364] [DEBUG] 6 processes running of frp type [2026-05-01,20:24:17.847] [INFO] Initializing BusSpeedStateManager V2 [2026-05-01,20:24:17.851] [INFO] LocationSqlManager initialising [2026-05-01,20:24:17.852] [INFO] Location DB initialising [2026-05-01,20:24:17.861] [INFO] LocationSqlManager initialisation complete [2026-05-01,20:24:17.862] [DEBUG] UploadManager Init [2026-05-01,20:24:17.862] [DEBUG] UploadManager Init Complete [2026-05-01,20:24:17.865] [INFO] Initializing GPS... [2026-05-01,20:24:17.867] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,00:03:24.393] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,00:03:26.287] [DEBUG] Remote Access Enabled [2026-05-02,00:03:27.838] [INFO] Server Address: 138.201.17.179 [2026-05-02,00:03:27.840] [INFO] Server Port: 7000 [2026-05-02,00:03:27.849] [DEBUG] Starting Remote Access! 2026-05-02 00:03:28.059 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-02 00:03:28.059 [I] [client/service.go:294] try to connect to server... 2026-05-02 00:03:28.781 [I] [client/service.go:286] [5f8f50b64513faa7] login to server success, get run id [5f8f50b64513faa7] 2026-05-02 00:03:28.782 [I] [proxy/proxy_manager.go:173] [5f8f50b64513faa7] proxy added: [DNL01B4302] 2026-05-02 00:03:28.995 [I] [client/control.go:168] [5f8f50b64513faa7] [DNL01B4302] start proxy success [2026-05-02,00:20:02.135] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,00:20:04.045] [DEBUG] 6 processes running of frp type [2026-05-02,00:19:29.085] [INFO] Initializing BusSpeedStateManager V2 [2026-05-02,00:19:29.090] [INFO] LocationSqlManager initialising [2026-05-02,00:19:29.091] [INFO] Location DB initialising [2026-05-02,00:19:29.101] [INFO] LocationSqlManager initialisation complete [2026-05-02,00:19:29.102] [DEBUG] UploadManager Init [2026-05-02,00:19:29.103] [DEBUG] UploadManager Init Complete [2026-05-02,00:19:29.106] [INFO] Initializing GPS... [2026-05-02,00:19:29.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-05-02,00:24:17.792] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-02,01:20:03.244] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,01:20:05.545] [DEBUG] Remote Access Enabled [2026-05-02,01:20:07.432] [INFO] Server Address: 138.201.17.179 [2026-05-02,01:20:07.434] [INFO] Server Port: 7000 [2026-05-02,01:20:07.443] [DEBUG] Starting Remote Access! 2026-05-02 01:20:07.646 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-02 01:20:07.647 [I] [client/service.go:294] try to connect to server... 2026-05-02 01:20:08.374 [I] [client/service.go:286] [f85e831b40758593] login to server success, get run id [f85e831b40758593] 2026-05-02 01:20:08.375 [I] [proxy/proxy_manager.go:173] [f85e831b40758593] proxy added: [DNL01B4302] 2026-05-02 01:20:08.640 [I] [client/control.go:168] [f85e831b40758593] [DNL01B4302] 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,01:35:03.138] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,01:35:05.445] [DEBUG] 6 processes running of frp type [2026-05-02,01:50:02.659] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,01:50:04.601] [DEBUG] 6 processes running of frp type [2026-05-02,02:05:03.286] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,02:05:05.400] [DEBUG] 6 processes running of frp type [2026-05-02,02:20:02.723] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,02:20:04.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-05-02,02:35:03.040] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,02:35:04.855] [DEBUG] 6 processes running of frp type [2026-05-02,02:50:02.763] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,02:50:04.596] [DEBUG] 6 processes running of frp type [2026-05-02,03:05:03.003] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,03:05:04.851] [DEBUG] 6 processes running of frp type [2026-05-02,03:20:02.160] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,03:20:04.294] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,03:35:03.001] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,03:35:05.201] [DEBUG] 6 processes running of frp type [2026-05-02,03:50:03.081] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,03:50:04.925] [DEBUG] 6 processes running of frp type [2026-05-02,04:05:02.451] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,04:05:04.867] [DEBUG] 6 processes running of frp type [2026-05-02,04:03:25.904] [INFO] Initializing BusSpeedStateManager V2 [2026-05-02,04:03:25.908] [INFO] LocationSqlManager initialising [2026-05-02,04:03:25.909] [INFO] Location DB initialising [2026-05-02,04:03:25.918] [INFO] LocationSqlManager initialisation complete [2026-05-02,04:03:25.919] [DEBUG] UploadManager Init [2026-05-02,04:03:25.920] [DEBUG] UploadManager Init Complete [2026-05-02,04:03:25.927] [INFO] Initializing GPS... [2026-05-02,04:03:25.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-05-02,17:47:41.974] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,17:47:44.008] [DEBUG] Remote Access Enabled [2026-05-02,17:47:45.521] [INFO] Server Address: 138.201.17.179 [2026-05-02,17:47:45.523] [INFO] Server Port: 7000 [2026-05-02,17:47:45.534] [DEBUG] Starting Remote Access! 2026-05-02 17:47:45.691 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-02 17:47:45.692 [I] [client/service.go:294] try to connect to server... 2026-05-02 17:47:46.486 [I] [client/service.go:286] [e30286d1e4054ea8] login to server success, get run id [e30286d1e4054ea8] 2026-05-02 17:47:46.487 [I] [proxy/proxy_manager.go:173] [e30286d1e4054ea8] proxy added: [DNL01B4302] 2026-05-02 17:47:46.668 [I] [client/control.go:168] [e30286d1e4054ea8] [DNL01B4302] start proxy success [2026-05-02,18:00:41.496] [INFO] Initializing BusSpeedStateManager V2 [2026-05-02,18:00:41.503] [INFO] LocationSqlManager initialising [2026-05-02,18:00:41.504] [INFO] Location DB initialising [2026-05-02,18:00:41.515] [INFO] LocationSqlManager initialisation complete [2026-05-02,18:00:41.516] [DEBUG] UploadManager Init [2026-05-02,18:00:41.517] [DEBUG] UploadManager Init Complete [2026-05-02,18:00:41.521] [INFO] Initializing GPS... [2026-05-02,18:00:41.524] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.896] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,18:02:32.035] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-02,18:02:45.315] [DEBUG] Log Upload Complete! [2026-05-02,18:05:29.830] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,18:05:31.536] [DEBUG] Remote Access Enabled [2026-05-02,18:05:33.004] [INFO] Server Address: 138.201.17.179 [2026-05-02,18:05:33.005] [INFO] Server Port: 7000 [2026-05-02,18:05:33.011] [DEBUG] Starting Remote Access! 2026-05-02 18:05:33.139 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-02 18:05:33.140 [I] [client/service.go:294] try to connect to server... 2026-05-02 18:05:33.822 [I] [client/service.go:286] [6cdaad5d33087c2d] login to server success, get run id [6cdaad5d33087c2d] 2026-05-02 18:05:33.823 [I] [proxy/proxy_manager.go:173] [6cdaad5d33087c2d] proxy added: [DNL01B4302] 2026-05-02 18:05:34.042 [I] [client/control.go:168] [6cdaad5d33087c2d] [DNL01B4302] start proxy success [2026-05-02,18:20:02.798] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,18:20:10.182] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,18:35:03.375] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,18:35:05.216] [DEBUG] 6 processes running of frp type [2026-05-02,18:50:02.867] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,18:50:05.141] [DEBUG] 6 processes running of frp type [2026-05-02,19:05:02.889] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,19:05:04.974] [DEBUG] 6 processes running of frp type [2026-05-02,19:20:02.586] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,19:20:05.289] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,19:35:02.382] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,19:35:04.598] [DEBUG] 6 processes running of frp type [2026-05-02,19:50:02.389] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,19:50:09.549] [DEBUG] 6 processes running of frp type [2026-05-02,20:05:03.049] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,20:05:05.329] [DEBUG] 6 processes running of frp type [2026-05-02,20:20:02.710] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,20:20:05.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-02,20:35:02.571] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,20:35:05.005] [DEBUG] 6 processes running of frp type [2026-05-02,20:50:02.828] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,20:50:04.785] [DEBUG] 6 processes running of frp type [2026-05-02,21:05:02.264] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,21:05:04.722] [DEBUG] 6 processes running of frp type [2026-05-02,21:20:02.023] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,21:20:11.486] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,21:35:03.105] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,21:35:05.472] [DEBUG] 6 processes running of frp type [2026-05-02,21:50:02.282] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,21:50:09.590] [DEBUG] 6 processes running of frp type 2026-05-02 22:03:25.667 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-02 22:03:30.106 [I] [client/service.go:286] [6cdaad5d33087c2d] login to server success, get run id [6cdaad5d33087c2d] 2026-05-02 22:03:30.107 [I] [proxy/proxy_manager.go:173] [6cdaad5d33087c2d] proxy added: [DNL01B4302] 2026-05-02 22:03:30.355 [I] [client/control.go:168] [6cdaad5d33087c2d] [DNL01B4302] start proxy success [2026-05-02,22:05:03.087] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,22:05:10.066] [DEBUG] 6 processes running of frp type [2026-05-02,22:20:02.401] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,22:20:05.286] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-02,22:35:02.289] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,22:35:03.978] [DEBUG] 6 processes running of frp type [2026-05-02,22:50:02.692] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,22:50:04.290] [DEBUG] 6 processes running of frp type [2026-05-02,23:05:02.732] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,23:05:04.578] [DEBUG] 6 processes running of frp type [2026-05-02,23:20:03.018] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,23:20:05.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-05-02,23:35:02.771] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,23:35:04.855] [DEBUG] 6 processes running of frp type [2026-05-02,23:50:02.649] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-02,23:50:05.187] [DEBUG] 6 processes running of frp type [2026-05-03,00:05:02.633] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,00:05:04.523] [DEBUG] 6 processes running of frp type [2026-05-03,00:20:03.049] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,00:20:05.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' [2026-05-03,00:35:02.873] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,00:35:05.148] [DEBUG] 6 processes running of frp type [2026-05-03,00:50:02.725] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,00:50:04.589] [DEBUG] 6 processes running of frp type [2026-05-03,01:05:02.944] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,01:05:05.650] [DEBUG] 6 processes running of frp type 2026-05-03 01:14:19.944 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 01:14:20.713 [I] [client/service.go:286] [6cdaad5d33087c2d] login to server success, get run id [6cdaad5d33087c2d] 2026-05-03 01:14:20.714 [I] [proxy/proxy_manager.go:173] [6cdaad5d33087c2d] proxy added: [DNL01B4302] 2026-05-03 01:14:20.912 [I] [client/control.go:168] [6cdaad5d33087c2d] [DNL01B4302] start proxy success 2026-05-03 01:15:00.269 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 01:15:00.970 [I] [client/service.go:286] [6cdaad5d33087c2d] login to server success, get run id [6cdaad5d33087c2d] 2026-05-03 01:15:00.970 [I] [proxy/proxy_manager.go:173] [6cdaad5d33087c2d] proxy added: [DNL01B4302] 2026-05-03 01:15:01.145 [I] [client/control.go:168] [6cdaad5d33087c2d] [DNL01B4302] start proxy success 2026-05-03 01:15:40.585 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 01:15:48.123 [I] [client/service.go:286] [6cdaad5d33087c2d] login to server success, get run id [6cdaad5d33087c2d] 2026-05-03 01:15:48.124 [I] [proxy/proxy_manager.go:173] [6cdaad5d33087c2d] proxy added: [DNL01B4302] 2026-05-03 01:15:48.584 [I] [client/control.go:168] [6cdaad5d33087c2d] [DNL01B4302] start proxy success [2026-05-03,01:20:03.081] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,01:20:05.377] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,01:35:02.592] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,01:35:04.293] [DEBUG] 6 processes running of frp type [2026-05-03,01:50:02.967] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,01:50:04.859] [DEBUG] 6 processes running of frp type 2026-05-03 01:55:11.174 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 01:55:21.177 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 01:55:21.177 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 01:55:31.179 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 01:55:31.179 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 01:55:41.181 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 01:55:41.182 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 01:55:51.184 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 01:55:51.184 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 01:56:01.185 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 01:56:21.187 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 01:56:22.474 [I] [client/service.go:286] [6cdaad5d33087c2d] login to server success, get run id [6cdaad5d33087c2d] 2026-05-03 01:56:22.476 [I] [proxy/proxy_manager.go:173] [6cdaad5d33087c2d] proxy added: [DNL01B4302] 2026-05-03 01:56:22.713 [I] [client/control.go:168] [6cdaad5d33087c2d] [DNL01B4302] start proxy success [2026-05-03,02:05:02.289] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,02:05:04.393] [DEBUG] 6 processes running of frp type [2026-05-03,02:20:02.782] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,02:20:05.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-05-03,02:35:02.543] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,02:35:04.647] [DEBUG] 6 processes running of frp type [2026-05-03,02:50:02.427] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,02:50:04.795] [DEBUG] 6 processes running of frp type [2026-05-03,03:05:02.144] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,03:05:05.800] [DEBUG] 6 processes running of frp type [2026-05-03,03:20:02.111] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,03:20:04.084] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,03:35:02.934] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,03:35:05.327] [DEBUG] 6 processes running of frp type 2026-05-03 03:42:54.537 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 03:43:04.540 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 03:43:04.540 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 03:43:12.577 [I] [client/service.go:286] [6cdaad5d33087c2d] login to server success, get run id [6cdaad5d33087c2d] 2026-05-03 03:43:12.579 [I] [proxy/proxy_manager.go:173] [6cdaad5d33087c2d] proxy added: [DNL01B4302] 2026-05-03 03:43:13.024 [I] [client/control.go:168] [6cdaad5d33087c2d] [DNL01B4302] start proxy success [2026-05-03,03:50:03.182] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,03:50:05.279] [DEBUG] 6 processes running of frp type [2026-05-03,04:05:02.798] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,04:05:05.042] [DEBUG] 6 processes running of frp type [2026-05-03,04:20:02.323] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,04:20:04.138] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,04:35:02.238] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,04:35:03.988] [DEBUG] 6 processes running of frp type [2026-05-03,04:50:02.800] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,04:50:04.965] [DEBUG] 6 processes running of frp type [2026-05-03,05:05:02.380] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,05:05:04.790] [DEBUG] 6 processes running of frp type [2026-05-03,05:20:02.169] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,05:20:04.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-03,05:35:03.057] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,05:35:05.193] [DEBUG] 6 processes running of frp type [2026-05-03,05:50:03.163] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,05:50:05.034] [DEBUG] 6 processes running of frp type [2026-05-03,06:05:02.506] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,06:05:04.924] [DEBUG] 6 processes running of frp type [2026-05-03,06:20:02.379] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,06:20:04.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-05-03,06:35:02.361] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,06:35:04.664] [DEBUG] 6 processes running of frp type [2026-05-03,06:50:02.703] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,06:50:04.676] [DEBUG] 6 processes running of frp type [2026-05-03,07:05:02.217] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,07:05:04.575] [DEBUG] 6 processes running of frp type [2026-05-03,07:20:02.915] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,07:20:05.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-05-03,07:35:02.779] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,07:35:05.112] [DEBUG] 6 processes running of frp type [2026-05-03,07:50:02.947] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,07:50:05.260] [DEBUG] 6 processes running of frp type [2026-05-03,08:02:02.506] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,08:02:04.561] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-03,08:03:45.483] [DEBUG] Log Upload Complete! [2026-05-03,08:05:02.688] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,08:05:04.467] [DEBUG] 6 processes running of frp type [2026-05-03,08:20:02.812] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,08:20:05.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-05-03,08:35:02.849] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,08:35:04.590] [DEBUG] 6 processes running of frp type [2026-05-03,08:50:02.449] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,08:50:04.804] [DEBUG] 6 processes running of frp type [2026-05-03,09:05:02.166] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,09:05:04.552] [DEBUG] 6 processes running of frp type [2026-05-03,09:20:02.912] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,09:20:05.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-05-03,09:35:02.913] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,09:35:05.776] [DEBUG] 6 processes running of frp type [2026-05-03,09:50:02.775] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,09:50:05.185] [DEBUG] 6 processes running of frp type [2026-05-03,10:05:02.748] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,10:05:04.802] [DEBUG] 6 processes running of frp type [2026-05-03,10:20:02.077] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,10:20:04.377] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,10:35:03.188] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,10:35:05.749] [DEBUG] 6 processes running of frp type [2026-05-03,10:50:02.599] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,10:50:04.963] [DEBUG] 6 processes running of frp type [2026-05-03,11:05:02.368] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,11:05:04.706] [DEBUG] 6 processes running of frp type [2026-05-03,11:20:01.953] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,11:20:04.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-03,11:35:02.656] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,11:35:10.347] [DEBUG] 6 processes running of frp type [2026-05-03,11:50:02.304] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,11:50:04.918] [DEBUG] 6 processes running of frp type [2026-05-03,12:05:02.375] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,12:05:04.592] [DEBUG] 6 processes running of frp type [2026-05-03,12:20:02.836] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,12:20:05.034] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,12:35:02.924] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,12:35:04.679] [DEBUG] 6 processes running of frp type [2026-05-03,12:50:02.490] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,12:50:04.836] [DEBUG] 6 processes running of frp type [2026-05-03,13:05:02.192] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,13:05:09.970] [DEBUG] 6 processes running of frp type [2026-05-03,13:20:02.314] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,13:20:04.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-05-03 13:28:50.652 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 13:29:00.653 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 13:29:00.654 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 13:29:14.994 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: connection write timeout 2026-05-03 13:29:14.995 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 13:29:24.997 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 13:29:24.998 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 13:29:31.450 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: session shutdown 2026-05-03 13:29:49.913 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 13:30:06.355 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: connection write timeout 2026-05-03 13:30:26.357 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 13:30:44.144 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: connection write timeout 2026-05-03 13:31:04.145 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 13:31:15.586 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: connection write timeout 2026-05-03 13:31:35.587 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 13:31:47.676 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: connection write timeout 2026-05-03 13:32:07.678 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 13:32:20.304 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: connection write timeout 2026-05-03 13:32:40.306 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 13:32:51.983 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: connection write timeout 2026-05-03 13:33:11.985 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 13:33:24.627 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: connection write timeout 2026-05-03 13:33:44.628 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 13:33:52.821 [I] [client/service.go:286] [6cdaad5d33087c2d] login to server success, get run id [6cdaad5d33087c2d] 2026-05-03 13:33:52.823 [I] [proxy/proxy_manager.go:173] [6cdaad5d33087c2d] proxy added: [DNL01B4302] 2026-05-03 13:33:53.231 [I] [client/control.go:168] [6cdaad5d33087c2d] [DNL01B4302] start proxy success [2026-05-03,13:35:03.153] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,13:35:05.523] [DEBUG] 6 processes running of frp type [2026-05-03,13:50:02.389] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,13:50:05.240] [DEBUG] 6 processes running of frp type [2026-05-03,14:05:02.561] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,14:05:04.457] [DEBUG] 6 processes running of frp type [2026-05-03,14:20:02.689] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,14:20:05.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-03,14:35:02.745] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,14:35:14.900] [DEBUG] 6 processes running of frp type [2026-05-03,14:50:02.787] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,14:50:05.565] [DEBUG] 6 processes running of frp type [2026-05-03,15:05:02.979] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,15:05:05.484] [DEBUG] 6 processes running of frp type [2026-05-03,15:20:02.911] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,15:20:05.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-05-03,15:35:02.842] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,15:35:10.782] [DEBUG] 6 processes running of frp type [2026-05-03,15:50:02.607] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,15:50:06.065] [DEBUG] 6 processes running of frp type [2026-05-03,16:05:06.037] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,16:05:08.178] [DEBUG] 6 processes running of frp type [2026-05-03,16:20:02.465] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,16:20:04.806] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,16:35:02.395] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,16:35:05.257] [DEBUG] 6 processes running of frp type [2026-05-03,16:50:02.940] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,16:50:05.173] [DEBUG] 6 processes running of frp type 2026-05-03 17:00:21.673 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 17:00:21.675 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-03 17:00:23.726 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 17:00:23.727 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-03 17:00:27.833 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 17:00:27.834 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-03 17:00:36.145 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 17:00:36.146 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-03 17:00:53.598 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 17:00:53.599 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-03 17:01:13.600 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 17:01:13.601 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-03 17:01:33.602 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 17:01:33.604 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-03 17:01:53.604 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 17:01:53.606 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-03 17:02:13.606 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 17:02:13.608 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-03 17:02:33.609 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 17:02:33.611 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-03 17:02:53.612 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 17:02:53.613 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-03 17:03:13.614 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 17:03:13.616 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-03 17:03:33.616 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 17:03:33.618 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-03 17:03:53.619 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 17:03:53.624 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-03 17:04:13.625 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 17:04:13.630 [W] [client/service.go:297] [6cdaad5d33087c2d] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-03 17:04:33.631 [I] [client/service.go:294] [6cdaad5d33087c2d] try to connect to server... 2026-05-03 17:04:34.575 [I] [client/service.go:286] [6cdaad5d33087c2d] login to server success, get run id [6cdaad5d33087c2d] 2026-05-03 17:04:34.576 [I] [proxy/proxy_manager.go:173] [6cdaad5d33087c2d] proxy added: [DNL01B4302] 2026-05-03 17:04:36.172 [I] [client/control.go:168] [6cdaad5d33087c2d] [DNL01B4302] start proxy success [2026-05-03,17:05:02.670] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,17:05:09.980] [DEBUG] 6 processes running of frp type [2026-05-03,17:20:02.399] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,17:20:04.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' [2026-05-03,17:35:02.389] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,17:35:04.431] [DEBUG] 6 processes running of frp type [2026-05-03,17:50:02.308] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,17:50:04.413] [DEBUG] 6 processes running of frp type [2026-05-03,18:00:41.338] [INFO] Initializing BusSpeedStateManager V2 [2026-05-03,18:00:41.345] [INFO] LocationSqlManager initialising [2026-05-03,18:00:41.346] [INFO] Location DB initialising [2026-05-03,18:00:41.357] [INFO] LocationSqlManager initialisation complete [2026-05-03,18:00:41.358] [DEBUG] UploadManager Init [2026-05-03,18:00:41.359] [DEBUG] UploadManager Init Complete [2026-05-03,18:00:41.363] [INFO] Initializing GPS... [2026-05-03,18:00:41.366] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.813] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,18:02:32.165] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:45.834] [DEBUG] Log Upload Complete! [2026-05-03,18:05:29.866] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,18:05:32.124] [DEBUG] Remote Access Enabled [2026-05-03,18:05:33.690] [INFO] Server Address: 138.201.17.179 [2026-05-03,18:05:33.692] [INFO] Server Port: 7000 [2026-05-03,18:05:33.701] [DEBUG] Starting Remote Access! 2026-05-03 18:05:33.898 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-03 18:05:33.899 [I] [client/service.go:294] try to connect to server... 2026-05-03 18:05:34.626 [I] [client/service.go:286] [f81b9d47de0fcc3b] login to server success, get run id [f81b9d47de0fcc3b] 2026-05-03 18:05:34.627 [I] [proxy/proxy_manager.go:173] [f81b9d47de0fcc3b] proxy added: [DNL01B4302] 2026-05-03 18:05:34.878 [I] [client/control.go:168] [f81b9d47de0fcc3b] [DNL01B4302] start proxy success [2026-05-03,18:20:03.252] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,18:20:06.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-05-03,18:35:02.926] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,18:35:05.372] [DEBUG] 6 processes running of frp type [2026-05-03,18:50:03.087] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,18:50:04.918] [DEBUG] 6 processes running of frp type [2026-05-03,19:05:02.262] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,19:05:09.156] [DEBUG] 6 processes running of frp type [2026-05-03,19:20:02.335] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,19:20:04.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-05-03,19:35:02.459] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,19:35:04.237] [DEBUG] 6 processes running of frp type [2026-05-03,19:50:02.937] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,19:50:04.764] [DEBUG] 6 processes running of frp type [2026-05-03,20:05:02.301] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,20:05:19.053] [DEBUG] 6 processes running of frp type [2026-05-03,20:20:02.445] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,20:20:04.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-03,20:35:02.943] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,20:35:07.900] [DEBUG] 6 processes running of frp type [2026-05-03,20:50:02.690] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,20:50:04.531] [DEBUG] 6 processes running of frp type [2026-05-03,21:05:02.975] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,21:05:05.009] [DEBUG] 6 processes running of frp type [2026-05-03,21:20:02.277] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,21:20:04.119] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,21:35:02.197] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,21:35:04.603] [DEBUG] 6 processes running of frp type [2026-05-03,21:50:02.620] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,21:50:04.444] [DEBUG] 6 processes running of frp type [2026-05-03,22:05:02.897] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,22:05:10.118] [DEBUG] 6 processes running of frp type [2026-05-03,22:20:02.531] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,22:20:05.096] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-03,22:35:02.388] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,22:35:04.685] [DEBUG] 6 processes running of frp type [2026-05-03,22:50:02.634] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,22:50:05.745] [DEBUG] 6 processes running of frp type 2026-05-03 23:00:33.842 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-03 23:00:43.845 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 23:00:43.846 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-03 23:00:53.848 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 23:00:53.848 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-03 23:01:03.850 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 23:01:03.850 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-03 23:01:13.852 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 23:01:13.852 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-03 23:01:23.853 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-03 23:01:43.854 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-03 23:01:58.973 [I] [client/service.go:286] [f81b9d47de0fcc3b] login to server success, get run id [f81b9d47de0fcc3b] 2026-05-03 23:01:58.975 [I] [proxy/proxy_manager.go:173] [f81b9d47de0fcc3b] proxy added: [DNL01B4302] 2026-05-03 23:02:16.662 [I] [client/control.go:168] [f81b9d47de0fcc3b] [DNL01B4302] start proxy success [2026-05-03,23:05:02.088] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,23:05:04.197] [DEBUG] 6 processes running of frp type [2026-05-03,23:20:02.611] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,23:20:05.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-05-03,23:35:02.407] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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-a8-a9 (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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 110] Connection timed out')) [2026-05-03,23:50:02.326] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-03,23:50:03.807] [DEBUG] Remote Access Disabled [2026-05-04,00:05:05.680] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,00:05:07.530] [DEBUG] Remote Access Disabled [2026-05-04,00:20:03.030] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,00:20:04.944] [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:02.674] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,00:35:04.325] [DEBUG] Remote Access Disabled [2026-05-04,00:50:03.094] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,00:50:04.823] [DEBUG] Remote Access Disabled [2026-05-04,01:05:02.346] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,01:05:03.788] [DEBUG] Remote Access Disabled [2026-05-04,01:20:02.029] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,01:20:03.569] [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:03.328] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,01:35:05.138] [DEBUG] Remote Access Disabled [2026-05-04,01:50:03.153] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,01:50:04.878] [DEBUG] Remote Access Disabled [2026-05-04,02:05:02.154] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,02:05:03.465] [DEBUG] Remote Access Disabled [2026-05-04,02:20:02.828] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,02:20:04.375] [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:02.783] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,02:35:04.425] [DEBUG] Remote Access Disabled [2026-05-04,02:50:02.150] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,02:50:04.543] [DEBUG] 6 processes running of frp type [2026-05-04,03:05:03.032] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,03:05:05.406] [DEBUG] 6 processes running of frp type [2026-05-04,03:20:02.628] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,03:20:04.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-04,03:35:02.241] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,03:35:04.418] [DEBUG] 6 processes running of frp type [2026-05-04,03:50:03.266] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,03:50:05.356] [DEBUG] 6 processes running of frp type [2026-05-04,04:05:02.698] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,04:05:05.085] [DEBUG] 6 processes running of frp type [2026-05-04,04:20:02.302] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,04:20:04.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-04,04:35:02.269] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,04:35:04.624] [DEBUG] 6 processes running of frp type [2026-05-04,04:50:02.561] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,04:50:04.793] [DEBUG] 6 processes running of frp type [2026-05-04,05:05:02.205] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,05:05:04.079] [DEBUG] 6 processes running of frp type [2026-05-04,05:20:02.360] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,05:20:04.623] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,05:35:02.374] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,05:35:04.736] [DEBUG] 6 processes running of frp type [2026-05-04,05:50:02.660] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,05:50:04.764] [DEBUG] 6 processes running of frp type [2026-05-04,06:05:02.245] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,06:05:04.476] [DEBUG] 6 processes running of frp type [2026-05-04,06:20:02.911] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,06:20:04.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-04,06:35:02.191] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,06:35:04.492] [DEBUG] 6 processes running of frp type [2026-05-04,06:50:02.288] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,06:50:04.259] [DEBUG] 6 processes running of frp type [2026-05-04,07:05:02.728] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,07:05:40.581] [DEBUG] 6 processes running of frp type [2026-05-04,07:20:03.090] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,07:20:05.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-05-04,07:35:02.641] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,07:35:05.329] [DEBUG] 6 processes running of frp type [2026-05-04,07:50:03.118] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,07:50:05.811] [DEBUG] 6 processes running of frp type [2026-05-04,08:02:02.059] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 Traceback (most recent call last): File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 446, in _make_request six.raise_from(e, None) File "", line 3, in raise_from File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 441, in _make_request httplib_response = conn.getresponse() File "/usr/lib/python3.9/http/client.py", line 1351, in getresponse response.begin() File "/usr/lib/python3.9/http/client.py", line 316, in begin version, status, reason = self._read_status() File "/usr/lib/python3.9/http/client.py", line 277, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") File "/usr/lib/python3.9/socket.py", line 704, in readinto return self._sock.recv_into(b) File "/usr/lib/python3.9/ssl.py", line 1274, in recv_into return self.read(nbytes, buffer) File "/usr/lib/python3.9/ssl.py", line 1132, in read return self._sslobj.read(len, buffer) socket.timeout: The read operation timed out During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 667, in send resp = conn.urlopen( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 756, in urlopen retries = retries.increment( File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 534, in increment raise six.reraise(type(error), error, _stacktrace) File "/usr/lib/python3/dist-packages/six.py", line 719, in reraise raise value File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 700, in urlopen httplib_response = self._make_request( File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 448, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 337, in _raise_timeout raise ReadTimeoutError( urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='safepassenger.co.in', port=443): Read timed out. (read timeout=120) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 40, in main() File "/home/sh/sh_pc_v3_device/11_main_upload_log.py", line 25, in main response = requests.get(api_url, timeout=120) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 73, in get return request("get", url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 59, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 589, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 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:02.112] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,08:05:04.173] [DEBUG] 6 processes running of frp type [2026-05-04,08:20:02.524] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,08:20:04.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-05-04,08:35:02.326] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,08:35:04.219] [DEBUG] 6 processes running of frp type [2026-05-04,08:50:02.920] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,08:50:05.671] [DEBUG] 6 processes running of frp type [2026-05-04,09:05:02.956] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,09:05:09.874] [DEBUG] 6 processes running of frp type [2026-05-04,09:20:02.189] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,09:20:04.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-05-04,09:35:01.988] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,09:35:04.901] [DEBUG] 6 processes running of frp type [2026-05-04,09:50:02.768] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,09:50:05.159] [DEBUG] 6 processes running of frp type [2026-05-04,10:05:02.482] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,10:05:04.666] [DEBUG] 6 processes running of frp type [2026-05-04,10:20:02.860] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,10:20:04.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-04,10:35:02.789] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,10:35:05.330] [DEBUG] 6 processes running of frp type [2026-05-04,10:50:02.256] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,10:50:04.850] [DEBUG] 6 processes running of frp type [2026-05-04,11:05:02.040] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,11:05:09.722] [DEBUG] 6 processes running of frp type [2026-05-04,11:20:02.206] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,11:20:04.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-05-04,11:35:02.792] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,11:35:05.021] [DEBUG] 6 processes running of frp type [2026-05-04,11:50:02.828] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,11:50:05.366] [DEBUG] 6 processes running of frp type [2026-05-04,12:05:02.804] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,12:05:05.191] [DEBUG] 6 processes running of frp type [2026-05-04,12:20:02.642] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,12:20:09.728] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,12:35:02.667] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,12:35:05.084] [DEBUG] 6 processes running of frp type [2026-05-04,12:50:02.860] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,12:50:05.232] [DEBUG] 6 processes running of frp type [2026-05-04,13:05:02.605] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,13:05:05.064] [DEBUG] 6 processes running of frp type [2026-05-04,13:20:02.558] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,13:20:05.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-05-04,13:35:02.516] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,13:35:04.761] [DEBUG] 6 processes running of frp type [2026-05-04,13:50:02.538] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,13:50:04.707] [DEBUG] 6 processes running of frp type [2026-05-04,14:05:02.073] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,14:05:09.222] [DEBUG] 6 processes running of frp type [2026-05-04,14:20:02.570] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,14:20:05.285] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,14:35:02.389] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,14:35:04.739] [DEBUG] 6 processes running of frp type [2026-05-04,14:50:02.437] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,14:50:04.581] [DEBUG] 6 processes running of frp type [2026-05-04,15:05:03.136] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,15:05:10.506] [DEBUG] 6 processes running of frp type [2026-05-04,15:20:02.942] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,15:20:05.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-04,15:35:02.794] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,15:35:05.066] [DEBUG] 6 processes running of frp type 2026-05-04 15:43:21.759 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-04 15:43:31.763 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 15:43:31.764 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-04 15:43:41.661 [I] [client/service.go:286] [f81b9d47de0fcc3b] login to server success, get run id [f81b9d47de0fcc3b] 2026-05-04 15:43:41.663 [I] [proxy/proxy_manager.go:173] [f81b9d47de0fcc3b] proxy added: [DNL01B4302] 2026-05-04 15:43:41.918 [I] [client/control.go:168] [f81b9d47de0fcc3b] [DNL01B4302] start proxy success [2026-05-04,15:50:02.797] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,15:50:05.241] [DEBUG] 6 processes running of frp type [2026-05-04,16:05:02.792] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,16:05:05.013] [DEBUG] 6 processes running of frp type [2026-05-04,16:20:02.384] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,16:20:04.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-05-04,16:35:02.299] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,16:35:04.751] [DEBUG] 6 processes running of frp type [2026-05-04,16:50:02.522] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,16:50:04.974] [DEBUG] 6 processes running of frp type 2026-05-04 17:00:25.251 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-04 17:00:25.253 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:00:27.431 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-04 17:00:27.433 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:00:31.827 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-04 17:00:31.829 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:00:41.460 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-04 17:00:41.462 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:01:01.462 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-04 17:01:01.464 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:01:21.465 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-04 17:01:21.466 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:01:41.467 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-04 17:01:41.469 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:02:01.470 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-04 17:02:01.471 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:02:21.471 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-04 17:02:21.473 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:02:41.474 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-04 17:02:41.475 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:03:01.476 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-04 17:03:01.477 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:03:21.479 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-04 17:03:21.480 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:03:41.481 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-04 17:03:41.486 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:04:01.486 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-04 17:04:01.490 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-04 17:04:21.491 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-04 17:04:21.496 [W] [client/service.go:297] [f81b9d47de0fcc3b] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-04 17:04:41.498 [I] [client/service.go:294] [f81b9d47de0fcc3b] try to connect to server... 2026-05-04 17:04:42.915 [I] [client/service.go:286] [f81b9d47de0fcc3b] login to server success, get run id [f81b9d47de0fcc3b] 2026-05-04 17:04:42.917 [I] [proxy/proxy_manager.go:173] [f81b9d47de0fcc3b] proxy added: [DNL01B4302] 2026-05-04 17:04:43.120 [I] [client/control.go:168] [f81b9d47de0fcc3b] [DNL01B4302] start proxy success [2026-05-04,17:05:02.409] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,17:05:04.943] [DEBUG] 6 processes running of frp type [2026-05-04,17:20:02.270] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,17:20:10.142] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,17:35:03.267] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,17:35:06.093] [DEBUG] 6 processes running of frp type [2026-05-04,17:50:02.865] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,17:50:05.371] [DEBUG] 6 processes running of frp type [2026-05-04,18:00:42.594] [INFO] Initializing BusSpeedStateManager V2 [2026-05-04,18:00:42.600] [INFO] LocationSqlManager initialising [2026-05-04,18:00:42.601] [INFO] Location DB initialising [2026-05-04,18:00:42.612] [INFO] LocationSqlManager initialisation complete [2026-05-04,18:00:42.614] [DEBUG] UploadManager Init [2026-05-04,18:00:42.614] [DEBUG] UploadManager Init Complete [2026-05-04,18:00:42.619] [INFO] Initializing GPS... [2026-05-04,18:00:42.622] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:30.259] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,18:02:36.985] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:48.232] [DEBUG] Log Upload Complete! [2026-05-04,18:05:30.283] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,18:05:31.989] [DEBUG] Remote Access Enabled [2026-05-04,18:05:33.274] [INFO] Server Address: 138.201.17.179 [2026-05-04,18:05:33.275] [INFO] Server Port: 7000 [2026-05-04,18:05:33.280] [DEBUG] Starting Remote Access! 2026-05-04 18:05:33.449 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-04 18:05:33.451 [I] [client/service.go:294] try to connect to server... 2026-05-04 18:05:33.961 [I] [client/service.go:286] [630b0556a497ba40] login to server success, get run id [630b0556a497ba40] 2026-05-04 18:05:33.962 [I] [proxy/proxy_manager.go:173] [630b0556a497ba40] proxy added: [DNL01B4302] 2026-05-04 18:05:34.131 [I] [client/control.go:168] [630b0556a497ba40] [DNL01B4302] start proxy success [2026-05-04,18:20:03.072] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,18:20:04.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-04,18:35:02.708] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,18:35:04.423] [DEBUG] 6 processes running of frp type [2026-05-04,18:50:02.904] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,18:50:05.416] [DEBUG] 6 processes running of frp type [2026-05-04,19:05:02.940] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,19:05:04.697] [DEBUG] 6 processes running of frp type [2026-05-04,19:20:03.329] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,19:20:04.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-04,19:35:03.095] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,19:35:19.843] [DEBUG] 6 processes running of frp type [2026-05-04,19:50:02.658] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,19:50:04.389] [DEBUG] 6 processes running of frp type [2026-05-04,20:05:02.676] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,20:05:04.402] [DEBUG] 6 processes running of frp type [2026-05-04,20:20:02.688] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,20:20:04.463] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,20:35:02.103] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,20:35:03.914] [DEBUG] 6 processes running of frp type 2026-05-04 20:45:44.547 [I] [client/service.go:294] [630b0556a497ba40] try to connect to server... 2026-05-04 20:45:54.549 [W] [client/service.go:297] [630b0556a497ba40] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-04 20:45:54.550 [I] [client/service.go:294] [630b0556a497ba40] try to connect to server... 2026-05-04 20:46:00.400 [I] [client/service.go:286] [630b0556a497ba40] login to server success, get run id [630b0556a497ba40] 2026-05-04 20:46:00.402 [I] [proxy/proxy_manager.go:173] [630b0556a497ba40] proxy added: [DNL01B4302] 2026-05-04 20:46:01.121 [I] [client/control.go:168] [630b0556a497ba40] [DNL01B4302] start proxy success [2026-05-04,20:50:02.744] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,20:50:19.763] [DEBUG] 6 processes running of frp type [2026-05-04,21:05:02.197] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,21:05:09.084] [DEBUG] 6 processes running of frp type [2026-05-04,21:20:02.266] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,21:20:04.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-04,21:35:03.100] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,21:35:11.690] [DEBUG] 6 processes running of frp type [2026-05-04,21:50:03.057] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,21:50:10.341] [DEBUG] 6 processes running of frp type [2026-05-04,22:05:02.825] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,22:05:05.284] [DEBUG] 6 processes running of frp type [2026-05-04,22:20:02.716] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,22:20:04.689] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-04,22:35:02.550] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,22:35:04.823] [DEBUG] 6 processes running of frp type [2026-05-04,22:50:02.629] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,22:50:05.419] [DEBUG] 6 processes running of frp type [2026-05-04,23:05:02.890] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,23:05:05.405] [DEBUG] 6 processes running of frp type [2026-05-04,23:20:02.773] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,23:20:04.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-05-04,23:35:02.670] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,23:35:04.916] [DEBUG] 6 processes running of frp type [2026-05-04,23:50:02.760] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-04,23:50:05.626] [DEBUG] 6 processes running of frp type [2026-05-05,00:05:03.186] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,00:05:05.371] [DEBUG] 6 processes running of frp type [2026-05-05,00:20:02.583] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,00:20:04.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-05,00:35:02.644] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,00:35:05.042] [DEBUG] 6 processes running of frp type [2026-05-05,00:50:02.839] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,00:50:04.923] [DEBUG] 6 processes running of frp type [2026-05-05,01:05:02.409] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,01:05:04.684] [DEBUG] 6 processes running of frp type [2026-05-05,01:20:02.065] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,01:20:04.294] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-05,01:35:02.749] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,01:35:04.819] [DEBUG] 6 processes running of frp type [2026-05-05,01:50:02.691] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,01:50:05.306] [DEBUG] 6 processes running of frp type [2026-05-05,02:05:02.753] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,02:05:04.968] [DEBUG] 6 processes running of frp type [2026-05-05,02:20:02.307] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,02:20:04.374] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-05,02:35:02.989] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,02:35:05.326] [DEBUG] 6 processes running of frp type [2026-05-05,02:50:02.768] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,02:50:04.703] [DEBUG] 6 processes running of frp type [2026-05-05,03:05:01.954] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,03:05:03.840] [DEBUG] 6 processes running of frp type [2026-05-05,03:20:02.408] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,03:20:07.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-05-05,03:35:02.244] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,03:35:04.578] [DEBUG] 6 processes running of frp type [2026-05-05,03:50:02.445] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,03:50:05.008] [DEBUG] 6 processes running of frp type [2026-05-05,04:05:02.548] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,04:05:04.568] [DEBUG] 6 processes running of frp type [2026-05-05,04:20:02.884] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,04:20:05.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-05-05,04:35:02.978] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,04:35:05.704] [DEBUG] 6 processes running of frp type [2026-05-05,04:50:02.701] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,04:50:04.834] [DEBUG] 6 processes running of frp type [2026-05-05,05:05:02.266] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,05:05:04.119] [DEBUG] 6 processes running of frp type [2026-05-05,05:20:02.304] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,05:20:04.668] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-05,05:35:02.367] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,05:35:04.348] [DEBUG] 6 processes running of frp type [2026-05-05,05:50:02.188] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,05:50:04.287] [DEBUG] 6 processes running of frp type [2026-05-05,06:05:02.780] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,06:05:04.901] [DEBUG] 6 processes running of frp type [2026-05-05,06:20:02.321] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,06:20:04.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-05,06:35:03.156] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,06:35:05.528] [DEBUG] 6 processes running of frp type [2026-05-05,06:50:02.356] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,06:50:04.355] [DEBUG] 6 processes running of frp type [2026-05-05,07:05:02.888] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,07:05:04.773] [DEBUG] 6 processes running of frp type [2026-05-05,07:20:02.202] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,07:20:04.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-05-05,07:35:03.155] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,07:35:05.239] [DEBUG] 6 processes running of frp type [2026-05-05,07:50:03.197] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,07:50:05.388] [DEBUG] 6 processes running of frp type [2026-05-05,08:02:02.690] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,08:02:04.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( [2026-05-05,08:02:19.280] [DEBUG] Log Upload Complete! [2026-05-05,08:05:02.987] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,08:05:05.094] [DEBUG] 6 processes running of frp type [2026-05-05,08:20:02.412] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,08:20:04.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-05,08:35:02.421] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,08:35:04.731] [DEBUG] 6 processes running of frp type [2026-05-05,08:50:02.716] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,08:50:05.361] [DEBUG] 6 processes running of frp type [2026-05-05,09:05:02.948] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,09:05:04.741] [DEBUG] 6 processes running of frp type [2026-05-05,09:20:02.262] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,09:20:04.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-05-05,09:35:03.056] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,09:35:06.108] [DEBUG] 6 processes running of frp type [2026-05-05,09:50:02.834] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,09:50:05.495] [DEBUG] 6 processes running of frp type [2026-05-05,10:05:02.927] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,10:07:04.388] [DEBUG] Remote Access Disabled [2026-05-05,10:20:02.747] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,10:20:54.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-05-05,10:35:02.529] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,10:35:04.457] [DEBUG] 6 processes running of frp type [2026-05-05,10:50:02.257] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,10:50:04.699] [DEBUG] 6 processes running of frp type [2026-05-05,11:05:02.186] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,11:05:04.498] [DEBUG] 6 processes running of frp type [2026-05-05,11:20:02.848] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,11:20:05.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-05,11:35:02.727] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,11:35:05.265] [DEBUG] 6 processes running of frp type [2026-05-05,11:50:03.092] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,11:50:05.086] [DEBUG] 6 processes running of frp type [2026-05-05,12:05:02.601] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,12:05:04.848] [DEBUG] 6 processes running of frp type [2026-05-05,12:20:02.377] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,12:20:04.472] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-05,12:35:02.302] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,12:35:04.629] [DEBUG] 6 processes running of frp type [2026-05-05,12:50:02.358] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,12:50:04.158] [DEBUG] 6 processes running of frp type [2026-05-05,13:05:02.706] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,13:05:04.950] [DEBUG] 6 processes running of frp type [2026-05-05,13:20:02.323] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,13:20:09.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-05,13:35:02.310] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,13:35:09.758] [DEBUG] 6 processes running of frp type [2026-05-05,13:50:02.561] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,13:50:04.870] [DEBUG] 6 processes running of frp type [2026-05-05,14:05:02.350] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,14:05:04.362] [DEBUG] 6 processes running of frp type [2026-05-05,14:20:02.726] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,14:20:10.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-05,14:35:02.775] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,14:35:04.949] [DEBUG] 6 processes running of frp type [2026-05-05,14:50:02.687] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,14:50:05.177] [DEBUG] 6 processes running of frp type [2026-05-05,15:05:02.563] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,15:05:05.035] [DEBUG] 6 processes running of frp type [2026-05-05,15:20:02.524] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,15:20:09.913] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-05,15:35:02.341] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,15:35:09.761] [DEBUG] 6 processes running of frp type [2026-05-05,15:50:02.548] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,15:50:04.915] [DEBUG] 6 processes running of frp type [2026-05-05,16:05:02.433] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,16:05:04.315] [DEBUG] 6 processes running of frp type [2026-05-05,16:20:02.654] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,16:20:04.800] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-05,16:35:02.724] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,16:35:05.069] [DEBUG] 6 processes running of frp type [2026-05-05,16:50:02.852] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,16:50:05.232] [DEBUG] 6 processes running of frp type 2026-05-05 17:00:37.337 [I] [client/service.go:294] [630b0556a497ba40] try to connect to server... 2026-05-05 17:00:37.339 [W] [client/service.go:297] [630b0556a497ba40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:00:39.463 [I] [client/service.go:294] [630b0556a497ba40] try to connect to server... 2026-05-05 17:00:39.464 [W] [client/service.go:297] [630b0556a497ba40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:00:43.790 [I] [client/service.go:294] [630b0556a497ba40] try to connect to server... 2026-05-05 17:00:43.791 [W] [client/service.go:297] [630b0556a497ba40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:00:53.038 [I] [client/service.go:294] [630b0556a497ba40] try to connect to server... 2026-05-05 17:00:53.039 [W] [client/service.go:297] [630b0556a497ba40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:01:13.019 [I] [client/service.go:294] [630b0556a497ba40] try to connect to server... 2026-05-05 17:01:13.020 [W] [client/service.go:297] [630b0556a497ba40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:01:33.021 [I] [client/service.go:294] [630b0556a497ba40] try to connect to server... 2026-05-05 17:01:33.022 [W] [client/service.go:297] [630b0556a497ba40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:01:53.024 [I] [client/service.go:294] [630b0556a497ba40] try to connect to server... 2026-05-05 17:01:53.025 [W] [client/service.go:297] [630b0556a497ba40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:02:13.026 [I] [client/service.go:294] [630b0556a497ba40] try to connect to server... 2026-05-05 17:02:13.028 [W] [client/service.go:297] [630b0556a497ba40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:02:33.029 [I] [client/service.go:294] [630b0556a497ba40] try to connect to server... 2026-05-05 17:02:33.030 [W] [client/service.go:297] [630b0556a497ba40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:02:53.031 [I] [client/service.go:294] [630b0556a497ba40] try to connect to server... 2026-05-05 17:02:53.033 [W] [client/service.go:297] [630b0556a497ba40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:03:13.033 [I] [client/service.go:294] [630b0556a497ba40] try to connect to server... 2026-05-05 17:03:13.035 [W] [client/service.go:297] [630b0556a497ba40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:03:33.036 [I] [client/service.go:294] [630b0556a497ba40] try to connect to server... 2026-05-05 17:03:33.037 [W] [client/service.go:297] [630b0556a497ba40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:03:53.039 [I] [client/service.go:294] [630b0556a497ba40] try to connect to server... 2026-05-05 17:03:53.043 [W] [client/service.go:297] [630b0556a497ba40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:04:13.044 [I] [client/service.go:294] [630b0556a497ba40] try to connect to server... 2026-05-05 17:04:13.050 [W] [client/service.go:297] [630b0556a497ba40] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-05 17:04:33.051 [I] [client/service.go:294] [630b0556a497ba40] try to connect to server... 2026-05-05 17:04:33.760 [I] [client/service.go:286] [630b0556a497ba40] login to server success, get run id [630b0556a497ba40] 2026-05-05 17:04:33.762 [I] [proxy/proxy_manager.go:173] [630b0556a497ba40] proxy added: [DNL01B4302] 2026-05-05 17:04:34.258 [I] [client/control.go:168] [630b0556a497ba40] [DNL01B4302] start proxy success [2026-05-05,17:05:02.699] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,17:05:04.749] [DEBUG] 6 processes running of frp type [2026-05-05,17:20:02.092] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,17:20:03.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-05,17:35:03.007] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,17:35:05.298] [DEBUG] 6 processes running of frp type [2026-05-05,17:50:03.159] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,17:50:05.325] [DEBUG] 6 processes running of frp type [2026-05-05,18:00:41.382] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,18:00:41.389] [INFO] LocationSqlManager initialising [2026-05-05,18:00:41.390] [INFO] Location DB initialising [2026-05-05,18:00:41.401] [INFO] LocationSqlManager initialisation complete [2026-05-05,18:00:41.402] [DEBUG] UploadManager Init [2026-05-05,18:00:41.402] [DEBUG] UploadManager Init Complete [2026-05-05,18:00:41.407] [INFO] Initializing GPS... [2026-05-05,18:00: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-05,18:02:29.771] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,18:02:37.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-05-05,18:02:53.354] [DEBUG] Log Upload Complete! [2026-05-05,18:05:29.914] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,18:05:31.735] [DEBUG] Remote Access Enabled [2026-05-05,18:05:33.224] [INFO] Server Address: 138.201.17.179 [2026-05-05,18:05:33.225] [INFO] Server Port: 7000 [2026-05-05,18:05:33.236] [DEBUG] Starting Remote Access! 2026-05-05 18:05:33.420 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-05 18:05:33.421 [I] [client/service.go:294] try to connect to server... 2026-05-05 18:05:33.938 [I] [client/service.go:286] [c6ddacaef529f7c7] login to server success, get run id [c6ddacaef529f7c7] 2026-05-05 18:05:33.939 [I] [proxy/proxy_manager.go:173] [c6ddacaef529f7c7] proxy added: [DNL01B4302] 2026-05-05 18:05:34.168 [I] [client/control.go:168] [c6ddacaef529f7c7] [DNL01B4302] start proxy success [2026-05-05,18:20:02.884] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,18:20:04.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-05-05,18:35:02.718] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,18:35:04.486] [DEBUG] 6 processes running of frp type [2026-05-05,18:50:02.095] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,18:50:04.643] [DEBUG] 6 processes running of frp type [2026-05-05,19:05:03.093] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,19:05:04.868] [DEBUG] 6 processes running of frp type [2026-05-05,19:20:02.383] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,19:20:09.804] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-05,19:35:02.030] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,19:35:04.575] [DEBUG] 6 processes running of frp type [2026-05-05,19:09:02.951] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,19:09:02.955] [INFO] LocationSqlManager initialising [2026-05-05,19:09:02.956] [INFO] Location DB initialising [2026-05-05,19:09:02.965] [INFO] LocationSqlManager initialisation complete [2026-05-05,19:09:02.966] [DEBUG] UploadManager Init [2026-05-05,19:09:02.966] [DEBUG] UploadManager Init Complete [2026-05-05,19:09:02.969] [INFO] Initializing GPS... [2026-05-05,19:09:02.971] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:43:45.063] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,20:43:46.850] [DEBUG] Remote Access Enabled [2026-05-05,20:43:48.401] [INFO] Server Address: 138.201.17.179 [2026-05-05,20:43:48.403] [INFO] Server Port: 7000 [2026-05-05,20:43:48.412] [DEBUG] Starting Remote Access! 2026-05-05 20:43:48.586 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-05 20:43:48.587 [I] [client/service.go:294] try to connect to server... 2026-05-05 20:43:49.351 [I] [client/service.go:286] [25666202e1450b31] login to server success, get run id [25666202e1450b31] 2026-05-05 20:43:49.352 [I] [proxy/proxy_manager.go:173] [25666202e1450b31] proxy added: [DNL01B4302] 2026-05-05 20:43:49.530 [I] [client/control.go:168] [25666202e1450b31] [DNL01B4302] start proxy success [2026-05-05,20:50:02.814] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,20:50:04.857] [DEBUG] 6 processes running of frp type [2026-05-05,21:05:02.587] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,21:05:05.024] [DEBUG] 6 processes running of frp type [2026-05-05,21:20:02.554] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,21:20:04.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-05-05,21:35:02.556] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,21:35:04.464] [DEBUG] 6 processes running of frp type [2026-05-05,21:50:03.103] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,21:50:05.726] [DEBUG] 6 processes running of frp type [2026-05-05,22:05:01.981] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,22:05:04.043] [DEBUG] 6 processes running of frp type [2026-05-05,22:20:02.404] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,22:20:04.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-05,22:35:02.537] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,22:35:04.456] [DEBUG] 6 processes running of frp type [2026-05-05,22:50:08.118] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,22:50:11.027] [DEBUG] 6 processes running of frp type [2026-05-05,23:05:02.259] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-05,23:05:04.705] [DEBUG] 6 processes running of frp type [2026-05-05,22:58:53.963] [INFO] Initializing BusSpeedStateManager V2 [2026-05-05,22:58:53.970] [INFO] LocationSqlManager initialising [2026-05-05,22:58:53.971] [INFO] Location DB initialising [2026-05-05,22:58:53.984] [INFO] LocationSqlManager initialisation complete [2026-05-05,22:58:53.986] [DEBUG] UploadManager Init [2026-05-05,22:58:53.987] [DEBUG] UploadManager Init Complete [2026-05-05,22:58:53.994] [INFO] Initializing GPS... [2026-05-05,22:58:53.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' [2026-05-05,23:00:42.426] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-05,23:03:42.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 111] Connection refused')) [2026-05-05,23:03:42.455] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-05,23:05:02.574] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-06,19:12:14.606] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,19:12:16.823] [DEBUG] Remote Access Enabled [2026-05-06,19:12:18.690] [INFO] Server Address: 138.201.17.179 [2026-05-06,19:12:18.692] [INFO] Server Port: 7000 [2026-05-06,19:12:18.701] [DEBUG] Starting Remote Access! 2026-05-06 19:12:18.868 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-06 19:12:18.869 [I] [client/service.go:294] try to connect to server... 2026-05-06 19:12:19.492 [I] [client/service.go:286] [ae3efd5513cedf4b] login to server success, get run id [ae3efd5513cedf4b] 2026-05-06 19:12:19.493 [I] [proxy/proxy_manager.go:173] [ae3efd5513cedf4b] proxy added: [DNL01B4302] 2026-05-06 19:12:19.941 [I] [client/control.go:168] [ae3efd5513cedf4b] [DNL01B4302] start proxy success [2026-05-06,19:20:02.847] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,19:20:05.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-06,19:35:02.855] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,19:35:20.036] [DEBUG] 6 processes running of frp type [2026-05-06,19:50:02.746] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,19:50:20.035] [DEBUG] 6 processes running of frp type [2026-05-06,20:05:02.329] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,20:05:09.634] [DEBUG] 6 processes running of frp type [2026-05-06,20:20:03.071] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,20:20:15.216] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-06,20:35:02.441] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,20:35:04.821] [DEBUG] 6 processes running of frp type [2026-05-06,20:50:07.308] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,20:50:09.455] [DEBUG] 6 processes running of frp type [2026-05-06,21:05:03.006] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,21:05:05.548] [DEBUG] 6 processes running of frp type [2026-05-06,21:20:03.062] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,21:20:05.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-06,21:35:02.851] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,21:35:10.461] [DEBUG] 6 processes running of frp type [2026-05-06,21:50:02.388] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,21:50:05.195] [DEBUG] 6 processes running of frp type [2026-05-06,22:05:02.600] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,22:05:05.404] [DEBUG] 6 processes running of frp type [2026-05-06,22:20:02.832] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,22:20:05.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-05-06,22:35:02.410] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,22:35:05.275] [DEBUG] 6 processes running of frp type [2026-05-06,22:50:03.149] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,22:50:05.646] [DEBUG] 6 processes running of frp type [2026-05-06,23:05:02.050] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,23:05:04.561] [DEBUG] 6 processes running of frp type [2026-05-06,23:20:03.016] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,23:20:05.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' [2026-05-06,23:35:03.096] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,23:35:05.429] [DEBUG] 6 processes running of frp type [2026-05-06,23:50:02.100] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-06,23:50:04.536] [DEBUG] 6 processes running of frp type [2026-05-07,00:05:03.173] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,00:05:05.386] [DEBUG] 6 processes running of frp type [2026-05-07,00:20:03.920] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,00:20:07.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' [2026-05-07,00:35:02.531] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,00:35:05.027] [DEBUG] 6 processes running of frp type [2026-05-07,00:50:02.889] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,00:50:05.714] [DEBUG] 6 processes running of frp type [2026-05-07,01:05:02.257] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,01:05:04.356] [DEBUG] 6 processes running of frp type [2026-05-07,01:20:02.862] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,01:20:05.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-05-07,01:35:02.639] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,01:35:05.172] [DEBUG] 6 processes running of frp type [2026-05-07,01:50:02.887] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,01:50:05.072] [DEBUG] 6 processes running of frp type [2026-05-07,02:05:02.518] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,02:05:04.356] [DEBUG] 6 processes running of frp type [2026-05-07,02:20:02.700] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,02:20:04.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-07,02:35:02.679] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,02:35:05.562] [DEBUG] 6 processes running of frp type [2026-05-07,02:50:02.410] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,02:50:04.698] [DEBUG] 6 processes running of frp type [2026-05-07,03:05:02.404] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,03:05:04.140] [DEBUG] 6 processes running of frp type [2026-05-07,03:20:02.467] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,03:20:04.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-05-07,03:35:02.451] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,03:35:04.860] [DEBUG] 6 processes running of frp type [2026-05-07,03:50:02.603] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,03:50:04.985] [DEBUG] 6 processes running of frp type [2026-05-07,04:05:02.419] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,04:05:04.462] [DEBUG] 6 processes running of frp type [2026-05-07,04:20:02.901] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,04:20:04.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-05-07,04:35:02.698] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,04:35:05.119] [DEBUG] 6 processes running of frp type [2026-05-07,04:50:02.934] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,04:50:05.023] [DEBUG] 6 processes running of frp type [2026-05-07,05:05:02.710] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,05:05:04.741] [DEBUG] 6 processes running of frp type [2026-05-07,05:20:01.971] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,05:20:05.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-05-07,05:35:03.019] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,05:35:05.209] [DEBUG] 6 processes running of frp type [2026-05-07,05:50:02.957] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,05:50:05.492] [DEBUG] 6 processes running of frp type [2026-05-07,06:05:03.036] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,06:05:04.774] [DEBUG] 6 processes running of frp type [2026-05-07,06:20:02.118] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,06:20:04.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-07,06:35:02.873] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,06:35:05.237] [DEBUG] 6 processes running of frp type [2026-05-07,06:50:02.800] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,06:50:05.173] [DEBUG] 6 processes running of frp type [2026-05-07,07:05:02.730] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,07:05:04.485] [DEBUG] 6 processes running of frp type [2026-05-07,07:20:02.894] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,07:20:05.511] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,07:35:02.661] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,07:35:05.116] [DEBUG] 6 processes running of frp type [2026-05-07,07:50:02.808] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,07:50:05.015] [DEBUG] 6 processes running of frp type [2026-05-07,08:02:02.257] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,08:02:04.738] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-07,08:02:31.612] [DEBUG] Log Upload Complete! [2026-05-07,08:05:02.486] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,08:05:05.143] [DEBUG] 6 processes running of frp type [2026-05-07,08:20:02.512] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,08:20:04.636] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,08:35:02.503] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,08:35:09.857] [DEBUG] 6 processes running of frp type [2026-05-07,08:50:02.568] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,08:50:04.947] [DEBUG] 6 processes running of frp type [2026-05-07,09:05:02.452] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,09:05:05.318] [DEBUG] 6 processes running of frp type [2026-05-07,09:20:02.632] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,09:20:05.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-07,09:35:02.668] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,09:35:05.511] [DEBUG] 6 processes running of frp type [2026-05-07,09:50:02.379] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,09:50:04.395] [DEBUG] 6 processes running of frp type [2026-05-07,10:05:03.954] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,10:05:16.825] [DEBUG] 6 processes running of frp type [2026-05-07,10:20:02.251] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,10:20:09.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-05-07,10:35:02.024] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,10:35:06.042] [DEBUG] 6 processes running of frp type 2026-05-07 10:49:16.295 [I] [client/service.go:294] [ae3efd5513cedf4b] try to connect to server... 2026-05-07 10:49:18.411 [I] [client/service.go:286] [ae3efd5513cedf4b] login to server success, get run id [ae3efd5513cedf4b] 2026-05-07 10:49:18.413 [I] [proxy/proxy_manager.go:173] [ae3efd5513cedf4b] proxy added: [DNL01B4302] 2026-05-07 10:49:18.714 [I] [client/control.go:168] [ae3efd5513cedf4b] [DNL01B4302] start proxy success [2026-05-07,10:50:03.863] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,10:50:06.794] [DEBUG] 6 processes running of frp type 2026-05-07 10:51:28.328 [I] [client/service.go:294] [ae3efd5513cedf4b] try to connect to server... 2026-05-07 10:51:30.198 [I] [client/service.go:286] [ae3efd5513cedf4b] login to server success, get run id [ae3efd5513cedf4b] 2026-05-07 10:51:30.200 [I] [proxy/proxy_manager.go:173] [ae3efd5513cedf4b] proxy added: [DNL01B4302] 2026-05-07 10:51:30.518 [I] [client/control.go:168] [ae3efd5513cedf4b] [DNL01B4302] start proxy success [2026-05-07,11:05:02.078] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,11:05:04.635] [DEBUG] 6 processes running of frp type [2026-05-07,11:20:04.004] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,11:20:22.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-05-07,11:35:03.045] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,11:35:05.440] [DEBUG] 6 processes running of frp type [2026-05-07,11:50:02.312] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,11:50:04.932] [DEBUG] 6 processes running of frp type [2026-05-07,12:05:02.514] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,12:05:05.174] [DEBUG] 6 processes running of frp type [2026-05-07,12:20:09.931] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,12:20:12.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-07,12:35:02.669] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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-05-07,12:50:03.401] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,12:50:07.744] [DEBUG] 6 processes running of frp type [2026-05-07,13:05:02.096] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,13:05:04.481] [DEBUG] 6 processes running of frp type [2026-05-07,13:20:02.834] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,13:20:05.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-05-07,13:35:02.443] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,13:35:04.746] [DEBUG] 6 processes running of frp type [2026-05-07,13:50:03.789] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,13:50:11.215] [DEBUG] 6 processes running of frp type [2026-05-07,14:05:02.646] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,14:05:19.870] [DEBUG] 6 processes running of frp type [2026-05-07,14:20:02.100] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,14:20:06.849] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,14:35:04.026] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,14:35:21.065] [DEBUG] 6 processes running of frp type [2026-05-07,14:50:02.774] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,14:50:08.072] [DEBUG] 6 processes running of frp type [2026-05-07,15:05:02.595] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,15:05:24.598] [DEBUG] 6 processes running of frp type [2026-05-07,15:20:03.035] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,15:20:05.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,15:35:03.772] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,15:35:06.584] [DEBUG] 6 processes running of frp type 2026-05-07 15:49:15.092 [I] [client/service.go:294] [ae3efd5513cedf4b] try to connect to server... 2026-05-07 15:49:15.816 [I] [client/service.go:286] [ae3efd5513cedf4b] login to server success, get run id [ae3efd5513cedf4b] 2026-05-07 15:49:15.817 [I] [proxy/proxy_manager.go:173] [ae3efd5513cedf4b] proxy added: [DNL01B4302] 2026-05-07 15:49:16.055 [I] [client/control.go:168] [ae3efd5513cedf4b] [DNL01B4302] start proxy success [2026-05-07,15:50:05.550] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,15:50:15.780] [DEBUG] 6 processes running of frp type [2026-05-07,16:05:02.159] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,16:05:04.762] [DEBUG] 6 processes running of frp type [2026-05-07,16:20:02.197] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,16:20:04.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-05-07,16:35:02.071] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,16:35:04.196] [DEBUG] 6 processes running of frp type [2026-05-07,16:50:03.029] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,16:50:05.129] [DEBUG] 6 processes running of frp type 2026-05-07 17:00:21.286 [I] [client/service.go:294] [ae3efd5513cedf4b] try to connect to server... 2026-05-07 17:00:21.288 [W] [client/service.go:297] [ae3efd5513cedf4b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:00:23.322 [I] [client/service.go:294] [ae3efd5513cedf4b] try to connect to server... 2026-05-07 17:00:23.324 [W] [client/service.go:297] [ae3efd5513cedf4b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:00:27.670 [I] [client/service.go:294] [ae3efd5513cedf4b] try to connect to server... 2026-05-07 17:00:27.672 [W] [client/service.go:297] [ae3efd5513cedf4b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:00:36.938 [I] [client/service.go:294] [ae3efd5513cedf4b] try to connect to server... 2026-05-07 17:00:36.940 [W] [client/service.go:297] [ae3efd5513cedf4b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:00:55.738 [I] [client/service.go:294] [ae3efd5513cedf4b] try to connect to server... 2026-05-07 17:00:55.739 [W] [client/service.go:297] [ae3efd5513cedf4b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:01:15.739 [I] [client/service.go:294] [ae3efd5513cedf4b] try to connect to server... 2026-05-07 17:01:15.741 [W] [client/service.go:297] [ae3efd5513cedf4b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:01:35.742 [I] [client/service.go:294] [ae3efd5513cedf4b] try to connect to server... 2026-05-07 17:01:35.744 [W] [client/service.go:297] [ae3efd5513cedf4b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:01:55.745 [I] [client/service.go:294] [ae3efd5513cedf4b] try to connect to server... 2026-05-07 17:01:55.746 [W] [client/service.go:297] [ae3efd5513cedf4b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:02:15.747 [I] [client/service.go:294] [ae3efd5513cedf4b] try to connect to server... 2026-05-07 17:02:15.748 [W] [client/service.go:297] [ae3efd5513cedf4b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:02:35.750 [I] [client/service.go:294] [ae3efd5513cedf4b] try to connect to server... 2026-05-07 17:02:35.751 [W] [client/service.go:297] [ae3efd5513cedf4b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:02:55.752 [I] [client/service.go:294] [ae3efd5513cedf4b] try to connect to server... 2026-05-07 17:02:55.753 [W] [client/service.go:297] [ae3efd5513cedf4b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:03:15.755 [I] [client/service.go:294] [ae3efd5513cedf4b] try to connect to server... 2026-05-07 17:03:15.757 [W] [client/service.go:297] [ae3efd5513cedf4b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:03:35.758 [I] [client/service.go:294] [ae3efd5513cedf4b] try to connect to server... 2026-05-07 17:03:35.761 [W] [client/service.go:297] [ae3efd5513cedf4b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:03:55.763 [I] [client/service.go:294] [ae3efd5513cedf4b] try to connect to server... 2026-05-07 17:03:55.770 [W] [client/service.go:297] [ae3efd5513cedf4b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:04:15.771 [I] [client/service.go:294] [ae3efd5513cedf4b] try to connect to server... 2026-05-07 17:04:15.776 [W] [client/service.go:297] [ae3efd5513cedf4b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-07 17:04:35.777 [I] [client/service.go:294] [ae3efd5513cedf4b] try to connect to server... 2026-05-07 17:04:38.314 [I] [client/service.go:286] [ae3efd5513cedf4b] login to server success, get run id [ae3efd5513cedf4b] 2026-05-07 17:04:38.316 [I] [proxy/proxy_manager.go:173] [ae3efd5513cedf4b] proxy added: [DNL01B4302] 2026-05-07 17:04:39.437 [I] [client/control.go:168] [ae3efd5513cedf4b] [DNL01B4302] start proxy success [2026-05-07,17:05:02.578] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,17:05:09.745] [DEBUG] 6 processes running of frp type [2026-05-07,17:20:02.089] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,17:20:04.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-07,17:35:02.860] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,17:35:04.920] [DEBUG] 6 processes running of frp type [2026-05-07,17:50:02.782] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,17:50:05.478] [DEBUG] 6 processes running of frp type [2026-05-07,18:00:41.937] [INFO] Initializing BusSpeedStateManager V2 [2026-05-07,18:00:41.942] [INFO] LocationSqlManager initialising [2026-05-07,18:00:41.942] [INFO] Location DB initialising [2026-05-07,18:00:41.952] [INFO] LocationSqlManager initialisation complete [2026-05-07,18:00:41.952] [DEBUG] UploadManager Init [2026-05-07,18:00:41.953] [DEBUG] UploadManager Init Complete [2026-05-07,18:00:41.955] [INFO] Initializing GPS... [2026-05-07,18:00:41.957] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,18:02:30.637] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,18:02:33.003] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-07,18:02:49.054] [DEBUG] Log Upload Complete! [2026-05-07,18:05:30.754] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,18:05:32.469] [DEBUG] Remote Access Enabled [2026-05-07,18:05:34.119] [INFO] Server Address: 138.201.17.179 [2026-05-07,18:05:34.121] [INFO] Server Port: 7000 [2026-05-07,18:05:34.130] [DEBUG] Starting Remote Access! 2026-05-07 18:05:34.325 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-07 18:05:34.326 [I] [client/service.go:294] try to connect to server... 2026-05-07 18:05:36.299 [I] [client/service.go:286] [5916a6c60c5c6f38] login to server success, get run id [5916a6c60c5c6f38] 2026-05-07 18:05:36.301 [I] [proxy/proxy_manager.go:173] [5916a6c60c5c6f38] proxy added: [DNL01B4302] 2026-05-07 18:05:36.672 [I] [client/control.go:168] [5916a6c60c5c6f38] [DNL01B4302] start proxy success [2026-05-07,18:20:02.308] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,18:20:04.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-05-07,18:35:02.288] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,18:35:11.892] [DEBUG] 6 processes running of frp type [2026-05-07,18:50:01.945] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,18:50:03.955] [DEBUG] 6 processes running of frp type [2026-05-07,19:05:02.275] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,19:05:04.094] [DEBUG] 6 processes running of frp type [2026-05-07,19:20:02.427] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,19:20:04.661] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,19:35:02.909] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,19:35:05.079] [DEBUG] 6 processes running of frp type [2026-05-07,19:50:02.721] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,19:50:04.920] [DEBUG] 6 processes running of frp type [2026-05-07,20:05:02.324] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,20:05:19.164] [DEBUG] 6 processes running of frp type [2026-05-07,20:20:02.423] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,20:20:04.604] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,20:35:02.353] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,20:35:04.427] [DEBUG] 6 processes running of frp type [2026-05-07,20:50:01.989] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,20:50:03.981] [DEBUG] 6 processes running of frp type 2026-05-07 21:02:23.154 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:02:39.503 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: i/o deadline reached 2026-05-07 21:02:39.503 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:02:58.675 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: connection write timeout 2026-05-07 21:02:58.676 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:03:08.677 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 21:03:08.678 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:03:22.913 [I] [client/service.go:286] [5916a6c60c5c6f38] login to server success, get run id [5916a6c60c5c6f38] 2026-05-07 21:03:22.915 [I] [proxy/proxy_manager.go:173] [5916a6c60c5c6f38] proxy added: [DNL01B4302] 2026-05-07 21:03:33.152 [I] [client/control.go:168] [5916a6c60c5c6f38] [DNL01B4302] start proxy success 2026-05-07 21:04:32.432 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:04:42.434 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 21:04:42.434 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:04:59.370 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: i/o deadline reached 2026-05-07 21:04:59.371 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... [2026-05-07,21:05:03.207] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-05-07 21:05:19.878 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: i/o deadline reached 2026-05-07 21:05:19.879 [I] [client/service.go:294] [5916a6c60c5c6f38] 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-a8-a9 (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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')) 2026-05-07 21:05:43.799 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: i/o deadline reached 2026-05-07 21:05:43.800 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:05:53.801 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 21:06:13.802 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:06:25.152 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: connection write timeout 2026-05-07 21:06:45.153 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:06:50.913 [I] [client/service.go:286] [5916a6c60c5c6f38] login to server success, get run id [5916a6c60c5c6f38] 2026-05-07 21:06:50.916 [I] [proxy/proxy_manager.go:173] [5916a6c60c5c6f38] proxy added: [DNL01B4302] 2026-05-07 21:06:55.980 [I] [client/control.go:168] [5916a6c60c5c6f38] [DNL01B4302] start proxy success 2026-05-07 21:08:33.622 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:08:43.624 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 21:08:43.625 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:08:53.627 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 21:08:53.628 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:09:07.224 [I] [client/service.go:286] [5916a6c60c5c6f38] login to server success, get run id [5916a6c60c5c6f38] 2026-05-07 21:09:07.225 [I] [proxy/proxy_manager.go:173] [5916a6c60c5c6f38] proxy added: [DNL01B4302] 2026-05-07 21:09:21.744 [I] [client/control.go:168] [5916a6c60c5c6f38] [DNL01B4302] start proxy success 2026-05-07 21:10:15.328 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:10:23.828 [I] [client/service.go:286] [5916a6c60c5c6f38] login to server success, get run id [5916a6c60c5c6f38] 2026-05-07 21:10:23.830 [I] [proxy/proxy_manager.go:173] [5916a6c60c5c6f38] proxy added: [DNL01B4302] 2026-05-07 21:10:30.856 [I] [client/control.go:168] [5916a6c60c5c6f38] [DNL01B4302] start proxy success 2026-05-07 21:10:56.051 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:11:09.540 [I] [client/service.go:286] [5916a6c60c5c6f38] login to server success, get run id [5916a6c60c5c6f38] 2026-05-07 21:11:09.542 [I] [proxy/proxy_manager.go:173] [5916a6c60c5c6f38] proxy added: [DNL01B4302] 2026-05-07 21:11:32.206 [I] [client/control.go:168] [5916a6c60c5c6f38] [DNL01B4302] start proxy success 2026-05-07 21:11:37.916 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:11:51.244 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: connection write timeout 2026-05-07 21:11:51.245 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:12:12.051 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: i/o deadline reached 2026-05-07 21:12:12.052 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:12:24.609 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: connection write timeout 2026-05-07 21:12:24.610 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:12:40.456 [I] [client/service.go:286] [5916a6c60c5c6f38] login to server success, get run id [5916a6c60c5c6f38] 2026-05-07 21:12:40.457 [I] [proxy/proxy_manager.go:173] [5916a6c60c5c6f38] proxy added: [DNL01B4302] 2026-05-07 21:12:50.439 [I] [client/control.go:168] [5916a6c60c5c6f38] [DNL01B4302] start proxy success 2026-05-07 21:14:17.565 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:14:29.343 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: connection write timeout 2026-05-07 21:14:29.344 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:14:39.346 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 21:14:39.346 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:14:43.102 [I] [client/service.go:286] [5916a6c60c5c6f38] login to server success, get run id [5916a6c60c5c6f38] 2026-05-07 21:14:43.110 [I] [proxy/proxy_manager.go:173] [5916a6c60c5c6f38] proxy added: [DNL01B4302] 2026-05-07 21:14:45.036 [I] [client/control.go:168] [5916a6c60c5c6f38] [DNL01B4302] start proxy success [2026-05-07,21:20:06.119] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 2026-05-07 21:20:25.092 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:20:36.524 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: connection write timeout 2026-05-07 21:20:36.525 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:20:50.293 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: connection write timeout 2026-05-07 21:20:50.293 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:21:00.295 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 21:21:00.296 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:21:10.298 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: dial tcp 138.201.17.179:7000: i/o timeout 2026-05-07 21:21:10.298 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... [2026-05-07,21:21:12.147] [DEBUG] 6 processes running of frp type 2026-05-07 21:21:22.833 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: connection write timeout 2026-05-07 21:21:42.835 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:22:00.662 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: connection write timeout 2026-05-07 21:22:20.663 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:22:31.404 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: connection write timeout 2026-05-07 21:22:51.405 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:23:02.042 [W] [client/service.go:297] [5916a6c60c5c6f38] connect to server error: connection write timeout 2026-05-07 21:23:22.043 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-07 21:23:22.862 [I] [client/service.go:286] [5916a6c60c5c6f38] login to server success, get run id [5916a6c60c5c6f38] 2026-05-07 21:23:22.863 [I] [proxy/proxy_manager.go:173] [5916a6c60c5c6f38] proxy added: [DNL01B4302] 2026-05-07 21:23:23.068 [I] [client/control.go:168] [5916a6c60c5c6f38] [DNL01B4302] 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,21:35:03.046] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,21:35:05.323] [DEBUG] 6 processes running of frp type [2026-05-07,21:50:03.075] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,21:50:05.790] [DEBUG] 6 processes running of frp type [2026-05-07,22:05:02.263] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,22:05:04.565] [DEBUG] 6 processes running of frp type [2026-05-07,22:20:02.956] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,22:20:05.056] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-07,22:35:02.577] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,22:35:04.758] [DEBUG] 6 processes running of frp type [2026-05-07,22:50:02.651] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,22:50:04.435] [DEBUG] 6 processes running of frp type [2026-05-07,23:05:02.805] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,23:05:05.597] [DEBUG] 6 processes running of frp type [2026-05-07,23:20:02.965] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,23:20:04.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-05-07,23:35:02.862] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,23:35:05.239] [DEBUG] 6 processes running of frp type [2026-05-07,23:50:03.027] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-07,23:50:05.385] [DEBUG] 6 processes running of frp type [2026-05-08,00:05:02.778] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,00:05:04.894] [DEBUG] 6 processes running of frp type [2026-05-08,00:20:02.059] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,00:20:07.886] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,00:35:03.102] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,00:35:05.623] [DEBUG] 6 processes running of frp type [2026-05-08,00:50:02.456] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,00:50:04.663] [DEBUG] 6 processes running of frp type [2026-05-08,01:05:03.071] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,01:05:05.403] [DEBUG] 6 processes running of frp type [2026-05-08,01:20:02.737] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,01:20:04.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-05-08,01:35:02.636] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,01:35:04.883] [DEBUG] 6 processes running of frp type [2026-05-08,01:50:02.549] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,01:50:04.533] [DEBUG] 6 processes running of frp type [2026-05-08,02:05:02.931] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,02:05:04.937] [DEBUG] 6 processes running of frp type [2026-05-08,02:20:02.230] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,02:20:04.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-08,02:35:03.072] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,02:35:04.848] [DEBUG] 6 processes running of frp type [2026-05-08,02:50:02.647] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,02:50:12.059] [DEBUG] 6 processes running of frp type [2026-05-08,03:05:02.390] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,03:05:04.557] [DEBUG] 6 processes running of frp type [2026-05-08,03:20:03.136] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,03:20:05.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' [2026-05-08,03:35:02.734] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,03:35:05.106] [DEBUG] 6 processes running of frp type [2026-05-08,03:50:02.903] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,03:50:05.346] [DEBUG] 6 processes running of frp type 2026-05-08 03:58:21.283 [I] [client/service.go:294] [5916a6c60c5c6f38] try to connect to server... 2026-05-08 03:58:23.374 [I] [client/service.go:286] [5916a6c60c5c6f38] login to server success, get run id [5916a6c60c5c6f38] 2026-05-08 03:58:23.375 [I] [proxy/proxy_manager.go:173] [5916a6c60c5c6f38] proxy added: [DNL01B4302] 2026-05-08 03:58:23.575 [I] [client/control.go:168] [5916a6c60c5c6f38] [DNL01B4302] start proxy success [2026-05-08,04:05:02.845] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,04:05:05.058] [DEBUG] 6 processes running of frp type [2026-05-08,04:20:02.376] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,04:20:04.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-05-08,04:35:02.311] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,04:35:05.062] [DEBUG] 6 processes running of frp type [2026-05-08,04:50:02.839] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,04:50:05.673] [DEBUG] 6 processes running of frp type [2026-05-08,05:05:03.229] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,05:05:05.826] [DEBUG] 6 processes running of frp type [2026-05-08,05:20:02.157] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,05:20:04.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-05-08,05:35:02.696] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,05:35:05.250] [DEBUG] 6 processes running of frp type [2026-05-08,05:50:03.003] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,05:50:05.428] [DEBUG] 6 processes running of frp type [2026-05-08,06:05:02.901] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,06:05:05.441] [DEBUG] 6 processes running of frp type [2026-05-08,06:20:02.931] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,06:20:06.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-08,06:35:02.630] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,06:35:04.598] [DEBUG] 6 processes running of frp type [2026-05-08,06:50:02.218] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,06:50:04.601] [DEBUG] 6 processes running of frp type [2026-05-08,07:05:03.103] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,07:05:05.782] [DEBUG] 6 processes running of frp type [2026-05-08,07:20:02.118] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,07:20:04.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-08,07:35:03.190] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,07:35:05.627] [DEBUG] 6 processes running of frp type [2026-05-08,07:50:02.401] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,07:50:04.830] [DEBUG] 6 processes running of frp type [2026-05-08,07:40:05.467] [INFO] Initializing BusSpeedStateManager V2 [2026-05-08,07:40:05.474] [INFO] LocationSqlManager initialising [2026-05-08,07:40:05.475] [INFO] Location DB initialising [2026-05-08,07:40:05.486] [INFO] LocationSqlManager initialisation complete [2026-05-08,07:40:05.487] [DEBUG] UploadManager Init [2026-05-08,07:40:05.488] [DEBUG] UploadManager Init Complete [2026-05-08,07:40:05.493] [INFO] Initializing GPS... [2026-05-08,07:40:05.496] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:41:54.124] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-08,07:44:54.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 111] Connection refused')) [2026-05-08,07:44:54.231] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-08,07:50:02.773] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-08,07:59:54.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 111] Connection refused')) [2026-05-08,08:02:02.093] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-08,08:05:02.152] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-08,08:14:54.316] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-08,08:20:02.803] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:29:54.430] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-08,08:35:02.714] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-08,08:44:54.559] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-08,08:50:02.752] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-08,08:59:54.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 111] Connection refused')) [2026-05-08,09:05:02.449] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-08,09:14:54.703] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-08,09:20:02.997] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:29:54.748] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-08,09:35:03.051] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 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) ConnectionRefusedError: [Errno 111] Connection refused 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 111] Connection refused 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) 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-a8-a9 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-08,09:45:00.374] [ERROR] Cannot access https://safepassenger.co.in/get_software_patch_checksum/passenger_count/ HTTPSConnectionPool(host='safepassenger.co.in', port=443): Max retries exceeded with url: /get_software_patch_checksum/passenger_count/ (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused')) [2026-05-08,21:08:32.097] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,21:08:34.706] [DEBUG] Remote Access Enabled [2026-05-08,21:08:36.451] [INFO] Server Address: 138.201.17.179 [2026-05-08,21:08:36.453] [INFO] Server Port: 7000 [2026-05-08,21:08:36.462] [DEBUG] Starting Remote Access! 2026-05-08 21:08:36.648 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-08 21:08:36.649 [I] [client/service.go:294] try to connect to server... 2026-05-08 21:08:37.344 [I] [client/service.go:286] [ef604192bdd3122a] login to server success, get run id [ef604192bdd3122a] 2026-05-08 21:08:37.345 [I] [proxy/proxy_manager.go:173] [ef604192bdd3122a] proxy added: [DNL01B4302] 2026-05-08 21:08:37.550 [I] [client/control.go:168] [ef604192bdd3122a] [DNL01B4302] start proxy success [2026-05-08,21:20:02.746] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,21:20:04.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-05-08,21:35:02.505] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,21:35:04.820] [DEBUG] 6 processes running of frp type [2026-05-08,21:50:03.290] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,21:50:10.719] [DEBUG] 6 processes running of frp type [2026-05-08,22:05:02.133] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,22:05:09.641] [DEBUG] 6 processes running of frp type [2026-05-08,22:20:02.175] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,22:20:09.140] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,22:35:02.821] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,22:35:04.991] [DEBUG] 6 processes running of frp type [2026-05-08,22:50:02.837] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,22:50:05.282] [DEBUG] 6 processes running of frp type [2026-05-08,23:05:02.846] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,23:05:05.257] [DEBUG] 6 processes running of frp type [2026-05-08,23:20:02.592] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,23:20:05.335] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-08,23:35:02.471] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,23:35:04.339] [DEBUG] 6 processes running of frp type [2026-05-08,23:50:02.224] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-08,23:50:04.246] [DEBUG] 6 processes running of frp type [2026-05-09,00:05:02.759] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,00:05:07.056] [DEBUG] 6 processes running of frp type [2026-05-09,00:20:02.929] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,00:20:05.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-05-09,00:35:02.237] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,00:35:04.719] [DEBUG] 6 processes running of frp type [2026-05-09,00:50:02.607] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,00:50:05.352] [DEBUG] 6 processes running of frp type [2026-05-09,01:05:02.847] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,01:05:05.243] [DEBUG] 6 processes running of frp type [2026-05-09,01:20:04.150] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,01:20:07.944] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,01:35:02.458] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,01:35:04.561] [DEBUG] 6 processes running of frp type [2026-05-09,01:50:02.375] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,01:50:04.988] [DEBUG] 6 processes running of frp type [2026-05-09,02:05:02.459] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,02:05:04.501] [DEBUG] 6 processes running of frp type [2026-05-09,02:20:02.896] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,02:20:05.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-05-09,02:35:02.475] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,02:35:04.610] [DEBUG] 6 processes running of frp type [2026-05-09,02:50:03.124] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,02:50:05.720] [DEBUG] 6 processes running of frp type 2026-05-09 03:03:03.135 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 03:03:06.349 [W] [client/service.go:297] [ef604192bdd3122a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 03:03:06.349 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 03:03:09.548 [W] [client/service.go:297] [ef604192bdd3122a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 03:03:09.548 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 03:03:12.747 [W] [client/service.go:297] [ef604192bdd3122a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 03:03:22.110 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 03:03:22.115 [W] [client/service.go:297] [ef604192bdd3122a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 03:03:41.839 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 03:03:42.724 [I] [client/service.go:286] [ef604192bdd3122a] login to server success, get run id [ef604192bdd3122a] 2026-05-09 03:03:42.726 [I] [proxy/proxy_manager.go:173] [ef604192bdd3122a] proxy added: [DNL01B4302] 2026-05-09 03:03:43.115 [I] [client/control.go:168] [ef604192bdd3122a] [DNL01B4302] start proxy success [2026-05-09,03:05:03.045] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,03:05:05.375] [DEBUG] 6 processes running of frp type [2026-05-09,03:20:02.740] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,03:20:05.093] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,03:35:02.399] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,03:35:04.092] [DEBUG] 6 processes running of frp type [2026-05-09,03:50:02.870] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,03:50:04.978] [DEBUG] 6 processes running of frp type [2026-05-09,04:05:02.776] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,04:05:05.914] [DEBUG] 6 processes running of frp type [2026-05-09,04:20:02.283] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,04:20:04.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-05-09,04:35:02.834] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,04:35:04.856] [DEBUG] 6 processes running of frp type [2026-05-09,04:50:02.224] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,04:50:04.100] [DEBUG] 6 processes running of frp type [2026-05-09,05:05:04.997] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,05:05:07.218] [DEBUG] 6 processes running of frp type [2026-05-09,05:20:02.469] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,05:20:04.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-09,05:35:03.205] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,05:35:05.354] [DEBUG] 6 processes running of frp type [2026-05-09,05:50:03.202] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,05:50:05.241] [DEBUG] 6 processes running of frp type [2026-05-09,06:05:02.650] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,06:05:05.022] [DEBUG] 6 processes running of frp type [2026-05-09,06:20:02.390] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,06:20:05.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-05-09,06:35:02.244] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,06:35:04.105] [DEBUG] 6 processes running of frp type [2026-05-09,06:50:03.114] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,06:50:04.815] [DEBUG] 6 processes running of frp type [2026-05-09,07:05:02.334] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,07:05:05.006] [DEBUG] 6 processes running of frp type [2026-05-09,07:20:02.290] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,07:20:04.526] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,07:35:02.370] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,07:35:04.322] [DEBUG] 6 processes running of frp type [2026-05-09,07:50:03.242] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,07:50:05.582] [DEBUG] 6 processes running of frp type [2026-05-09,08:02:02.791] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,08:02:04.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-05-09,08:02:23.007] [DEBUG] Log Upload Complete! [2026-05-09,08:05:03.064] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,08:05:05.023] [DEBUG] 6 processes running of frp type [2026-05-09,08:20:02.435] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,08:20:05.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-09,08:35:03.093] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,08:35:05.445] [DEBUG] 6 processes running of frp type [2026-05-09,08:50:02.226] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,08:50:04.969] [DEBUG] 6 processes running of frp type [2026-05-09,09:05:02.556] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,09:05:04.661] [DEBUG] 6 processes running of frp type [2026-05-09,09:20:03.188] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,09:20:05.662] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,09:35:02.993] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,09:35:05.460] [DEBUG] 6 processes running of frp type [2026-05-09,09:50:03.282] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,09:50:05.653] [DEBUG] 6 processes running of frp type [2026-05-09,10:05:03.194] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,10:05:05.920] [DEBUG] 6 processes running of frp type [2026-05-09,10:20:02.363] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,10:20:05.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-09,10:35:03.107] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,10:35:05.571] [DEBUG] 6 processes running of frp type [2026-05-09,10:50:02.397] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,10:50:04.713] [DEBUG] 6 processes running of frp type [2026-05-09,11:05:03.100] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,11:05:05.412] [DEBUG] 6 processes running of frp type [2026-05-09,11:20:02.854] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,11:20:05.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-05-09,11:35:02.689] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,11:35:05.275] [DEBUG] 6 processes running of frp type [2026-05-09,11:50:04.052] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,11:50:09.615] [DEBUG] 6 processes running of frp type [2026-05-09,12:05:03.159] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,12:05:10.448] [DEBUG] 6 processes running of frp type [2026-05-09,12:20:02.869] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,12:20:05.363] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,12:35:02.520] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,12:35:04.358] [DEBUG] 6 processes running of frp type [2026-05-09,12:50:02.210] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,12:50:04.021] [DEBUG] 6 processes running of frp type [2026-05-09,13:05:02.461] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,13:05:04.281] [DEBUG] 6 processes running of frp type [2026-05-09,13:20:02.651] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,13:20:04.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-05-09,13:35:02.506] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,13:35:04.319] [DEBUG] 6 processes running of frp type [2026-05-09,13:50:02.984] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,13:50:04.820] [DEBUG] 6 processes running of frp type [2026-05-09,14:05:02.173] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,14:05:03.984] [DEBUG] 6 processes running of frp type [2026-05-09,14:20:02.301] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,14:20:04.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-09,14:35:02.317] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,14:35:04.150] [DEBUG] 6 processes running of frp type [2026-05-09,14:50:03.073] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,14:50:09.977] [DEBUG] 6 processes running of frp type [2026-05-09,15:05:02.424] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,15:05:04.384] [DEBUG] 6 processes running of frp type [2026-05-09,15:20:02.670] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,15:20:04.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-09,15:35:02.683] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,15:35:04.570] [DEBUG] 6 processes running of frp type [2026-05-09,15:50:02.431] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,15:50:04.209] [DEBUG] 6 processes running of frp type [2026-05-09,16:05:02.774] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,16:05:04.539] [DEBUG] 6 processes running of frp type [2026-05-09,16:20:02.864] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,16:20:04.720] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,16:35:02.934] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,16:35:09.891] [DEBUG] 6 processes running of frp type [2026-05-09,16:50:02.567] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,16:50:04.603] [DEBUG] 6 processes running of frp type 2026-05-09 17:00:29.150 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 17:00:29.151 [W] [client/service.go:297] [ef604192bdd3122a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:00:31.224 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 17:00:31.225 [W] [client/service.go:297] [ef604192bdd3122a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:00:35.736 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 17:00:35.738 [W] [client/service.go:297] [ef604192bdd3122a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:00:45.107 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 17:00:45.108 [W] [client/service.go:297] [ef604192bdd3122a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:01:04.192 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 17:01:04.193 [W] [client/service.go:297] [ef604192bdd3122a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:01:24.194 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 17:01:24.196 [W] [client/service.go:297] [ef604192bdd3122a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:01:44.197 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 17:01:44.198 [W] [client/service.go:297] [ef604192bdd3122a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:02:04.200 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 17:02:04.201 [W] [client/service.go:297] [ef604192bdd3122a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:02:24.203 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 17:02:24.204 [W] [client/service.go:297] [ef604192bdd3122a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:02:44.205 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 17:02:44.207 [W] [client/service.go:297] [ef604192bdd3122a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:03:04.208 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 17:03:04.209 [W] [client/service.go:297] [ef604192bdd3122a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:03:24.210 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 17:03:24.212 [W] [client/service.go:297] [ef604192bdd3122a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:03:44.213 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 17:03:44.218 [W] [client/service.go:297] [ef604192bdd3122a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:04:04.220 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 17:04:04.224 [W] [client/service.go:297] [ef604192bdd3122a] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-09 17:04:24.226 [I] [client/service.go:294] [ef604192bdd3122a] try to connect to server... 2026-05-09 17:04:24.797 [I] [client/service.go:286] [ef604192bdd3122a] login to server success, get run id [ef604192bdd3122a] 2026-05-09 17:04:24.798 [I] [proxy/proxy_manager.go:173] [ef604192bdd3122a] proxy added: [DNL01B4302] 2026-05-09 17:04:24.992 [I] [client/control.go:168] [ef604192bdd3122a] [DNL01B4302] start proxy success [2026-05-09,17:05:03.212] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,17:05:09.989] [DEBUG] 6 processes running of frp type [2026-05-09,17:20:02.297] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,17:20:04.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-05-09,17:35:03.162] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,17:35:05.307] [DEBUG] 6 processes running of frp type [2026-05-09,17:50:03.176] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,17:50:04.926] [DEBUG] 6 processes running of frp type [2026-05-09,18:00:41.231] [INFO] Initializing BusSpeedStateManager V2 [2026-05-09,18:00:41.238] [INFO] LocationSqlManager initialising [2026-05-09,18:00:41.239] [INFO] Location DB initialising [2026-05-09,18:00:41.250] [INFO] LocationSqlManager initialisation complete [2026-05-09,18:00:41.252] [DEBUG] UploadManager Init [2026-05-09,18:00:41.252] [DEBUG] UploadManager Init Complete [2026-05-09,18:00:41.257] [INFO] Initializing GPS... [2026-05-09,18:00:41.259] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.494] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,18:02:31.332] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-09,18:02:46.974] [DEBUG] Log Upload Complete! [2026-05-09,18:05:29.579] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,18:05:31.229] [DEBUG] Remote Access Enabled [2026-05-09,18:05:32.737] [INFO] Server Address: 138.201.17.179 [2026-05-09,18:05:32.739] [INFO] Server Port: 7000 [2026-05-09,18:05:32.748] [DEBUG] Starting Remote Access! 2026-05-09 18:05:32.929 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-09 18:05:32.930 [I] [client/service.go:294] try to connect to server... 2026-05-09 18:05:33.466 [I] [client/service.go:286] [0245a14bd6321398] login to server success, get run id [0245a14bd6321398] 2026-05-09 18:05:33.467 [I] [proxy/proxy_manager.go:173] [0245a14bd6321398] proxy added: [DNL01B4302] 2026-05-09 18:05:33.656 [I] [client/control.go:168] [0245a14bd6321398] [DNL01B4302] start proxy success [2026-05-09,18:20:02.208] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,18:20:04.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-09,18:35:02.805] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,18:35:05.637] [DEBUG] 6 processes running of frp type [2026-05-09,18:50:02.312] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,18:50:04.947] [DEBUG] 6 processes running of frp type [2026-05-09,19:05:02.235] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,19:05:04.454] [DEBUG] 6 processes running of frp type [2026-05-09,19:20:02.821] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,19:20:05.274] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,19:35:02.575] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,19:35:05.028] [DEBUG] 6 processes running of frp type [2026-05-09,19:50:02.653] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,19:50:15.203] [DEBUG] 6 processes running of frp type [2026-05-09,20:05:02.581] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,20:05:04.833] [DEBUG] 6 processes running of frp type [2026-05-09,20:20:02.182] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,20:20:04.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-05-09,20:35:02.167] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,20:35:04.414] [DEBUG] 6 processes running of frp type [2026-05-09,20:50:02.210] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,20:50:04.871] [DEBUG] 6 processes running of frp type [2026-05-09,21:05:02.313] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,21:05:04.808] [DEBUG] 6 processes running of frp type [2026-05-09,21:20:02.158] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,21:20:04.554] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,21:35:02.770] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,21:35:10.479] [DEBUG] 6 processes running of frp type [2026-05-09,21:50:02.246] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,21:50:04.870] [DEBUG] 6 processes running of frp type [2026-05-09,22:05:02.197] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,22:05:09.830] [DEBUG] 6 processes running of frp type [2026-05-09,22:20:02.218] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,22:20:04.545] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-09,22:35:02.809] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,22:35:05.343] [DEBUG] 6 processes running of frp type [2026-05-09,22:50:03.106] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,22:50:05.337] [DEBUG] 6 processes running of frp type [2026-05-09,23:05:02.962] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,23:05:05.357] [DEBUG] 6 processes running of frp type [2026-05-09,23:20:02.689] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,23:20:04.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-05-09,23:35:02.551] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,23:35:04.472] [DEBUG] 6 processes running of frp type [2026-05-09,23:50:03.366] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-09,23:50:05.692] [DEBUG] 6 processes running of frp type [2026-05-10,00:05:02.966] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,00:05:05.420] [DEBUG] 6 processes running of frp type [2026-05-10,00:20:02.843] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,00:20:05.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-10,00:35:02.339] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,00:35:04.397] [DEBUG] 6 processes running of frp type [2026-05-10,00:50:02.222] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,00:50:04.229] [DEBUG] 6 processes running of frp type [2026-05-10,01:05:02.620] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,01:05:04.700] [DEBUG] 6 processes running of frp type [2026-05-10,01:20:03.258] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,01:20:05.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-05-10,01:35:02.713] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,01:35:04.697] [DEBUG] 6 processes running of frp type [2026-05-10,01:50:02.529] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,01:50:04.643] [DEBUG] 6 processes running of frp type [2026-05-10,02:05:02.967] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,02:05:05.723] [DEBUG] 6 processes running of frp type [2026-05-10,02:20:03.124] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,02:20:05.519] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,02:35:02.881] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,02:35:04.685] [DEBUG] 6 processes running of frp type [2026-05-10,02:50:01.996] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,02:50:04.224] [DEBUG] 6 processes running of frp type [2026-05-10,03:05:02.501] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,03:05:04.732] [DEBUG] 6 processes running of frp type [2026-05-10,03:20:02.066] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,03:20:03.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-05-10,03:35:02.485] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,03:35:05.111] [DEBUG] 6 processes running of frp type [2026-05-10,03:50:02.457] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,03:50:04.663] [DEBUG] 6 processes running of frp type [2026-05-10,04:05:03.010] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,04:05:05.438] [DEBUG] 6 processes running of frp type [2026-05-10,04:20:02.968] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,04:20:05.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-05-10,04:35:02.830] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,04:35:04.714] [DEBUG] 6 processes running of frp type [2026-05-10,04:50:03.189] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,04:50:05.630] [DEBUG] 6 processes running of frp type [2026-05-10,05:05:03.280] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,05:05:05.431] [DEBUG] 6 processes running of frp type [2026-05-10,05:20:02.877] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,05:20:04.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-05-10,05:35:02.261] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,05:35:04.775] [DEBUG] 6 processes running of frp type [2026-05-10,05:50:02.262] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,05:50:04.627] [DEBUG] 6 processes running of frp type [2026-05-10,06:05:03.059] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,06:05:05.112] [DEBUG] 6 processes running of frp type [2026-05-10,06:20:02.455] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,06:20:04.661] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,06:35:02.776] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,06:35:05.712] [DEBUG] 6 processes running of frp type [2026-05-10,06:50:02.367] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,06:50:04.556] [DEBUG] 6 processes running of frp type [2026-05-10,07:05:02.893] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,07:05:05.393] [DEBUG] 6 processes running of frp type [2026-05-10,07:20:02.780] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,07:20:05.210] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,07:35:02.733] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,07:35:05.145] [DEBUG] 6 processes running of frp type [2026-05-10,07:50:02.521] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,07:50:05.298] [DEBUG] 6 processes running of frp type [2026-05-10,08:02:02.604] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,08:02:05.128] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:20.913] [DEBUG] Log Upload Complete! [2026-05-10,08:05:02.848] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,08:05:04.842] [DEBUG] 6 processes running of frp type [2026-05-10,08:20:02.390] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,08:20:05.233] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,08:35:03.132] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,08:35:05.062] [DEBUG] 6 processes running of frp type [2026-05-10,08:50:03.113] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,08:50:10.320] [DEBUG] 6 processes running of frp type [2026-05-10,09:05:02.749] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,09:05:05.039] [DEBUG] 6 processes running of frp type [2026-05-10,09:20:02.548] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,09:20:04.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-05-10,09:35:02.999] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,09:35:05.741] [DEBUG] 6 processes running of frp type [2026-05-10,09:50:02.387] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,09:50:04.235] [DEBUG] 6 processes running of frp type [2026-05-10,10:05:02.451] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,10:05:04.789] [DEBUG] 6 processes running of frp type [2026-05-10,10:20:02.094] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,10:20:04.208] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,10:35:02.853] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,10:35:05.324] [DEBUG] 6 processes running of frp type [2026-05-10,10:50:03.271] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,10:50:05.487] [DEBUG] 6 processes running of frp type [2026-05-10,11:05:02.835] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,11:05:05.430] [DEBUG] 6 processes running of frp type [2026-05-10,11:20:02.874] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,11:20:04.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-10,11:35:02.792] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,11:35:05.695] [DEBUG] 6 processes running of frp type [2026-05-10,11:50:02.883] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,11:50:05.207] [DEBUG] 6 processes running of frp type [2026-05-10,12:05:02.858] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,12:05:05.001] [DEBUG] 6 processes running of frp type [2026-05-10,12:20:02.586] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,12:20:05.234] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,12:35:01.976] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,12:35:04.374] [DEBUG] 6 processes running of frp type [2026-05-10,12:50:02.051] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,12:50:04.288] [DEBUG] 6 processes running of frp type [2026-05-10,13:05:02.760] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,13:05:05.397] [DEBUG] 6 processes running of frp type [2026-05-10,13:20:02.916] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,13:20:05.153] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,13:35:02.250] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,13:35:04.364] [DEBUG] 6 processes running of frp type [2026-05-10,13:50:02.481] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,13:50:04.921] [DEBUG] 6 processes running of frp type [2026-05-10,14:05:02.276] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,14:05:05.036] [DEBUG] 6 processes running of frp type [2026-05-10,14:20:02.498] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,14:20:04.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-05-10,14:35:02.614] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,14:35:04.704] [DEBUG] 6 processes running of frp type [2026-05-10,14:50:02.369] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,14:50:04.609] [DEBUG] 6 processes running of frp type [2026-05-10,15:05:03.107] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,15:05:05.377] [DEBUG] 6 processes running of frp type [2026-05-10,15:20:03.014] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,15:20:05.159] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,15:35:02.476] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,15:35:04.591] [DEBUG] 6 processes running of frp type [2026-05-10,15:50:02.633] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,15:50:05.018] [DEBUG] 6 processes running of frp type [2026-05-10,16:05:02.739] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,16:05:05.113] [DEBUG] 6 processes running of frp type [2026-05-10,16:20:02.673] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,16:20:04.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-05-10,16:35:02.229] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,16:35:04.647] [DEBUG] 6 processes running of frp type [2026-05-10,16:50:02.716] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,16:50:05.339] [DEBUG] 6 processes running of frp type 2026-05-10 17:00:23.449 [I] [client/service.go:294] [0245a14bd6321398] try to connect to server... 2026-05-10 17:00:23.450 [W] [client/service.go:297] [0245a14bd6321398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-10 17:00:25.612 [I] [client/service.go:294] [0245a14bd6321398] try to connect to server... 2026-05-10 17:00:25.614 [W] [client/service.go:297] [0245a14bd6321398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-10 17:00:30.001 [I] [client/service.go:294] [0245a14bd6321398] try to connect to server... 2026-05-10 17:00:30.002 [W] [client/service.go:297] [0245a14bd6321398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-10 17:00:39.410 [I] [client/service.go:294] [0245a14bd6321398] try to connect to server... 2026-05-10 17:00:39.411 [W] [client/service.go:297] [0245a14bd6321398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-10 17:00:58.856 [I] [client/service.go:294] [0245a14bd6321398] try to connect to server... 2026-05-10 17:00:58.858 [W] [client/service.go:297] [0245a14bd6321398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-10 17:01:18.859 [I] [client/service.go:294] [0245a14bd6321398] try to connect to server... 2026-05-10 17:01:18.860 [W] [client/service.go:297] [0245a14bd6321398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-10 17:01:38.861 [I] [client/service.go:294] [0245a14bd6321398] try to connect to server... 2026-05-10 17:01:38.863 [W] [client/service.go:297] [0245a14bd6321398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-10 17:01:58.863 [I] [client/service.go:294] [0245a14bd6321398] try to connect to server... 2026-05-10 17:01:58.865 [W] [client/service.go:297] [0245a14bd6321398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-10 17:02:18.866 [I] [client/service.go:294] [0245a14bd6321398] try to connect to server... 2026-05-10 17:02:18.868 [W] [client/service.go:297] [0245a14bd6321398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-10 17:02:38.868 [I] [client/service.go:294] [0245a14bd6321398] try to connect to server... 2026-05-10 17:02:38.870 [W] [client/service.go:297] [0245a14bd6321398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-10 17:02:58.870 [I] [client/service.go:294] [0245a14bd6321398] try to connect to server... 2026-05-10 17:02:58.872 [W] [client/service.go:297] [0245a14bd6321398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-10 17:03:18.872 [I] [client/service.go:294] [0245a14bd6321398] try to connect to server... 2026-05-10 17:03:18.874 [W] [client/service.go:297] [0245a14bd6321398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-10 17:03:38.874 [I] [client/service.go:294] [0245a14bd6321398] try to connect to server... 2026-05-10 17:03:38.878 [W] [client/service.go:297] [0245a14bd6321398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-10 17:03:58.879 [I] [client/service.go:294] [0245a14bd6321398] try to connect to server... 2026-05-10 17:03:58.883 [W] [client/service.go:297] [0245a14bd6321398] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-10 17:04:18.884 [I] [client/service.go:294] [0245a14bd6321398] try to connect to server... 2026-05-10 17:04:19.789 [I] [client/service.go:286] [0245a14bd6321398] login to server success, get run id [0245a14bd6321398] 2026-05-10 17:04:19.791 [I] [proxy/proxy_manager.go:173] [0245a14bd6321398] proxy added: [DNL01B4302] 2026-05-10 17:04:20.760 [I] [client/control.go:168] [0245a14bd6321398] [DNL01B4302] start proxy success [2026-05-10,17:05:03.016] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,17:05:05.636] [DEBUG] 6 processes running of frp type [2026-05-10,17:20:01.892] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,17:20:03.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-05-10,17:35:02.299] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,17:35:04.864] [DEBUG] 6 processes running of frp type [2026-05-10,17:50:03.015] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,17:50:05.891] [DEBUG] 6 processes running of frp type [2026-05-10,18:00:42.301] [INFO] Initializing BusSpeedStateManager V2 [2026-05-10,18:00:42.309] [INFO] LocationSqlManager initialising [2026-05-10,18:00:42.310] [INFO] Location DB initialising [2026-05-10,18:00:42.321] [INFO] LocationSqlManager initialisation complete [2026-05-10,18:00:42.322] [DEBUG] UploadManager Init [2026-05-10,18:00:42.323] [DEBUG] UploadManager Init Complete [2026-05-10,18:00:42.327] [INFO] Initializing GPS... [2026-05-10,18:00:42.330] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,18:02:29.631] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,18:02:32.305] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:02:51.335] [DEBUG] Log Upload Complete! [2026-05-10,18:05:29.745] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,18:05:31.415] [DEBUG] Remote Access Enabled [2026-05-10,18:05:32.669] [INFO] Server Address: 138.201.17.179 [2026-05-10,18:05:32.670] [INFO] Server Port: 7000 [2026-05-10,18:05:32.675] [DEBUG] Starting Remote Access! 2026-05-10 18:05:32.805 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-10 18:05:32.805 [I] [client/service.go:294] try to connect to server... 2026-05-10 18:05:33.643 [I] [client/service.go:286] [1aa29c982d39986c] login to server success, get run id [1aa29c982d39986c] 2026-05-10 18:05:33.645 [I] [proxy/proxy_manager.go:173] [1aa29c982d39986c] proxy added: [DNL01B4302] 2026-05-10 18:05:33.928 [I] [client/control.go:168] [1aa29c982d39986c] [DNL01B4302] start proxy success [2026-05-10,18:20:02.196] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,18:20:04.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,18:35:02.920] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,18:35:04.708] [DEBUG] 6 processes running of frp type [2026-05-10,18:50:02.556] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,18:50:04.349] [DEBUG] 6 processes running of frp type [2026-05-10,19:05:02.702] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,19:05:04.427] [DEBUG] 6 processes running of frp type [2026-05-10,19:20:02.707] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,19:20:04.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-05-10,19:35:02.859] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,19:35:04.537] [DEBUG] 6 processes running of frp type [2026-05-10,19:50:01.909] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,19:50:03.748] [DEBUG] 6 processes running of frp type [2026-05-10,20:05:02.001] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,20:05:03.806] [DEBUG] 6 processes running of frp type [2026-05-10,20:20:02.101] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,20:20:03.945] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,20:35:02.937] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,20:35:04.639] [DEBUG] 6 processes running of frp type [2026-05-10,20:50:02.276] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,20:50:04.202] [DEBUG] 6 processes running of frp type 2026-05-10 21:02:25.351 [I] [client/service.go:294] [1aa29c982d39986c] try to connect to server... 2026-05-10 21:02:25.982 [I] [client/service.go:286] [1aa29c982d39986c] login to server success, get run id [1aa29c982d39986c] 2026-05-10 21:02:25.984 [I] [proxy/proxy_manager.go:173] [1aa29c982d39986c] proxy added: [DNL01B4302] 2026-05-10 21:02:26.204 [I] [client/control.go:168] [1aa29c982d39986c] [DNL01B4302] start proxy success [2026-05-10,21:05:02.433] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,21:05:09.850] [DEBUG] 6 processes running of frp type [2026-05-10,21:20:02.161] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,21:20:04.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-10,21:35:03.287] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,21:35:05.861] [DEBUG] 6 processes running of frp type [2026-05-10,21:50:02.671] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,21:50:05.483] [DEBUG] 6 processes running of frp type [2026-05-10,22:05:02.737] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,22:05:04.500] [DEBUG] 6 processes running of frp type [2026-05-10,22:20:03.143] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,22:20:05.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' [2026-05-10,22:35:02.669] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,22:35:04.415] [DEBUG] 6 processes running of frp type [2026-05-10,22:50:02.093] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,22:50:04.287] [DEBUG] 6 processes running of frp type [2026-05-10,23:05:02.727] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,23:05:04.716] [DEBUG] 6 processes running of frp type [2026-05-10,23:20:02.018] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,23:20:04.052] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-10,23:35:02.935] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,23:35:05.531] [DEBUG] 6 processes running of frp type [2026-05-10,23:50:02.143] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-10,23:50:04.186] [DEBUG] 6 processes running of frp type [2026-05-11,00:05:02.605] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,00:05:05.283] [DEBUG] 6 processes running of frp type [2026-05-11,00:20:02.620] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,00:20:05.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-11,00:35:02.536] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,00:35:06.373] [DEBUG] 6 processes running of frp type [2026-05-11,00:50:02.988] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,00:50:05.263] [DEBUG] 6 processes running of frp type [2026-05-11,01:05:02.686] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,01:05:04.883] [DEBUG] 6 processes running of frp type [2026-05-11,01:20:02.214] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,01:20:04.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-11,01:35:03.155] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,01:35:05.345] [DEBUG] 6 processes running of frp type [2026-05-11,01:50:01.928] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,01:50:04.344] [DEBUG] 6 processes running of frp type [2026-05-11,02:05:02.933] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,02:05:04.812] [DEBUG] 6 processes running of frp type [2026-05-11,02:20:01.989] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,02:20:04.337] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,02:35:02.945] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,02:35:05.307] [DEBUG] 6 processes running of frp type [2026-05-11,02:50:02.067] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,02:50:03.858] [DEBUG] 6 processes running of frp type [2026-05-11,03:05:02.246] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,03:05:04.750] [DEBUG] 6 processes running of frp type [2026-05-11,03:20:02.135] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,03:20:04.224] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,03:35:03.139] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,03:35:05.224] [DEBUG] 6 processes running of frp type [2026-05-11,03:50:02.892] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,03:50:05.212] [DEBUG] 6 processes running of frp type [2026-05-11,04:05:02.933] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,04:05:05.048] [DEBUG] 6 processes running of frp type [2026-05-11,04:20:02.214] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,04:20:04.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-05-11,04:35:02.458] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,04:35:04.608] [DEBUG] 6 processes running of frp type [2026-05-11,04:50:02.273] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,04:50:04.620] [DEBUG] 6 processes running of frp type [2026-05-11,05:05:02.249] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,05:05:04.333] [DEBUG] 6 processes running of frp type [2026-05-11,05:20:02.729] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,05:20:05.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-11,05:35:02.872] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,05:35:04.802] [DEBUG] 6 processes running of frp type [2026-05-11,05:50:02.217] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,05:50:04.562] [DEBUG] 6 processes running of frp type [2026-05-11,06:05:03.340] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,06:05:05.734] [DEBUG] 6 processes running of frp type [2026-05-11,06:20:02.092] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,06:20:03.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-05-11,06:35:02.308] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,06:35:04.964] [DEBUG] 6 processes running of frp type [2026-05-11,06:50:02.719] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,06:50:04.648] [DEBUG] 6 processes running of frp type [2026-05-11,07:05:02.244] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,07:05:04.994] [DEBUG] 6 processes running of frp type [2026-05-11,07:20:02.398] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,07:20:04.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-11,07:35:02.237] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,07:35:04.718] [DEBUG] 6 processes running of frp type [2026-05-11,07:50:02.490] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,07:50:05.443] [DEBUG] 6 processes running of frp type [2026-05-11,08:02:02.724] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,08:02:05.329] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:21.019] [DEBUG] Log Upload Complete! [2026-05-11,08:05:02.992] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,08:05:05.344] [DEBUG] 6 processes running of frp type [2026-05-11,08:20:02.724] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,08:20:04.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-05-11,08:35:02.630] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,08:35:05.013] [DEBUG] 6 processes running of frp type [2026-05-11,08:50:02.838] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,08:50:05.151] [DEBUG] 6 processes running of frp type [2026-05-11,09:05:02.693] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,09:05:05.322] [DEBUG] 6 processes running of frp type [2026-05-11,09:20:02.675] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,09:20:04.738] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,09:35:02.598] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,09:35:04.981] [DEBUG] 6 processes running of frp type [2026-05-11,09:50:02.817] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,09:50:05.419] [DEBUG] 6 processes running of frp type [2026-05-11,10:05:02.941] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,10:05:05.236] [DEBUG] 6 processes running of frp type [2026-05-11,10:20:02.593] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,10:20:05.185] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,10:35:02.638] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,10:35:05.321] [DEBUG] 6 processes running of frp type [2026-05-11,10:50:03.089] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,10:50:05.818] [DEBUG] 6 processes running of frp type [2026-05-11,11:05:02.310] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,11:05:04.639] [DEBUG] 6 processes running of frp type [2026-05-11,11:20:02.947] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,11:20:06.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-11,11:35:02.563] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,11:35:05.012] [DEBUG] 6 processes running of frp type [2026-05-11,11:50:02.841] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,11:50:05.472] [DEBUG] 6 processes running of frp type [2026-05-11,12:05:03.010] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,12:05:05.551] [DEBUG] 6 processes running of frp type [2026-05-11,12:20:02.943] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,12:20:05.418] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,12:35:02.806] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,12:35:05.389] [DEBUG] 6 processes running of frp type [2026-05-11,12:50:03.168] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,12:50:05.979] [DEBUG] 6 processes running of frp type [2026-05-11,13:05:02.401] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,13:05:05.037] [DEBUG] 6 processes running of frp type [2026-05-11,13:20:02.445] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,13:20:04.755] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,13:35:02.274] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,13:35:04.995] [DEBUG] 6 processes running of frp type [2026-05-11,13:50:02.648] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,13:50:05.232] [DEBUG] 6 processes running of frp type [2026-05-11,14:05:02.919] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,14:05:05.296] [DEBUG] 6 processes running of frp type [2026-05-11,14:20:02.755] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,14:20:05.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,14:35:02.415] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,14:35:04.758] [DEBUG] 6 processes running of frp type [2026-05-11,14:50:02.460] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,14:50:04.836] [DEBUG] 6 processes running of frp type [2026-05-11,15:05:02.376] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,15:05:05.249] [DEBUG] 6 processes running of frp type [2026-05-11,15:20:02.636] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,15:20:05.451] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,15:35:02.399] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,15:35:05.240] [DEBUG] 6 processes running of frp type [2026-05-11,15:50:02.994] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,15:50:05.777] [DEBUG] 6 processes running of frp type [2026-05-11,16:05:02.205] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,16:05:04.993] [DEBUG] 6 processes running of frp type [2026-05-11,16:20:02.449] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,16:20:04.755] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,16:35:02.268] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,16:35:04.289] [DEBUG] 6 processes running of frp type [2026-05-11,16:50:03.079] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,16:50:05.482] [DEBUG] 6 processes running of frp type 2026-05-11 17:00:36.470 [I] [client/service.go:294] [1aa29c982d39986c] try to connect to server... 2026-05-11 17:00:36.471 [W] [client/service.go:297] [1aa29c982d39986c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-11 17:00:38.484 [I] [client/service.go:294] [1aa29c982d39986c] try to connect to server... 2026-05-11 17:00:38.486 [W] [client/service.go:297] [1aa29c982d39986c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-11 17:00:42.859 [I] [client/service.go:294] [1aa29c982d39986c] try to connect to server... 2026-05-11 17:00:42.860 [W] [client/service.go:297] [1aa29c982d39986c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-11 17:00:51.649 [I] [client/service.go:294] [1aa29c982d39986c] try to connect to server... 2026-05-11 17:00:51.650 [W] [client/service.go:297] [1aa29c982d39986c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-11 17:01:10.107 [I] [client/service.go:294] [1aa29c982d39986c] try to connect to server... 2026-05-11 17:01:10.108 [W] [client/service.go:297] [1aa29c982d39986c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-11 17:01:30.109 [I] [client/service.go:294] [1aa29c982d39986c] try to connect to server... 2026-05-11 17:01:30.111 [W] [client/service.go:297] [1aa29c982d39986c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-11 17:01:50.112 [I] [client/service.go:294] [1aa29c982d39986c] try to connect to server... 2026-05-11 17:01:50.113 [W] [client/service.go:297] [1aa29c982d39986c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-11 17:02:10.114 [I] [client/service.go:294] [1aa29c982d39986c] try to connect to server... 2026-05-11 17:02:10.116 [W] [client/service.go:297] [1aa29c982d39986c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-11 17:02:30.117 [I] [client/service.go:294] [1aa29c982d39986c] try to connect to server... 2026-05-11 17:02:30.118 [W] [client/service.go:297] [1aa29c982d39986c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-11 17:02:50.120 [I] [client/service.go:294] [1aa29c982d39986c] try to connect to server... 2026-05-11 17:02:50.121 [W] [client/service.go:297] [1aa29c982d39986c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-11 17:03:10.122 [I] [client/service.go:294] [1aa29c982d39986c] try to connect to server... 2026-05-11 17:03:10.123 [W] [client/service.go:297] [1aa29c982d39986c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-11 17:03:30.125 [I] [client/service.go:294] [1aa29c982d39986c] try to connect to server... 2026-05-11 17:03:30.127 [W] [client/service.go:297] [1aa29c982d39986c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-11 17:03:50.128 [I] [client/service.go:294] [1aa29c982d39986c] try to connect to server... 2026-05-11 17:03:50.133 [W] [client/service.go:297] [1aa29c982d39986c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-11 17:04:10.134 [I] [client/service.go:294] [1aa29c982d39986c] try to connect to server... 2026-05-11 17:04:10.140 [W] [client/service.go:297] [1aa29c982d39986c] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-11 17:04:30.142 [I] [client/service.go:294] [1aa29c982d39986c] try to connect to server... 2026-05-11 17:04:31.693 [I] [client/service.go:286] [1aa29c982d39986c] login to server success, get run id [1aa29c982d39986c] 2026-05-11 17:04:31.695 [I] [proxy/proxy_manager.go:173] [1aa29c982d39986c] proxy added: [DNL01B4302] 2026-05-11 17:04:32.763 [I] [client/control.go:168] [1aa29c982d39986c] [DNL01B4302] start proxy success [2026-05-11,17:05:02.970] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,17:05:05.167] [DEBUG] 6 processes running of frp type [2026-05-11,17:20:02.515] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,17:20:04.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-11,17:35:02.537] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,17:35:04.977] [DEBUG] 6 processes running of frp type [2026-05-11,17:50:02.755] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,17:50:05.089] [DEBUG] 6 processes running of frp type [2026-05-11,18:00:41.939] [INFO] Initializing BusSpeedStateManager V2 [2026-05-11,18:00:41.944] [INFO] LocationSqlManager initialising [2026-05-11,18:00:41.944] [INFO] Location DB initialising [2026-05-11,18:00:41.955] [INFO] LocationSqlManager initialisation complete [2026-05-11,18:00:41.957] [DEBUG] UploadManager Init [2026-05-11,18:00:41.957] [DEBUG] UploadManager Init Complete [2026-05-11,18:00:41.962] [INFO] Initializing GPS... [2026-05-11,18:00:41.965] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,18:02:29.579] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,18:02:31.427] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-11,18:02:54.745] [DEBUG] Log Upload Complete! [2026-05-11,18:05:29.899] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,18:05:31.654] [DEBUG] Remote Access Enabled [2026-05-11,18:05:33.486] [INFO] Server Address: 138.201.17.179 [2026-05-11,18:05:33.487] [INFO] Server Port: 7000 [2026-05-11,18:05:33.492] [DEBUG] Starting Remote Access! 2026-05-11 18:05:33.631 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-11 18:05:33.632 [I] [client/service.go:294] try to connect to server... 2026-05-11 18:05:34.290 [I] [client/service.go:286] [f3b608d72cfa626c] login to server success, get run id [f3b608d72cfa626c] 2026-05-11 18:05:34.291 [I] [proxy/proxy_manager.go:173] [f3b608d72cfa626c] proxy added: [DNL01B4302] 2026-05-11 18:05:34.531 [I] [client/control.go:168] [f3b608d72cfa626c] [DNL01B4302] start proxy success [2026-05-11,18:20:02.498] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,18:20:04.580] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-11,18:35:02.901] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,18:35:05.375] [DEBUG] 6 processes running of frp type [2026-05-11,18:50:02.750] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,18:50:05.278] [DEBUG] 6 processes running of frp type [2026-05-11,19:05:02.765] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,19:05:05.759] [DEBUG] 6 processes running of frp type [2026-05-11,19:20:02.085] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,19:20:04.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-05-11,19:35:03.490] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,19:35:06.016] [DEBUG] 6 processes running of frp type [2026-05-11,19:50:02.549] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,19:50:15.163] [DEBUG] 6 processes running of frp type [2026-05-11,20:05:02.774] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,20:05:05.177] [DEBUG] 6 processes running of frp type [2026-05-11,20:20:02.598] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,20:20:10.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-05-11,20:35:02.518] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,20:35:04.859] [DEBUG] 6 processes running of frp type [2026-05-11,20:50:02.616] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,20:50:05.066] [DEBUG] 6 processes running of frp type [2026-05-11,21:05:02.554] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,21:05:05.572] [DEBUG] 6 processes running of frp type [2026-05-11,21:20:03.023] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,21:20:05.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-05-11,21:35:02.841] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,21:35:04.867] [DEBUG] 6 processes running of frp type [2026-05-11,21:50:02.667] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,21:50:10.047] [DEBUG] 6 processes running of frp type [2026-05-11,22:05:02.588] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,22:05:09.718] [DEBUG] 6 processes running of frp type [2026-05-11,22:20:01.885] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,22:20:04.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-05-11,22:35:02.837] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,22:35:05.861] [DEBUG] 6 processes running of frp type [2026-05-11,22:50:02.679] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,22:50:05.168] [DEBUG] 6 processes running of frp type 2026-05-11 22:51:16.152 [I] [client/service.go:294] [f3b608d72cfa626c] try to connect to server... 2026-05-11 22:51:22.660 [I] [client/service.go:286] [f3b608d72cfa626c] login to server success, get run id [f3b608d72cfa626c] 2026-05-11 22:51:22.662 [I] [proxy/proxy_manager.go:173] [f3b608d72cfa626c] proxy added: [DNL01B4302] 2026-05-11 22:51:24.578 [I] [client/control.go:168] [f3b608d72cfa626c] [DNL01B4302] start proxy success [2026-05-11,23:05:02.758] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,23:05:05.930] [DEBUG] 6 processes running of frp type [2026-05-11,23:20:02.260] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,23:20:04.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-11,23:35:03.198] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,23:35:05.358] [DEBUG] 6 processes running of frp type [2026-05-11,23:50:03.161] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-11,23:50:05.333] [DEBUG] 6 processes running of frp type [2026-05-12,00:05:02.896] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,00:05:05.482] [DEBUG] 6 processes running of frp type [2026-05-12,00:20:02.905] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,00:20:05.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-05-12,00:35:02.655] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,00:35:04.947] [DEBUG] 6 processes running of frp type [2026-05-12,00:50:02.661] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,00:50:05.030] [DEBUG] 6 processes running of frp type [2026-05-12,01:05:02.568] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,01:05:04.365] [DEBUG] 6 processes running of frp type [2026-05-12,01:20:02.864] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,01:20:04.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-05-12,01:35:02.582] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,01:35:04.709] [DEBUG] 6 processes running of frp type [2026-05-12,01:50:02.763] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,01:50:05.242] [DEBUG] 6 processes running of frp type [2026-05-12,02:05:02.666] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,02:05:05.036] [DEBUG] 6 processes running of frp type [2026-05-12,02:20:02.417] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,02:20:04.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-12,02:35:02.979] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,02:35:05.060] [DEBUG] 6 processes running of frp type [2026-05-12,02:50:02.927] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,02:50:04.794] [DEBUG] 6 processes running of frp type [2026-05-12,03:05:02.215] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,03:05:04.414] [DEBUG] 6 processes running of frp type [2026-05-12,03:20:02.821] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,03:20:04.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-12,03:35:02.643] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,03:35:05.069] [DEBUG] 6 processes running of frp type [2026-05-12,03:50:02.712] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,03:50:04.711] [DEBUG] 6 processes running of frp type [2026-05-12,04:05:03.277] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,04:05:05.431] [DEBUG] 6 processes running of frp type [2026-05-12,04:20:02.700] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,04:20:04.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-05-12,04:35:02.584] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,04:35:04.434] [DEBUG] 6 processes running of frp type [2026-05-12,04:50:02.275] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,04:50:04.351] [DEBUG] 6 processes running of frp type [2026-05-12,05:05:02.842] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,05:05:04.907] [DEBUG] 6 processes running of frp type [2026-05-12,05:20:02.232] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,05:20:04.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-05-12,05:35:02.714] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,05:35:05.163] [DEBUG] 6 processes running of frp type [2026-05-12,05:50:02.951] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,05:50:04.842] [DEBUG] 6 processes running of frp type [2026-05-12,06:05:02.309] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,06:05:04.103] [DEBUG] 6 processes running of frp type [2026-05-12,06:20:02.504] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,06:20:04.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,06:35:02.266] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,06:35:04.303] [DEBUG] 6 processes running of frp type [2026-05-12,06:50:02.059] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,06:50:04.650] [DEBUG] 6 processes running of frp type [2026-05-12,07:05:03.137] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,07:05:05.692] [DEBUG] 6 processes running of frp type [2026-05-12,07:20:03.074] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,07:20:04.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-05-12,07:35:02.934] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,07:35:04.657] [DEBUG] 6 processes running of frp type [2026-05-12,07:50:02.570] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,07:50:04.261] [DEBUG] 6 processes running of frp type [2026-05-12,08:02:02.498] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,08:02:04.068] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host '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:21.042] [DEBUG] Log Upload Complete! [2026-05-12,08:05:02.732] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,08:05:04.333] [DEBUG] 6 processes running of frp type [2026-05-12,08:20:02.614] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,08:20:04.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-05-12,08:35:02.391] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,08:36:06.889] [DEBUG] 6 processes running of frp type [2026-05-12,08:50:02.644] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,08:50:04.800] [DEBUG] 6 processes running of frp type [2026-05-12,09:05:02.291] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,09:05:04.328] [DEBUG] 6 processes running of frp type [2026-05-12,09:20:02.660] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,09:20:04.811] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,09:35:02.549] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,09:35:05.015] [DEBUG] 6 processes running of frp type [2026-05-12,09:50:02.708] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,09:50:09.567] [DEBUG] 6 processes running of frp type [2026-05-12,10:05:02.902] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,10:05:05.022] [DEBUG] 6 processes running of frp type [2026-05-12,10:20:02.377] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,10:20:04.575] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,10:35:03.173] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,10:35:05.624] [DEBUG] 6 processes running of frp type [2026-05-12,10:50:02.402] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,10:50:04.884] [DEBUG] 6 processes running of frp type [2026-05-12,11:05:02.329] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,11:05:04.297] [DEBUG] 6 processes running of frp type [2026-05-12,11:20:02.642] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,11:20:04.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-12,11:35:02.264] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,11:35:04.620] [DEBUG] 6 processes running of frp type [2026-05-12,11:50:02.447] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,11:50:04.866] [DEBUG] 6 processes running of frp type [2026-05-12,12:05:02.202] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,12:05:05.199] [DEBUG] 6 processes running of frp type [2026-05-12,12:20:02.622] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,12:20:05.063] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,12:35:02.412] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,12:35:04.453] [DEBUG] 6 processes running of frp type [2026-05-12,12:50:03.171] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,12:50:05.616] [DEBUG] 6 processes running of frp type [2026-05-12,13:05:03.066] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,13:05:05.770] [DEBUG] 6 processes running of frp type [2026-05-12,13:20:01.982] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,13:20:09.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,13:35:02.937] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,13:35:05.174] [DEBUG] 6 processes running of frp type [2026-05-12,13:50:03.096] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,13:50:05.242] [DEBUG] 6 processes running of frp type [2026-05-12,13:55:40.599] [INFO] Initializing BusSpeedStateManager V2 [2026-05-12,13:55:40.604] [INFO] LocationSqlManager initialising [2026-05-12,13:55:40.605] [INFO] Location DB initialising [2026-05-12,13:55:40.615] [INFO] LocationSqlManager initialisation complete [2026-05-12,13:55:40.616] [DEBUG] UploadManager Init [2026-05-12,13:55:40.616] [DEBUG] UploadManager Init Complete [2026-05-12,13:55:40.620] [INFO] Initializing GPS... [2026-05-12,13:55:40.622] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:53:09.949] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,17:53:11.628] [DEBUG] Remote Access Enabled [2026-05-12,17:53:13.199] [INFO] Server Address: 138.201.17.179 [2026-05-12,17:53:13.201] [INFO] Server Port: 7000 [2026-05-12,17:53:13.210] [DEBUG] Starting Remote Access! 2026-05-12 17:53:13.431 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-12 17:53:13.432 [I] [client/service.go:294] try to connect to server... 2026-05-12 17:53:14.068 [I] [client/service.go:286] [6d4ac13992cd69f9] login to server success, get run id [6d4ac13992cd69f9] 2026-05-12 17:53:14.069 [I] [proxy/proxy_manager.go:173] [6d4ac13992cd69f9] proxy added: [DNL01B4302] 2026-05-12 17:53:14.327 [I] [client/control.go:168] [6d4ac13992cd69f9] [DNL01B4302] start proxy success [2026-05-12,18:00:42.229] [INFO] Initializing BusSpeedStateManager V2 [2026-05-12,18:00:42.234] [INFO] LocationSqlManager initialising [2026-05-12,18:00:42.234] [INFO] Location DB initialising [2026-05-12,18:00:42.244] [INFO] LocationSqlManager initialisation complete [2026-05-12,18:00:42.245] [DEBUG] UploadManager Init [2026-05-12,18:00:42.245] [DEBUG] UploadManager Init Complete [2026-05-12,18:00:42.248] [INFO] Initializing GPS... [2026-05-12,18:00:42.249] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_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:02:29.877] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,18:02:31.555] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-12,18:02:52.602] [DEBUG] Log Upload Complete! [2026-05-12,18:05:29.903] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,18:05:31.735] [DEBUG] Remote Access Enabled [2026-05-12,18:05:33.293] [INFO] Server Address: 138.201.17.179 [2026-05-12,18:05:33.294] [INFO] Server Port: 7000 [2026-05-12,18:05:33.303] [DEBUG] Starting Remote Access! 2026-05-12 18:05:33.454 [I] [sub/root.go:142] start frpc service for config file [./frpc_copy.toml] 2026-05-12 18:05:33.455 [I] [client/service.go:294] try to connect to server... 2026-05-12 18:05:34.233 [I] [client/service.go:286] [c1cf221a1372108b] login to server success, get run id [c1cf221a1372108b] 2026-05-12 18:05:34.234 [I] [proxy/proxy_manager.go:173] [c1cf221a1372108b] proxy added: [DNL01B4302] 2026-05-12 18:05:34.556 [I] [client/control.go:168] [c1cf221a1372108b] [DNL01B4302] start proxy success [2026-05-12,18:20:02.657] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,18:20:05.093] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,18:35:02.069] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,18:35:03.856] [DEBUG] 6 processes running of frp type [2026-05-12,18:50:02.814] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,18:50:04.836] [DEBUG] 6 processes running of frp type [2026-05-12,19:05:02.159] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,19:05:04.404] [DEBUG] 6 processes running of frp type [2026-05-12,19:20:02.774] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,19:20:10.432] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,19:35:02.584] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,19:35:04.657] [DEBUG] 6 processes running of frp type [2026-05-12,19:50:02.425] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,19:50:04.590] [DEBUG] 6 processes running of frp type [2026-05-12,20:05:02.991] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,20:05:05.038] [DEBUG] 6 processes running of frp type [2026-05-12,20:20:02.403] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,20:20:04.919] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-05-12 20:29:58.022 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-12 20:29:58.662 [I] [client/service.go:286] [c1cf221a1372108b] login to server success, get run id [c1cf221a1372108b] 2026-05-12 20:29:58.664 [I] [proxy/proxy_manager.go:173] [c1cf221a1372108b] proxy added: [DNL01B4302] 2026-05-12 20:29:58.982 [I] [client/control.go:168] [c1cf221a1372108b] [DNL01B4302] start proxy success [2026-05-12,20:35:02.317] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,20:35:04.654] [DEBUG] 6 processes running of frp type [2026-05-12,20:50:02.579] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,20:50:04.897] [DEBUG] 6 processes running of frp type [2026-05-12,21:05:02.442] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,21:05:04.429] [DEBUG] 6 processes running of frp type [2026-05-12,21:20:02.948] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,21:20:05.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-05-12,21:35:02.763] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,21:35:05.129] [DEBUG] 6 processes running of frp type [2026-05-12,21:50:03.013] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,21:50:05.761] [DEBUG] 6 processes running of frp type [2026-05-12,22:05:06.273] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,22:05:08.906] [DEBUG] 6 processes running of frp type [2026-05-12,22:20:02.217] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,22:20:03.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-05-12,22:35:02.283] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,22:35:04.105] [DEBUG] 6 processes running of frp type [2026-05-12,22:50:02.971] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,22:50:05.260] [DEBUG] 6 processes running of frp type 2026-05-12 23:01:45.512 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-12 23:01:46.167 [I] [client/service.go:286] [c1cf221a1372108b] login to server success, get run id [c1cf221a1372108b] 2026-05-12 23:01:46.169 [I] [proxy/proxy_manager.go:173] [c1cf221a1372108b] proxy added: [DNL01B4302] 2026-05-12 23:01:46.392 [I] [client/control.go:168] [c1cf221a1372108b] [DNL01B4302] start proxy success [2026-05-12,23:05:02.724] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,23:05:04.542] [DEBUG] 6 processes running of frp type [2026-05-12,23:20:03.131] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,23:20:05.813] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-12,23:35:02.721] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,23:35:04.688] [DEBUG] 6 processes running of frp type [2026-05-12,23:50:02.378] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-12,23:50:05.087] [DEBUG] 6 processes running of frp type 2026-05-12 23:57:52.460 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-12 23:57:53.113 [I] [client/service.go:286] [c1cf221a1372108b] login to server success, get run id [c1cf221a1372108b] 2026-05-12 23:57:53.115 [I] [proxy/proxy_manager.go:173] [c1cf221a1372108b] proxy added: [DNL01B4302] 2026-05-12 23:57:53.543 [I] [client/control.go:168] [c1cf221a1372108b] [DNL01B4302] start proxy success [2026-05-13,00:05:02.367] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,00:05:04.483] [DEBUG] 6 processes running of frp type [2026-05-13,00:20:02.932] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,00:20:05.326] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,00:35:02.335] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,00:35:04.250] [DEBUG] 6 processes running of frp type [2026-05-13,00:50:03.039] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,00:50:05.360] [DEBUG] 6 processes running of frp type [2026-05-13,01:05:02.844] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,01:05:05.122] [DEBUG] 6 processes running of frp type [2026-05-13,01:20:02.445] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,01:20:04.549] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,01:35:02.284] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,01:35:04.419] [DEBUG] 6 processes running of frp type [2026-05-13,01:50:03.263] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,01:50:05.957] [DEBUG] 6 processes running of frp type [2026-05-13,02:05:02.175] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,02:05:04.214] [DEBUG] 6 processes running of frp type [2026-05-13,02:20:02.586] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,02:20:04.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,02:35:03.261] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,02:35:05.404] [DEBUG] 6 processes running of frp type [2026-05-13,02:50:02.557] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,02:50:04.504] [DEBUG] 6 processes running of frp type [2026-05-13,03:05:02.850] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,03:05:05.210] [DEBUG] 6 processes running of frp type [2026-05-13,03:20:02.505] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,03:20:04.878] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' 2026-05-13 03:32:21.373 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-13 03:32:28.596 [I] [client/service.go:286] [c1cf221a1372108b] login to server success, get run id [c1cf221a1372108b] 2026-05-13 03:32:28.598 [I] [proxy/proxy_manager.go:173] [c1cf221a1372108b] proxy added: [DNL01B4302] 2026-05-13 03:32:28.806 [I] [client/control.go:168] [c1cf221a1372108b] [DNL01B4302] start proxy success [2026-05-13,03:35:03.050] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,03:35:05.510] [DEBUG] 6 processes running of frp type [2026-05-13,03:50:02.400] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,03:50:04.309] [DEBUG] 6 processes running of frp type [2026-05-13,04:05:02.479] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,04:05:04.272] [DEBUG] 6 processes running of frp type [2026-05-13,04:20:02.548] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,04:20:04.859] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,04:35:02.631] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,04:35:05.083] [DEBUG] 6 processes running of frp type [2026-05-13,04:50:02.875] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,04:50:05.400] [DEBUG] 6 processes running of frp type [2026-05-13,05:05:02.713] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,05:05:05.323] [DEBUG] 6 processes running of frp type [2026-05-13,05:20:02.738] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,05:20:04.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-13,05:35:02.323] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,05:35:04.564] [DEBUG] 6 processes running of frp type [2026-05-13,05:50:02.392] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,05:50:04.539] [DEBUG] 6 processes running of frp type [2026-05-13,06:05:03.080] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,06:05:05.346] [DEBUG] 6 processes running of frp type [2026-05-13,06:20:02.759] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,06:20:04.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-05-13,06:35:02.601] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,06:35:05.375] [DEBUG] 6 processes running of frp type [2026-05-13,06:50:01.877] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,06:50:03.849] [DEBUG] 6 processes running of frp type [2026-05-13,07:05:02.343] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,07:05:04.386] [DEBUG] 6 processes running of frp type [2026-05-13,07:20:02.732] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,07:20:04.857] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,07:35:02.636] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,07:35:05.529] [DEBUG] 6 processes running of frp type [2026-05-13,07:50:02.318] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,07:50:04.503] [DEBUG] 6 processes running of frp type [2026-05-13,08:02:02.908] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,08:02:04.741] [DEBUG] Log Upload Started! /usr/lib/python3/dist-packages/urllib3/connectionpool.py:1020: InsecureRequestWarning: Unverified HTTPS request is being made to host 'safepassenger.co.in'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings warnings.warn( [2026-05-13,08:03:49.616] [DEBUG] Log Upload Complete! [2026-05-13,08:05:03.089] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,08:05:05.394] [DEBUG] 6 processes running of frp type [2026-05-13,08:20:02.711] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,08:20:05.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-05-13,08:35:02.549] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,08:35:04.802] [DEBUG] 6 processes running of frp type [2026-05-13,08:50:02.618] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,08:50:04.821] [DEBUG] 6 processes running of frp type [2026-05-13,09:05:02.310] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,09:05:09.858] [DEBUG] 6 processes running of frp type [2026-05-13,09:20:02.338] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,09:20:04.853] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,09:35:02.292] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,09:35:04.383] [DEBUG] 6 processes running of frp type [2026-05-13,09:50:02.114] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,09:50:04.250] [DEBUG] 6 processes running of frp type [2026-05-13,10:05:02.782] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,10:05:05.576] [DEBUG] 6 processes running of frp type [2026-05-13,10:20:03.147] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,10:20:05.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-13,10:35:02.752] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,10:35:05.140] [DEBUG] 6 processes running of frp type [2026-05-13,10:50:03.077] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,10:50:05.189] [DEBUG] 6 processes running of frp type [2026-05-13,11:05:02.659] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,11:05:05.404] [DEBUG] 6 processes running of frp type [2026-05-13,11:20:02.824] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,11:20:09.853] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,11:35:02.794] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,11:35:05.034] [DEBUG] 6 processes running of frp type [2026-05-13,11:50:02.754] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,11:50:04.915] [DEBUG] 6 processes running of frp type [2026-05-13,12:05:02.408] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,12:05:04.680] [DEBUG] 6 processes running of frp type [2026-05-13,12:20:02.178] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,12:20:04.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-05-13,12:35:03.075] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,12:35:05.225] [DEBUG] 6 processes running of frp type [2026-05-13,12:50:03.054] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,12:50:05.632] [DEBUG] 6 processes running of frp type [2026-05-13,13:05:03.122] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,13:05:05.553] [DEBUG] 6 processes running of frp type [2026-05-13,13:20:02.953] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,13:20:05.303] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,13:35:02.704] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,13:35:04.819] [DEBUG] 6 processes running of frp type [2026-05-13,13:50:02.739] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,13:50:04.750] [DEBUG] 6 processes running of frp type [2026-05-13,14:05:02.237] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,14:05:04.846] [DEBUG] 6 processes running of frp type [2026-05-13,14:20:02.344] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,14:20:04.737] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,14:35:02.010] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,14:35:04.504] [DEBUG] 6 processes running of frp type [2026-05-13,14:50:02.194] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,14:50:04.707] [DEBUG] 6 processes running of frp type [2026-05-13,15:05:03.141] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,15:05:05.622] [DEBUG] 6 processes running of frp type [2026-05-13,15:20:03.159] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,15:20:05.617] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,15:35:02.854] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,15:35:05.249] [DEBUG] 6 processes running of frp type [2026-05-13,15:50:03.192] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,15:50:05.654] [DEBUG] 6 processes running of frp type [2026-05-13,16:05:03.199] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,16:05:05.561] [DEBUG] 6 processes running of frp type [2026-05-13,16:20:03.044] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,16:20:05.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-05-13,16:35:02.877] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,16:35:05.686] [DEBUG] 6 processes running of frp type [2026-05-13,16:50:02.501] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,16:50:05.073] [DEBUG] 6 processes running of frp type 2026-05-13 17:00:18.364 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-13 17:00:18.364 [W] [client/service.go:297] [c1cf221a1372108b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:00:20.557 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-13 17:00:20.558 [W] [client/service.go:297] [c1cf221a1372108b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:00:25.005 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-13 17:00:25.006 [W] [client/service.go:297] [c1cf221a1372108b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:00:34.485 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-13 17:00:34.487 [W] [client/service.go:297] [c1cf221a1372108b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:00:53.631 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-13 17:00:53.633 [W] [client/service.go:297] [c1cf221a1372108b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:01:13.634 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-13 17:01:13.635 [W] [client/service.go:297] [c1cf221a1372108b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:01:33.637 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-13 17:01:33.638 [W] [client/service.go:297] [c1cf221a1372108b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:01:53.639 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-13 17:01:53.640 [W] [client/service.go:297] [c1cf221a1372108b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:02:13.642 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-13 17:02:13.643 [W] [client/service.go:297] [c1cf221a1372108b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:02:33.644 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-13 17:02:33.645 [W] [client/service.go:297] [c1cf221a1372108b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:02:53.646 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-13 17:02:53.647 [W] [client/service.go:297] [c1cf221a1372108b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:03:13.648 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-13 17:03:13.650 [W] [client/service.go:297] [c1cf221a1372108b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:03:33.651 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-13 17:03:33.653 [W] [client/service.go:297] [c1cf221a1372108b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:03:53.654 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-13 17:03:53.659 [W] [client/service.go:297] [c1cf221a1372108b] connect to server error: dial tcp 138.201.17.179:7000: connect: network is unreachable 2026-05-13 17:04:13.660 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-13 17:04:13.665 [W] [client/service.go:297] [c1cf221a1372108b] connect to server error: dial tcp 138.201.17.179:7000: connect: connection refused 2026-05-13 17:04:33.667 [I] [client/service.go:294] [c1cf221a1372108b] try to connect to server... 2026-05-13 17:04:37.792 [I] [client/service.go:286] [c1cf221a1372108b] login to server success, get run id [c1cf221a1372108b] 2026-05-13 17:04:37.797 [I] [proxy/proxy_manager.go:173] [c1cf221a1372108b] proxy added: [DNL01B4302] 2026-05-13 17:04:38.757 [I] [client/control.go:168] [c1cf221a1372108b] [DNL01B4302] start proxy success [2026-05-13,17:05:02.486] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,17:05:04.763] [DEBUG] 6 processes running of frp type [2026-05-13,17:20:02.131] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,17:20:04.948] [DEBUG] 6 processes running of frp type Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,17:35:02.818] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,17:35:04.749] [DEBUG] 6 processes running of frp type [2026-05-13,17:50:02.603] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,17:50:05.614] [DEBUG] 6 processes running of frp type [2026-05-13,18:00:42.019] [INFO] Initializing BusSpeedStateManager V2 [2026-05-13,18:00:42.026] [INFO] LocationSqlManager initialising [2026-05-13,18:00:42.027] [INFO] Location DB initialising [2026-05-13,18:00:42.039] [INFO] LocationSqlManager initialisation complete [2026-05-13,18:00:42.040] [DEBUG] UploadManager Init [2026-05-13,18:00:42.040] [DEBUG] UploadManager Init Complete [2026-05-13,18:00:42.045] [INFO] Initializing GPS... [2026-05-13,18:00:42.048] [INFO] Starting location capture Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 6, in import RPi.GPIO as GPIO ModuleNotFoundError: No module named 'RPi' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/sh/sh_pc_v3_device/16f_main_download_trip.py", line 8, in from sh_pc_v3.utils.esp_interface_manager import EspPowerManager File "/home/sh/sh_pc_v3_device/sh_pc_v3/utils/esp_interface_manager.py", line 9, in import Jetson.GPIO as GPIO ModuleNotFoundError: No module named 'Jetson' [2026-05-13,18:02:30.325] [DEBUG] Device Mac: 78-22-88-e9-a8-a9 [2026-05-13,18:02:34.120] [DEBUG] Log Upload Started!